xptsp / pivpn-docker

Run PiVPN in a Container!
MIT License
8 stars 5 forks source link

Initialize iptables not possible #6

Closed qaldak closed 3 years ago

qaldak commented 3 years ago

Hi, I'm trying to run this docker image. But start failes according iptables issue. I still receive following errors:

iptables v1.6.1: can't initialize iptables table 'nat': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. iptables v1.6.1: can't initialize iptables table 'filter': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. ... ... ::: Stopping OpenVPN server... ./run: line 35: kill: (116) - No such process

How can I solve this?

qaldak commented 3 years ago

Could solve this issue. Problem was on host (raspberry pi). To solve:

after that, docker runs perfect.