<p dir="ltr"><br>
Il 07/Mar/2016 23:44, &quot;Taste-Of-IT&quot; &lt;<a href="mailto:kontakt@taste-of-it.de">kontakt@taste-of-it.de</a>&gt; ha scritto:<br>
&gt;<br>
&gt; Hello,<br>
&gt; 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>
&gt;<br>
&gt; i am not sure if its an ovirt problem or from hostsystem centos, but i didnt find any solution.<br>
&gt;<br>
&gt; # ip route show<br>
&gt; default via 192.168.0.3 dev ovirtmgmt<br>
&gt; default via 192.168.1.1 dev enp0s29u1u2c2  proto static  metric 100<br>
&gt; <a href="http://169.254.0.0/16">169.254.0.0/16</a> dev ovirtmgmt  scope link  metric 1006</p>
<p dir="ltr">&gt; <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>
&gt; <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>
&gt;<br>
&gt; thx for help<br>
&gt; Taste<br>
&gt; _______________________________________________<br></p>
<p dir="ltr">It seems you have 2 default gw set.<br>
If you don&#39;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>