1 articles tagged "routing table"
- HP-UX: How Do I configure routing or add route?
You can use route command to configure routing. Syntax is as follows:
route add net {network-address} netmask {subnet} {router-address}
Let us assume your router address is 192.168.1.254 and network ID is 192.168.1.0/24, then you can type route command as follows:
# route add net 192.168.1.0 netmask 255.255.255.0 192.168.1.254
OR
To add a default route:
# route add default 192.168.1.254
Verify that (display) [...]
Viewing 1-1 of 1 posts. ( see all popular tags )


Recent Comments
Yesterday ~ 26 Comments
Yesterday ~ 2 Comments
Yesterday ~ 1 Comment
Yesterday ~ 3 Comments
Yesterday ~ 3 Comments