# Double NAT Help

**URL:** https://forums.plex.tv/t/double-nat-help/220227
**Category:** General Discussions
**Created:** [January 4, 2018, 7:01am UTC](https://forums.plex.tv/t/double-nat-help/220227 "2018-01-04T07:01:30Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![warb](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/warb/32/8508_2.png) [@warb](https://forums.plex.tv/u/warb)
#### Post date: [January 4, 2018, 7:01am UTC](https://forums.plex.tv/t/double-nat-help/220227/1 "2018-01-04T07:01:30Z")

</div>

Please more to correct area if not appropriate, thought id post here?

Ok, so I have this double NAT problem, and cannot work it out, i’ll do my best describe my network here.

I’m in Australia with Telstra, path to the Plex server as per below.

Fiber Router \> Telstra Router (f@st 5355) \> Google Wifi Mesh Primary puck \> Ethernet cable to Garage \> second Wifi Mesh Puck \> Switch/Hub? \> Plex Server.

ok, so every thing works fine, a few points why I have the above

Fiber Router - Takes Fibre connection to cat 5 (no config or log in details)  
Telstra f@st 5355 Rounter - Needed to VOIP telstra ‘land line’ phone (need this)  
Google WiFi mesh - what I use to share wifi connection thought out the house (plus the parental controls, etc)  
Ethernet to Garage - i have a bunch of computers in the garage, NAS, etc, too far for WiFi mesh so have second puck wired  
Switch/Hub in shed - to connect and share other wired devices in shed.  
Plex Server - kinda obvious 🙂

My network works perfectly, just the one issue with getting plex to connect directly to the outside world.

so, im having problems with remote access, the telsta router and google wifi have the NAT thing going on, if i set the telstra router to bridge mode i loose the VOIP land line (so i need this) - if i essentially plug the main Google Wifi puck into the fibre router all still works (however i obviously have no VOIP) … im thinking here i need to setup port forwarding on the Telstra router however not sure what ports and IP addresses i need, im thinking i need to set port forwarding from Telstra Router \> Google Wifi Primary \> Plex Server?

So, with the above in mind, what can i do to get the plex working remotely, it actually does work however not via a ‘direct’ connection, so get pretty poor performance, i have 40mb upload speed so remote streaming should not be a problem, i also have a HomeRun DVR box connected to the plex, etc…

any help appreciated, am i doing something wrong? can i do this better? can it simply not be done? …

---

<div class="post-metadata">

### Author: ![ChuckPa](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/chuckpa/32/79710_2.png) [@ChuckPa](https://forums.plex.tv/u/ChuckPa)
#### Post date: [January 4, 2018, 7:17am UTC](https://forums.plex.tv/t/double-nat-help/220227/2 "2018-01-04T07:17:27Z")

</div>

Manually navigating double NAT is tricky but also very logical. However, to do so, you will have to pick a port for PMS to use and stick to it or update all the forwarding rules.

I will describe this in the generic form and you can apply as needed:

Box 1 WAN = DHCP from ISP, LAN = 192.168.0.x mask 255.255.255.0, LAN gateway address 192.168.0.1  
Box 2 WAN = static 192.168.0.2, mask 255.255.255.0, LAN gateway address 10.0.0.1, mask 255.255.255.0, gateway address (for outbound) = 192.168.0.1

1. Box one does WAN (ISP) -\> 192.168.0.x subnet and exists as 192.168.0.1 on that subnet (its LAN side)
2. Second box, at static IP 192.168.0.2 (its WAN port) does the NAT to 10.x.x.x as 10.0.0.1 (its LAN port)
3. You create port forwarding: a. WAN port 32400 from ISP -\> 192.168.0.2:32400 (WAN port of second box)
4. You next create port forwarding b. WAN port 32400 of second box -\> PMS port 32400 on its static IP (e.g. 10.0.0.3)

The chain looks like:

(Internet) WAN:32400 -\> 192.168.0.2:32400 -\> 10.0.0.3:32400

PMS (10.0.0.3) -\> 10.0.0.1 -\> 192.168.0.1 -\> WAN (Internet)

Your PMS is configured to “Manually specify port” 32400.

You can, of course, choose whatever subnet values you wish as long as you preserve subnet separation by the netmask.

Make sense?

**Edit:** It might look better if you draw the boxes and lines in each direction , labeling the ports and their IP addresses.

---

<div class="post-metadata">

### Author: ![warb](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/warb/32/8508_2.png) [@warb](https://forums.plex.tv/u/warb)
#### Post date: [January 4, 2018, 7:37am UTC](https://forums.plex.tv/t/double-nat-help/220227/3 "2018-01-04T07:37:20Z")

</div>

thanks mate, working through it, see below some from my equipment, also need to add a port in here somewhere, do i just set a port in PMS manually and trace it back?

Telstra Router (WFADevice) - 10.0.0.138  
Ethernet Google (Router) 10.0.0.1  
Then to 192.168.86.1  
PMS 192.168.86.72  
WAN 121.2x3.2xx.4xx

Note in the PMS Settings - Private 192.168.86.72 : 32400 \< Public 121.2x3.2xx.4xx : 16046 X Internet

i sorta see what you mean in you post, ill work my way through it, from the above what would change?

Thanks again, appreciate the help.

---

<div class="post-metadata">

### Author: ![warb](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/warb/32/8508_2.png) [@warb](https://forums.plex.tv/u/warb)
#### Post date: [January 4, 2018, 9:45am UTC](https://forums.plex.tv/t/double-nat-help/220227/4 "2018-01-04T09:45:44Z")

</div>

here is what i setup, hopefully you can see the numbers and such, not too sure what to do next.

---

<div class="post-metadata">

### Author: ![warb](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/warb/32/8508_2.png) [@warb](https://forums.plex.tv/u/warb)
#### Post date: [January 4, 2018, 9:47am UTC](https://forums.plex.tv/t/double-nat-help/220227/5 "2018-01-04T09:47:43Z")

</div>

full res here - [https://ibb.co/k5SnhG](https://ibb.co/k5SnhG)

---

<div class="post-metadata">

### Author: ![ChuckPa](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/chuckpa/32/79710_2.png) [@ChuckPa](https://forums.plex.tv/u/ChuckPa)
#### Post date: [January 4, 2018, 1:47pm UTC](https://forums.plex.tv/t/double-nat-help/220227/6 "2018-01-04T13:47:23Z")

</div>

It looks like 1 box has 10.0.0.138 as WAN and 10.0.0.1 as LAN. If true, this will not work.

Can you verify by typing the addresses ?

e.g 😄

Fiber Box: DHCP  
Fiber Box: LAN IP

Telstra: WAN IP  
Telstra: LAN IP

Google: WAN IP  
Google: LAN IP

this makes the chain easier to visualize

---

<div class="post-metadata">

### Author: ![warb](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/warb/32/8508_2.png) [@warb](https://forums.plex.tv/u/warb)
#### Post date: [January 4, 2018, 10:44pm UTC](https://forums.plex.tv/t/double-nat-help/220227/7 "2018-01-04T22:44:16Z")

</div>

![](https://sea1.discourse-cdn.com/plex/uploads/default/original/3X/b/4/b40460621999b0dbe6fe4ae546d5c3e595a07190.jpg)  
ok, had a thought last night, tried it this morning and it worked… I just simply took the viop telstra box out of the loop and chucked it into the hub, so now the phone works and i have no double nat issues… thanks heaps for your help mate, looks like this is an easier solution 🙂

---

<div class="post-metadata">

### Author: ![ChuckPa](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/chuckpa/32/79710_2.png) [@ChuckPa](https://forums.plex.tv/u/ChuckPa)
#### Post date: [January 4, 2018, 11:03pm UTC](https://forums.plex.tv/t/double-nat-help/220227/8 "2018-01-04T23:03:46Z")

</div>

Definitely easier! You took it out of critical path!

---

<div class="post-metadata">

### Author: ![warb](https://sea1.discourse-cdn.com/plex/user_avatar/forums.plex.tv/warb/32/8508_2.png) [@warb](https://forums.plex.tv/u/warb)
#### Post date: [January 4, 2018, 11:55pm UTC](https://forums.plex.tv/t/double-nat-help/220227/9 "2018-01-04T23:55:40Z")

</div>

yeah, thanks again for your time and effort in helping me mate, now working heaps better remotely!.. 🙂

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/plex/original/3X/2/a/2acb9765406f63293d357b4ec509ec39aa28f2ad.png) [@system](https://forums.plex.tv/u/system)
#### Post date: [January 8, 2020, 12:23am UTC](https://forums.plex.tv/t/double-nat-help/220227/10 "2020-01-08T00:23:58Z")

</div>


