<div dir="ltr"><br><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 21, 2017 at 1:24 AM, Edward Clay <span dir="ltr">&lt;<a href="mailto:edward.clay@uk2group.com" target="_blank">edward.clay@uk2group.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#f9faf9"><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&#39;s default route is added to a ovirt created table but not to the main routing table.  From my searching I&#39;ve found this snippet from <a href="https://www.ovirt.org/develop/release-management/features/network/multiple-gateways/" target="_blank">https://www.ovirt.org/develop/<wbr>release-management/features/<wbr>network/multiple-gateways/</a> which seems to explain why I can&#39;t ping anything or communicate with any other system needing a default route.</div></div></div></blockquote><div><br></div><div>By default, the default route is set on the ovirtmgmt network (the default one, defined on the interface/ip which you added the host to Engine).<br></div><div>Do you have a different network set up which you will like to set the default route on?<br></div><div></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div bgcolor="#f9faf9"><div><div><br></div><div>&quot;And finally, here&#39;s the host&#39;s main routing table. Any traffic coming in to the host will use the ip rules and an interface&#39;s routing table. The main routing table is only used for traffic originating from the host.&quot;</div><div><br></div><div>I&#39;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><a href="http://10.0.0.0/8" target="_blank">10.0.0.0/8</a> via 10.4.16.1 dev enp3s0.106 </div><div><a href="http://10.4.16.0/24" target="_blank">10.4.16.0/24</a> dev enp3s0.106 proto kernel scope link src 10.4.16.15 </div><div><a href="http://1.1.1.0/24" target="_blank">1.1.1.0/24</a> dev PUBLICB proto kernel scope link src 1.1.1.1 <a href="http://169.254.0.0/16" target="_blank">169.254.0.0/16</a> dev enp6s0 scope link metric 1002 </div><div><a href="http://169.254.0.0/16" target="_blank">169.254.0.0/16</a> dev enp3s0 scope link metric 1003 </div><div><a href="http://169.254.0.0/16" target="_blank">169.254.0.0/16</a> dev enp7s0 scope link metric 1004 </div><div><a href="http://169.254.0.0/16" target="_blank">169.254.0.0/16</a> dev enp3s0.106 scope link metric 1020 </div><div><a href="http://169.254.0.0/16" target="_blank">169.254.0.0/16</a> dev PRIVATE scope link metric 1022 </div><div><a href="http://169.254.0.0/16" target="_blank">169.254.0.0/16</a> dev PUBLIC scope link metric 1024 </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><a href="http://1.1.1.0/24" target="_blank">1.1.1.0/24</a> 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 <a href="http://0.0.0.0/0" target="_blank">0.0.0.0/0</a> via 1.1.1.1 dev PUBLIC</div><div><br></div><div>If I attempt to modify the /etc/sysconfig/network-<wbr>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&#39;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></div></blockquote><div><br></div><div>Providing the output from &quot;ip addr&quot; may help clear up some things.<br></div><div>It looks like you have on the host the default route set as 10.4.16.1 (on enp3s0.106), could you elaborate what this interface is?<br><br></div><div>Thanks,<br></div><div>Edy.<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/<wbr>mailman/listinfo/users</a><br>
<br></blockquote></div><br></div></div></div>