Comment 17 for bug 1477980

Revision history for this message
Alexander Evseev (aevseev) wrote :

I tested with static network configuration:

# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
NM_CONTROLLED=no
HWADDR=52:54:00:7F:57:72
USERCTL=no
PEERDNS=yes
BOOTPROTO=static
IPADDR=10.20.0.2
NETMASK=255.255.255.0

# cat /etc/resolv.conf
nameserver 8.8.8.8

# ip ro
10.20.0.0/24 dev eth0 proto kernel scope link src 10.20.0.2
169.254.0.0/16 dev eth0 scope link metric 1002
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.42.1
default via 10.20.0.1 dev eth0

Default gateway 10.20.0.1 - is the host where Fuel VM resides.