tumblr / genesis

A tool for data center automation
http://tumblr.github.io/genesis/
Apache License 2.0
155 stars 24 forks source link

explicitly bring up only one interface now to prevent #31

Closed roymarantz closed 9 years ago

roymarantz commented 9 years ago

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