using lots of dhcp dynamic addresses GEN-13
and avoid routing issues with multiple interface on same network SYSSRE-3163
This has been tested by running:
/etc/init.d/network stop
for f in /etc/sysconfig/network-scripts/ifcfg-eth*; do
sed -i s/yes/no/ $f
end
/sbin/ifup eth0
ip addr to get the assigned address
ping succeeds on that address from dhcp.ewr01 and a node on the same network
using lots of dhcp dynamic addresses GEN-13 and avoid routing issues with multiple interface on same network SYSSRE-3163
This has been tested by running: /etc/init.d/network stop for f in /etc/sysconfig/network-scripts/ifcfg-eth*; do sed -i s/yes/no/ $f end /sbin/ifup eth0 ip addr to get the assigned address ping succeeds on that address from dhcp.ewr01 and a node on the same network