I am applying some patches today and each time i do a shutdown -i6 -g0 -y when the system reboots it looses it default gateway, which is a pain.
Each time i am having to add it
ifconfig hme0 plumb
ifconfig hme0 inet [ip_address] netmask 255.255.255.0 broadcast [broadcast_address]
ifconfig hme0 up
ping <node_address>
I have checked /etc/defaultrouter to confirm gateway address is in and checked the /etc/nsswitch.conf file as well.
Any ideas
visvid
Each time i am having to add it
ifconfig hme0 plumb
ifconfig hme0 inet [ip_address] netmask 255.255.255.0 broadcast [broadcast_address]
ifconfig hme0 up
ping <node_address>
I have checked /etc/defaultrouter to confirm gateway address is in and checked the /etc/nsswitch.conf file as well.
Any ideas
visvid