April 22, 20206 yr Following this guide: https://forums.unraid.net/topic/89649-683-use-network-from-vpn-docker/ I am trying to set up the docker container OVPN_Privoxy, what should I be using for the Network type and LOCAL_NET values? When I use br0 or bridge I get: ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2) it works fine on host for networking mode, but I don't want all the containers to use the vpn, just select ones.
April 22, 20206 yr 11 hours ago, ToddCat said: Following this guide: https://forums.unraid.net/topic/89649-683-use-network-from-vpn-docker/ I am trying to set up the docker container OVPN_Privoxy, what should I be using for the Network type and LOCAL_NET values? When I use br0 or bridge I get: ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such file or directory (errno=2) it works fine on host for networking mode, but I don't want all the containers to use the vpn, just select ones. may take a look at extra parameters --cap-add=NET_ADMIN --device /dev/net/tun --sysctl net.ipv6.conf.all.disable_ipv6=0 if this is there ...
April 22, 20206 yr Author 1 hour ago, alturismo said: may take a look at extra parameters --cap-add=NET_ADMIN --device /dev/net/tun --sysctl net.ipv6.conf.all.disable_ipv6=0 if this is there ... Thank you for the reply, yes that is exactly what is already there. Edited April 22, 20206 yr by ToddCat
April 22, 20206 yr Author Ok so for anyone else facing this issue, I am not 100% on how I fixed it, but I reset my network adaptor settings and enabled vlans and restarted.
May 20, 20206 yr I'm having that issue and I've tried resetting network settings and enabling vlans. No luck. Any ideas?
Archived
This topic is now archived and is closed to further replies.