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
{{ message }}
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
As mentioned in #87, when the container is run via podman, the network device is tun0 rather than the hard coded eth0.
Perhaps adding smarts to entry.sh to determine the tap. Below is an example that I added to my local copy of entry.sh - see TAP=... For context, I am providing some lines surrounding where I believe it should go.
Hi,
As mentioned in #87, when the container is run via
podman, the network device istun0rather than the hard codedeth0.Perhaps adding smarts to
entry.shto determine the tap. Below is an example that I added to my local copy ofentry.sh- seeTAP=...For context, I am providing some lines surrounding where I believe it should go.I also globally
^eth0^$TAP^