wfg / docker-openvpn-client

OpenVPN client with killswitch and proxy servers; built on Alpine
MIT License
353 stars 107 forks source link

[SOLVED] iptables legacy error #103

Closed wisbit closed 1 year ago

wisbit commented 1 year ago

Hey mate,

I seem to have issues starting the container I get thoses errors:

info: original configuration file: vpn/mullvad.conf info: modified configuration file: vpn/openvpn.s6GzlWYV.conf info: kill switch is using iptables iptables v1.8.8 (legacy): unknown protocol "#" specified Try `iptables -h' or 'iptables --help' for more information.

Any idea ? I have no clue what to do with this.

Would you be able to help out ?

Cheers.

wisbit commented 1 year ago

hello, any updates on this ? thanks for any feedback.

wbollock commented 1 year ago

remove the pound signs in your vpn/mullvad.conf file

remote 146.70.171.194 1194 # mullvad stuff

becomes

remote 146.70.171.194 1194
wisbit commented 1 year ago

Thanks a lot !!

Michoels commented 10 months ago

I had a similar error. I ended up disabling the kill switch, which bypasses the entire ipconfig feature.