1. To see your routing table, run either of these commands:
route print
or
netstat -r
2. To add an entry to your routing table that will be permanent, run the route add command with the –p option. Omitting that, the entry will be lost at next reboot:
route add 0.0.0.0 mask 0.0.0.0 172.16.250.5 –p
3. To see all open network connections
netstat –an
No comments:
Post a Comment