Skip to content

"ip link show" returns 103 interfaces ?! #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nodecentral opened this issue Jan 26, 2025 · 1 comment
Open

"ip link show" returns 103 interfaces ?! #170

nodecentral opened this issue Jan 26, 2025 · 1 comment

Comments

@nodecentral
Copy link

nodecentral commented Jan 26, 2025

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

```
@Loran0
Copy link

Loran0 commented Mar 4, 2025

Just put eth0.
Should be like ---> -e "eth0"

Suppose your docker running under 'docker' user and you've created "watchyourlan" folder in your user home folder.

docker run --name wyl \
	-e "IFACES=eth0" \
	-e "TZ=Europe/Berlin" \
	--network="host" \
	-v /home/docker/watchyourlan:/data/WatchYourLAN \
    aceberg/watchyourlan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants