<p dir="ltr"><br>
Il 07/Mar/2016 23:44, "Taste-Of-IT" <<a href="mailto:kontakt@taste-of-it.de">kontakt@taste-of-it.de</a>> ha scritto:<br>
><br>
> Hello,<br>
> i have a question about adding a second Nic. After adding a second one the WebGUI and oVirt is very slow. The situation is as follow. Each nic has its own network and are seperated from each other. nic1 - 192.168.0.x for internal and nic2 192.168.1.x through the wan. if i use trace from the client i call the WebGUI, it goes over 192.168.0.x, the right way. but if i trace the engine self on localhost with its hostname it goes over 192.168.1.x, the wrong way and takes longer.<br>
><br>
> i am not sure if its an ovirt problem or from hostsystem centos, but i didnt find any solution.<br>
><br>
> # ip route show<br>
> default via 192.168.0.3 dev ovirtmgmt<br>
> default via 192.168.1.1 dev enp0s29u1u2c2 proto static metric 100<br>
> <a href="http://169.254.0.0/16">169.254.0.0/16</a> dev ovirtmgmt scope link metric 1006</p>
<p dir="ltr">> <a href="http://192.168.0.0/24">192.168.0.0/24</a> dev ovirtmgmt proto kernel scope link src 192.168.0.153<br>
> <a href="http://192.168.1.0/24">192.168.1.0/24</a> dev enp0s29u1u2c2 proto kernel scope link src 192.168.1.2 metric 100<br>
><br>
> thx for help<br>
> Taste<br>
> _______________________________________________<br></p>
<p dir="ltr">It seems you have 2 default gw set.<br>
If you don't use networkmanager, and nic1 is the right adapter to use as default gateway, put <br>
DEFROUTE=no<br>
Inside ifcfg-enp0s29u1u2c2 in /etc/sysconfig/network-scripts and restart <br>
</p>