F5F Stay Refreshed Power Users Networks Connecting remotely using two NAT configurations

Connecting remotely using two NAT configurations

Connecting remotely using two NAT configurations

Pages (2): 1 2 Next
G
GetSpook
Junior Member
14
06-29-2025, 11:50 PM
#1
Hey, perhaps someone can assist with your networking setup. You have two sites: one with your main server behind a double NAT and no web access, and another with a public dynamic IP address. You want to connect from a Raspberry Pi at the second site to reach the main server using mobile devices, without relying on their servers or a VPN tunnel. You mentioned working with a Raspberry Pi as a router for forwarding, but it restricts bandwidth to your second site's upload speed. You're looking for a free alternative that lets you establish a direct link from the Pi to the server.
G
GetSpook
06-29-2025, 11:50 PM #1

Hey, perhaps someone can assist with your networking setup. You have two sites: one with your main server behind a double NAT and no web access, and another with a public dynamic IP address. You want to connect from a Raspberry Pi at the second site to reach the main server using mobile devices, without relying on their servers or a VPN tunnel. You mentioned working with a Raspberry Pi as a router for forwarding, but it restricts bandwidth to your second site's upload speed. You're looking for a free alternative that lets you establish a direct link from the Pi to the server.

E
edjea
Junior Member
45
07-05-2025, 01:16 PM
#2
The person with the right networking mindset would likely want more than just basic RDP access—they’d need a setup supporting advanced configurations like double NAT.
E
edjea
07-05-2025, 01:16 PM #2

The person with the right networking mindset would likely want more than just basic RDP access—they’d need a setup supporting advanced configurations like double NAT.

C
Chester007
Senior Member
528
07-06-2025, 04:55 PM
#3
I suggest ZeroTier, a virtual network tool that lets you set up a network and connect multiple devices to it. It supports Windows, macOS, Linux, iOS, and Android. Once devices join, they receive an IP address, allowing access across the same network.
C
Chester007
07-06-2025, 04:55 PM #3

I suggest ZeroTier, a virtual network tool that lets you set up a network and connect multiple devices to it. It supports Windows, macOS, Linux, iOS, and Android. Once devices join, they receive an IP address, allowing access across the same network.

L
Lorddoom139
Posting Freak
956
07-08-2025, 04:09 PM
#4
I envision it would be more cost-effective for the ISP since only a single IP address is required...(Europe lacks IPv4 addresses). Locally there aren't many better ISP choices. I'm considering forwarding a port to the server and then connecting through OpenVPN/Wireguard or similar into the local network. Your advice is appreciated. I've tried Zerotier before, but if you need access to devices on the local network you must manually configure DNS on the client device (and set up forwarding rules on the server), and the client settings will reset when you disconnect from the Zerotier network. This is why I'm seeking an alternative solution.
L
Lorddoom139
07-08-2025, 04:09 PM #4

I envision it would be more cost-effective for the ISP since only a single IP address is required...(Europe lacks IPv4 addresses). Locally there aren't many better ISP choices. I'm considering forwarding a port to the server and then connecting through OpenVPN/Wireguard or similar into the local network. Your advice is appreciated. I've tried Zerotier before, but if you need access to devices on the local network you must manually configure DNS on the client device (and set up forwarding rules on the server), and the client settings will reset when you disconnect from the Zerotier network. This is why I'm seeking an alternative solution.

L
Lillmust
Member
153
07-12-2025, 10:10 PM
#5
Yes, your internet service provider is also using a NAT setup.
L
Lillmust
07-12-2025, 10:10 PM #5

Yes, your internet service provider is also using a NAT setup.

L
lSticKl
Member
211
07-19-2025, 02:52 AM
#6
You're asking about accessing DNS manually and understanding the rules. Are you connecting from a VPS/RPi using ZeroTier to reach your location behind carrier-grade NAT, or are you using ZeroTier to connect the server directly from a client device?
L
lSticKl
07-19-2025, 02:52 AM #6

You're asking about accessing DNS manually and understanding the rules. Are you connecting from a VPS/RPi using ZeroTier to reach your location behind carrier-grade NAT, or are you using ZeroTier to connect the server directly from a client device?

B
blondeminion
Senior Member
594
07-19-2025, 04:36 AM
#7
He likely manages Carrier-grade NAT, which functions as a network address translation service at the carrier's end for numerous users.
B
blondeminion
07-19-2025, 04:36 AM #7

He likely manages Carrier-grade NAT, which functions as a network address translation service at the carrier's end for numerous users.

E
EmmaRosie629
Senior Member
459
07-19-2025, 12:33 PM
#8
E
EmmaRosie629
07-19-2025, 12:33 PM #8

R
ReborntoKill
Posting Freak
821
07-19-2025, 06:21 PM
#9
Jep.
R
ReborntoKill
07-19-2025, 06:21 PM #9

Jep.

H
hrgriff
Senior Member
573
07-19-2025, 09:25 PM
#10
I implemented ZeroTier as a VPN solution: I routed all local traffic through the Zerotier network (acting as the network bridge) and allowed Zerotier clients to select an IP within the local subnet. To handle local domains, I configured my default DNS server in the client devices. Unlike OpenVPN, this setup ensures every device in the Zerotier network perceives itself as connected to the LAN. (I didn’t use the RPi.)
H
hrgriff
07-19-2025, 09:25 PM #10

I implemented ZeroTier as a VPN solution: I routed all local traffic through the Zerotier network (acting as the network bridge) and allowed Zerotier clients to select an IP within the local subnet. To handle local domains, I configured my default DNS server in the client devices. Unlike OpenVPN, this setup ensures every device in the Zerotier network perceives itself as connected to the LAN. (I didn’t use the RPi.)

Pages (2): 1 2 Next