Grover31

Members
  • Posts

    1
  • Joined

  • Last visited

Grover31's Achievements

Noob

Noob (1/14)

0

Reputation

  1. After much troubleshooting, I appear to have hit a wall in my configuration. I have 2 network interfaces (eth0 and eth1) both connected to my router with an IP of 192.168.1.1 Bonding is disabled eth0 has the IP 192.168.1.13 eth1 has no IP Bridging is enabled on both interfaces VLAN is disabled on both interfaces\ Router DHCP range 192.168.1.50 -> 192.168.1.100 Docker via GUI settings I have a custom interface on br1 (Subnet 192.168.1.0/24, Gateway 192.168.1.1, DHCP pool 192.168.1.128/26) For testing I have 3 sample docker containers on 3 different Network types Deluge on Host Letsencrypt on Bridge HomeAssistant on br1 (with IP 192.168.1.133 - This is set statically) All of these docker containers and the unRaid WebUI work fine from local network. As does Internet access. The Problem I can successfully have an OpenVPN-AS container running in Host mode, connect to it remotely and from there I can route internet traffic via the VPN, see other devices on the network (such as the WebUI for the router), access the Deluge and Letsencrypt containers and access the UnRaid WebUI. I cannot access the HomeAssistant container via this setup. I can successfully move the OpenVPN-AS container to the br1 network (resulting in an IP of 192.168.1.128), modify my port-forwarding settings on the router and connect to it with a client. Now I can access HomeAssistant without issue. I cannot however access the internet, the UnRaid WebUI, the Deluge or Letsencrypt dockers or any other items on the network (including the Router WebUI). When I have OpenVPN-AS in mode 2 and use the terminal within the container, I can successfully access all required endpoints (Internet Resources, Local network resources, and all 3 Docker containers). I have tried using command-line created macvlan networks for use by docker instead of via the UnRaid WebUI with the same result. Any help would be GREATLY appreciated, I am at my wit's end.