You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, trying to set up WYL via docker under the host, but I'm having issues with getting it to see anything, and i think it's down to what interface(s) i have to add ?
When i run ip link show it returns a list numbered up to 103? What do i choose ?
[~] # ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master qvs0 state UP mode DEFAULT group default qlen 1000
link/ether 24:5e:be:4d:d1:b4 brd ff:ff:ff:ff:ff:ff
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br0 state UP mode DEFAULT group default qlen 1000
link/ether 24:5e:be:4d:d1:b5 brd ff:ff:ff:ff:ff:ff
4: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 4a:88:e3:b7:5f:dc brd ff:ff:ff:ff:ff:ff
5: bond1: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 02:bb:b3:09:31:74 brd ff:ff:ff:ff:ff:ff
6: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 6a:6a:b5:12:bd:9f brd ff:ff:ff:ff:ff:ff
7: br-0177c918ed46: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 72:19:7a:d5:de:f4 brd ff:ff:ff:ff:ff:ff
8: br-0dc6d8109ca7: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/ether d6:c1:00:05:d8:55 brd ff:ff:ff:ff:ff:ff
9: br-1bf72a47bbdd: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 2a:a3:90:d8:ed:8e brd ff:ff:ff:ff:ff:ff
10: br-280a9028ec0d: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 16:81:69:5b:17:a9 brd ff:ff:ff:ff:ff:ff
11: br-30d9a0f8b26d: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/ether a6:33:71:f8:7d:b8 brd ff:ff:ff:ff:ff:ff
```
The text was updated successfully, but these errors were encountered:
Hi, trying to set up WYL via docker under the host, but I'm having issues with getting it to see anything, and i think it's down to what interface(s) i have to add ?
When i run
ip link show
it returns a list numbered up to 103? What do i choose ?The text was updated successfully, but these errors were encountered: