Do I need to reboot following a defaultrouter change?

HI, Once I've changed the default route in /etc/defaultrouter, does the machine need a reboot to use the new settings? Thanks
[201 byte] By [atopher] at [2007-11-25 22:43:59]
# 1

Hi,

If u want to use the new settings , you can

a) inject the new default route to the existing routing table

route delete default <old-gateway>

route add default <new-gateway>

Note: Don't delete the old gateway info if you are logged in over the network from a remote network .

b) Restart the network services .

Pre-Solaris 10

/etc/init.d/inetinit stop

/etc/init.d/inetinit start

/etc/init.d/inetsvc stop

/etc/init.d/inetsvc start

Solaris 10 <

svcadm restart network ( i am not too sure of this )

Hope this helps

Rgds

PK

PrakashKochummen at 2007-7-5 16:55:54 > top of Java-index,General,Network Configurations...