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
I am setting a warning on tap0 being disconnected even though everything works after updating the configuration file.
Instead of running an RPi locally, I run my Homebridge in a docker container (w/ host networking) on a remote VPS, and OpenVPN back to the network. OpenVPN in tap mode is a layer 2 connection so there should be no difference on layer 3. Indeed everything is working. For the latest version yesterday I had to tweak the config with these:
From homebridge/homebridge#2823 by @timdream
Describe The Bug:
I am setting a warning on
tap0
being disconnected even though everything works after updating the configuration file.Instead of running an RPi locally, I run my Homebridge in a docker container (w/ host networking) on a remote VPS, and OpenVPN back to the network. OpenVPN in
tap
mode is a layer 2 connection so there should be no difference on layer 3. Indeed everything is working. For the latest version yesterday I had to tweak the config with these:but after that Homebridge works.
To Reproduce:
oznu/homebridge
docker image on VPS, with host network.Expected behavior:
bridge.bind
config.tap0
should show up on the interface list in the settings UI.Logs:
Sorry, nothing really relevant in the homebridge log. But here is the output of
docker exec -it homebridge ifconfig
which showstap0
in the list.ifconfig log
Homebridge Config:
See bridge setting above.
Screenshots:
See screenshot above.
Environment:
The text was updated successfully, but these errors were encountered: