Thread
:
Unix route command view
View Single Post
#
2
(
permalink
)
06-22-2006, 02:38 PM
monk
Senior Member
User
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power:
5
To display route use command:
Code:
netstat -rn
To display route with netmask:
Code:
netstat -rvn
Verifying a route to a specfic network:
Code:
route -n get aaa.bbb.ccc.0
To add route:
Code:
route add DEST-IP GATEWAY-IP
monk
View Public Profile
Send a private message to monk
Visit monk's homepage!
Find all posts by monk