February 12, 20242 yr Good evening. I have my unraid server connected to two different networks. 192.168.0.0/24 and 10.0.0.0/24 Each network has a dedicated NIC and connects to a different WAN. eth0 is my 192.168.0.0/24 and has a bridge network br0 eth1 is my 10.0.0.0/24 and has a bridge network br1 I'm using Plex (lscr.io/linuxserver/plex) container on a Host network. The docker container shows all the ports mapped to my server IP on the 192.168.0.0/24 network. My Nginx proxy manager is working for plex.host.com > 192.168.0.XX:PlexPort Cloudflare has my DNS set to the the WAN address for my 192.168.0.0/24 network. All seems good apart from one issue that I cannot figure out. When accessing the Remote Access tab in Plex, I see "Not available outside your network" error and the Private IP is my 10.0.0.XX address with the WAN address associated with that 10.0.0.0 LAN address. This is causing some odd connection issues I believe.
February 12, 20242 yr Author Solution Turns out my Default Gateway was routed to 10.0.0.1 Setting this to a metric of 1000 and then my desired gateway of 192.168.0.1 to a metric of 0 has fixed this issue.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.