Comment 2 for bug 1495535

Revision history for this message
Matthew Mosesohn (raytrac3r) wrote :

Can you get me the contents of /var/log and /etc/sysconfig/network-scripts on your Fuel Master? I want to see what ended up saved.

Also, if eth1 did actually save, the gateway for eth0 is lost. Here are the conditions that dictate default gateway settings (limited by L23network puppet module):
1 - if no gateway, a static interface configuration with gateway wins
2 - if a gateway is already set, the next static interface configuration with gateway wins, old one is lost
3 - if a gateway is already set, the next dhcp configuration wins
4 - if dhcp is set, the next static config wins, but previously configured dhcp will eventually override this.
We don't have any support for multiple gateways.