Network Adapters / IPs Are Missing from Scrypted UI #1436
-
Hi. I am not certain if this is a bug or a feature so I opened a discussion. It seems I cannot select my network adapter for the the server address because it's missing. e.g. Inside container: # ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: net1@if4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether c6:5e:c4:8a:7a:69 brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 192.168.40.201/24 brd 192.168.40.255 scope global net1
valid_lft forever preferred_lft forever
inet6 fe80::c45e:c4ff:fe8a:7a69/64 scope link
valid_lft forever preferred_lft forever
56: eth0@if57: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 22:cf:5f:6d:04:ea brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 10.42.4.190/32 scope global eth0
valid_lft forever preferred_lft forever
inet6 fe80::20cf:5fff:fe6d:4ea/64 scope link
valid_lft forever preferred_lft forever In Scrypted UI: I would like to be able to choose |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I was able to get it added to HomeKit, but still curious why these are filtered in the UI. |
Beta Was this translation helpful? Give feedback.
-
Ended up opening a PR to fix this |
Beta Was this translation helpful? Give feedback.
-
intention is to filters out potentially problematic addresses. fwiw, you can type whatever address you want in that box manually. |
Beta Was this translation helpful? Give feedback.
intention is to filters out potentially problematic addresses. fwiw, you can type whatever address you want in that box manually.