Link: https://openstack.nimeyo.com/65515/?show=65788#c65788<br />
From: shahamf <shahamf@gmail.com><br />
<br />
<p>Hey Remo,</p>

<p>'ip netns exec qrouter-41f2efea-7066-4dc3-bad7-41fdab130b65 ifconfig' gives me:</p>

<p>lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536<br>
        inet 127.0.0.1  netmask 255.0.0.0<br>
        inet6 ::1  prefixlen 128  scopeid 0x10<br>
        loop  txqueuelen 0  (Local Loopback)<br>
        RX packets 37  bytes 4144 (4.0 KiB)<br>
        RX errors 0  dropped 0  overruns 0  frame 0<br>
        TX packets 37  bytes 4144 (4.0 KiB)<br>
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</p>

<p>qg-f15a424d-e6: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500<br>
        inet 172.24.4.226  netmask 255.255.255.240  broadcast 172.24.4.239<br>
        inet6 fe80::f816:3eff:fee3:4db5  prefixlen 64  scopeid 0x20<br>
        ether fa:16:3e:e3:4d:b5  txqueuelen 0  (Ethernet)<br>
        RX packets 0  bytes 0 (0.0 B)<br>
        RX errors 0  dropped 0  overruns 0  frame 0<br>
        TX packets 43  bytes 2334 (2.2 KiB)<br>
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</p>

<p>qr-0efad2ba-64: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500<br>
        inet 10.0.0.1  netmask 255.255.255.0  broadcast 10.0.0.255<br>
        inet6 fe80::f816:3eff:feb0:70ad  prefixlen 64  scopeid 0x20<br>
        ether fa:16:3e:b0:70:ad  txqueuelen 0  (Ethernet)<br>
        RX packets 6  bytes 480 (480.0 B)<br>
        RX errors 0  dropped 0  overruns 0  frame 0<br>
        TX packets 10  bytes 864 (864.0 B)<br>
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</p>

<p>'ip netns exec qrouter-41f2efea-7066-4dc3-bad7-41fdab130b65 route -n' gives:</p>

<p>Kernel IP routing table<br>
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>
0.0.0.0         172.24.4.225    0.0.0.0         UG    0      0        0 qg-f15a424d-e6<br>
10.0.0.0        0.0.0.0         255.255.255.0   U     0      0        0 qr-0efad2ba-64<br>
172.24.4.224    0.0.0.0         255.255.255.240 U     0      0        0 qg-f15a424d-e6</p>

<p>None of the above is in the subnet of my SR-IOV ports.</p>

<p>Also, correct me if I'm wrong, but isn't the fact that I manage to run untagged traffic implies that it's something in the configuration that I miss?</p>

<p>Thanks a lot for your time and help, it is much appreciated! :)</p>