Trexx

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Trexx's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Any luck on adding the extra filtering?
  2. My physical lan is the 192.168.0.x / 24 CIDR (255.255.255.0). The Docker NAT LAN is 10.0.3.0/24 CIDR. It had been working with the 192.x LAN_Network config for a while, so if the VPN provider made some changes, that could be why it broke all the sudden even though I hadn't really touched anything.
  3. Since the Docker NW is using a NAT network, I use the docker NAT scope then and not the physical host?
  4. Here is the full log file. supervisord.log
  5. DelugeVPN docker container had been working previously, now I am seeing continuous recycling of the openvpn connection. This error message seems to be showing up all the time related to it: 2017-12-18 08:32:13,964 DEBG 'start-script' stdout output: Mon Dec 18 08:32:13 2017 us=964106 ERROR: Linux route add command failed: external program exited with error status: 2 Mon Dec 18 08:32:13 2017 us=964142 /usr/bin/ip route add 0.0.0.0/1 via 172.21.90.1 Any suggestions what is causing this? I tried deleting rebuilding the container, no impact.