<html><head></head><body bgcolor="#f9faf9" text="#3c3e3c" link="#16a085" vlink="#3c3e3c"><div><div>Hello,</div><div><br></div><div>We have an issue where hosts are configured with the public facing nework interface as the ovirtmgmt network and it's default route is added to a ovirt created table but not to the main routing table.  From my searching I've found this snippet from <a href="https://www.ovirt.org/develop/release-management/features/network/multiple-gateways/" style="cursor: text;">https://www.ovirt.org/develop/release-management/features/network/multiple-gateways/</a> which seems to explain why I can't ping anything or communicate with any other system needing a default route.</div><div><br></div><div>"And finally, here's the host's main routing table. Any traffic coming in to the host will use the ip rules and an interface's routing table. The main routing table is only used for traffic originating from the host."</div><div><br></div><div>I'm seeing the following main and custom ovirt created tables.</div><div><br></div><div>main:</div><div># ip route show table main</div><div>10.0.0.0/8 via 10.4.16.1 dev enp3s0.106&nbsp;</div><div>10.4.16.0/24 dev enp3s0.106 proto kernel scope link src 10.4.16.15&nbsp;</div><div>1.1.1.0/24 dev PUBLICB proto kernel scope link src 1.1.1.1&nbsp;169.254.0.0/16 dev enp6s0 scope link metric 1002&nbsp;</div><div>169.254.0.0/16 dev enp3s0 scope link metric 1003&nbsp;</div><div>169.254.0.0/16 dev enp7s0 scope link metric 1004&nbsp;</div><div>169.254.0.0/16 dev enp3s0.106 scope link metric 1020&nbsp;</div><div>169.254.0.0/16 dev PRIVATE scope link metric 1022&nbsp;</div><div>169.254.0.0/16 dev PUBLIC scope link metric 1024&nbsp;</div><div><br></div><div>table 1138027711</div><div># ip route show table 1138027711</div><div>default via 1.1.1.1 dev PUBLIC</div><div>1.1.1.0/24 via 1.1.1.1 dev PUBLIC</div><div><br></div><div>If I manually execute the following command to add the default route as well to the main table I can ping ouside of the local network.</div><div><br></div><div>ip route add 0.0.0.0/0 via 1.1.1.1 dev PUBLIC</div><div><br></div><div>If I attempt to modify the /etc/sysconfig/network-scripts/route-PUBLIC ad reboot the server ad one would think this file is recreated by vdsm on boot.</div><div><br></div><div>What I'm looking for is the correct way to setup a default gateway for the main routing table so the hosts can get OS updates and communicate with the outside world.</div></div></body></html>