Leo_

Members
  • Posts

    1
  • Joined

  • Last visited

Leo_'s Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello, I need help with the vpn connect resetting every 10 seconds after I set up a pfsense router. The internet works fine on my LAN and I temp disabled my firewall on pfsense. I use PIA with debug enabled on the docker container and all I get is this: ``` 2020-05-28T00:39:08.858580502Z 2020-05-27 20:39:08,858 DEBG 'watchdog-script' stdout output: 2020-05-28T00:39:08.858598417Z [debug] iptables chain policies are in place 2020-05-28T00:39:08.858601633Z 2020-05-28T00:39:08.863555207Z 2020-05-27 20:39:08,863 DEBG 'watchdog-script' stdout output: 2020-05-28T00:39:08.863569562Z [debug] VPN incoming port is 21146 2020-05-28T00:39:08.863572818Z [debug] qBittorrent incoming port is 21146 2020-05-28T00:39:08.863575110Z [debug] VPN IP is 10.36.10.14 2020-05-28T00:39:08.863577381Z [debug] qBittorrent IP is 10.36.10.14 ```` my env vars are: ``` TZ=America/New_York PUID=1000 PGID=1000 # UMASK=007 VPN_ENABLED=yes VPN_USER=xxxuser VPN_PASS=xxxpass VPN_PROV=pia STRICT_PORT_FORWARD=yes ENABLE_PRIVOXY=no LAN_NETWORK=192.168.1.0/24 NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1 ADDITIONAL_PORTS=1234 DEBUG=true WEBUI_PORT=8091 ``` I dont see any logs in pfsense out of place. If there's anymore info I need to give let me know! Thanks.