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
INFO[0000]main.go:85 starting wireguard server on 0.0.0.0:51820
INFO[0000]main.go:99 wireguard VPN network is 10.44.0.0/24
FATA[0000]main.go:102 failed to set ip tables rule: running [/sbin/iptables -t filter -C WG_ACCESS_SERVER_FORWARD -s 10.44.0.0/24 -d 0.0.0.0/0 -j ACCEPT --wait]: exit status 3: modprobe: can't change directory to '/lib/modules': No such file or directoryiptables v1.8.3 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)Perhaps iptables or your kernel needs to be upgraded. [root@localhost ~]# docker run -it --rm --cap-add NET_ADMIN --device /dev/net/tun:/dev/net/tun -v wg-access-server-data:/data -e "WG_ADMIN_PASSWORD=$WG_ADMIN_PASSWORD" -e "WG_WIREGUARD_PRIVATE_KEY=$WG_WIREGUARD_PRIVATE_KEY" -p 8601:8000/tcp -p 8600:51820/udp place1/wg-access-serverINFO[0000]main.go:85 starting wireguard server on 0.0.0.0:51820 INFO[0000]main.go:99 wireguard VPN network is 10.44.0.0/24 FATA[0000]main.go:102 failed to set ip tables rule: running [/sbin/iptables -t filter -C WG_ACCESS_SERVER_FORWARD -s 10.44.0.0/24 -d 0.0.0.0/0 -j ACCEPT --wait]: exit status 3: modprobe: can't change directory to '/lib/modules': No such file or directoryiptables v1.8.3 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)Perhaps iptables or your kernel needs to be upgraded.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: