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): Previous 1 2
T
thatseb
Member
50
08-09-2025, 10:14 AM
#11
The VPN routes all traffic or just the traffic going to the server? You added your server to ZeroToRing and joined the same network on your phone. You accessed the services using the ZeroToRing IP, which means you controlled access for specific clients rather than routing everything through the network. Yes, you're correct—only certain clients should be able to reach the server, not all traffic.
T
thatseb
08-09-2025, 10:14 AM #11

The VPN routes all traffic or just the traffic going to the server? You added your server to ZeroToRing and joined the same network on your phone. You accessed the services using the ZeroToRing IP, which means you controlled access for specific clients rather than routing everything through the network. Yes, you're correct—only certain clients should be able to reach the server, not all traffic.

_
_Geqr_
Senior Member
554
08-23-2025, 05:10 AM
#12
Yes, OP could host an OpenVPN server on a VPS and redirect traffic through specific ports to connect to a VPN client. I discovered this guide here: https://superuser.com/questions/927060/o...-to-client
_
_Geqr_
08-23-2025, 05:10 AM #12

Yes, OP could host an OpenVPN server on a VPS and redirect traffic through specific ports to connect to a VPN client. I discovered this guide here: https://superuser.com/questions/927060/o...-to-client

H
Hencorp
Member
122
08-23-2025, 12:36 PM
#13
In the final goal is network access beyond just the server. Direct routing for local subnets is preferred, and I aim to avoid zerotier solutions. I believe I went down a complicated route...
H
Hencorp
08-23-2025, 12:36 PM #13

In the final goal is network access beyond just the server. Direct routing for local subnets is preferred, and I aim to avoid zerotier solutions. I believe I went down a complicated route...

M
Maxeen
Junior Member
2
08-23-2025, 01:21 PM
#14
Evaluate the VPN option
Test the VPN solution
M
Maxeen
08-23-2025, 01:21 PM #14

Evaluate the VPN option
Test the VPN solution

M
mat_fram
Posting Freak
776
08-23-2025, 01:42 PM
#15
Additionally, it directs all traffic via the VPS rather than linking the devices directly.
M
mat_fram
08-23-2025, 01:42 PM #15

Additionally, it directs all traffic via the VPS rather than linking the devices directly.

N
Neonfluzzycat
Member
199
08-24-2025, 12:25 PM
#16
You might configure the server as a VPN client and adjust the policies so that outgoing connections bypass the VPN while only incoming data flows through it. This can be achieved by restricting access to the VPN subnet and routing the rest via the CGNATed network.
N
Neonfluzzycat
08-24-2025, 12:25 PM #16

You might configure the server as a VPN client and adjust the policies so that outgoing connections bypass the VPN while only incoming data flows through it. This can be achieved by restricting access to the VPN subnet and routing the rest via the CGNATed network.

M
mennogerben
Member
199
08-25-2025, 07:33 AM
#17
It's possible to configure a path on the VPN server that directs all traffic through a single client. For instance: a laptop connected to public Wi-Fi → VPN Server → client within the local network → other devices on the same network.
M
mennogerben
08-25-2025, 07:33 AM #17

It's possible to configure a path on the VPN server that directs all traffic through a single client. For instance: a laptop connected to public Wi-Fi → VPN Server → client within the local network → other devices on the same network.

A
Aaveenvir
Junior Member
23
08-27-2025, 12:46 AM
#18
Thank you for your feedback. I'll attempt it again tomorrow.
A
Aaveenvir
08-27-2025, 12:46 AM #18

Thank you for your feedback. I'll attempt it again tomorrow.

1
101pate
Member
73
08-27-2025, 06:22 AM
#19
It appears UDP hole punching isn't available with today's routers. I opted for a budget VPS as a relay and it functioned perfectly.
1
101pate
08-27-2025, 06:22 AM #19

It appears UDP hole punching isn't available with today's routers. I opted for a budget VPS as a relay and it functioned perfectly.

Pages (2): Previous 1 2