Hi,

> Thanks for the instructions, it worked perfectly!

I just noticed that although those instructions work great, on
subsequent reboots, the static route is overridden by the default
gateway received from DHCP on the internal interface (option routers).

Although I have:
# cat /etc/sysconfig/network-scripts/route-eth0
0.0.0.0/0 via xxx.xxx.xxx.yyy

eth1 is still configured via DHCP and sets the default gateway to the
MN internal IP, and the resulting routing table is:

# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
10.210.8.0      0.0.0.0         255.255.255.128 U     0      0        0 eth1
xxx.xxx.xxx.xxx  0.0.0.0         255.255.255.128 U     0      0        0 eth0
0.0.0.0         xxx.xxx.xxx.yyy  0.0.0.0         UG    0      0        0 eth0
0.0.0.0         10.210.8.11     0.0.0.0         UG    0      0        0 eth1

Is there a way to avoid setting the default gateway from DHCP for a node?

Thanks,
-- 
Kilian

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user

Reply via email to