thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Sun Jul 31, 2005 8:07 am Post subject: Solaris > Setup static the router IP address |
|
|
1) Open the file /etc/defaultrouter and add the router IP address:
# vi /etc/defaultrouter
192.168.1.254
2) Add the router IP to default route table as follows:
# route add default 192.168.1.254
add net default: gateway 192.168.1.254 |
|