F5F Stay Refreshed Power Users Networks Unable to connect to the home PC when the VPN client is active.

Unable to connect to the home PC when the VPN client is active.

Unable to connect to the home PC when the VPN client is active.

Y
Yoshman2000
Member
180
04-20-2023, 03:06 AM
#1
I employ NordVPN on my server and need to reach my apps from outside the network. When it's active, I encounter issues. If disabled, using my No-Ip host name works fine. The No-Ip updates to NordVPN's IP, yet connection remains problematic. Any possible fixes?
Y
Yoshman2000
04-20-2023, 03:06 AM #1

I employ NordVPN on my server and need to reach my apps from outside the network. When it's active, I encounter issues. If disabled, using my No-Ip host name works fine. The No-Ip updates to NordVPN's IP, yet connection remains problematic. Any possible fixes?

L
levo14
Member
247
04-20-2023, 05:16 AM
#2
Does your client support a split tunnel feature, and should it exclude your local network?
L
levo14
04-20-2023, 05:16 AM #2

Does your client support a split tunnel feature, and should it exclude your local network?

B
brobear7
Posting Freak
892
04-20-2023, 09:48 AM
#3
I believe the app doesn’t support this feature. I was looking for a workaround but couldn’t locate it. Can you explore adding another network card so your home traffic stays on the main NIC while keeping everything else routed through the VPN?
B
brobear7
04-20-2023, 09:48 AM #3

I believe the app doesn’t support this feature. I was looking for a workaround but couldn’t locate it. Can you explore adding another network card so your home traffic stays on the main NIC while keeping everything else routed through the VPN?

L
Lizzy310
Junior Member
44
04-21-2023, 10:14 PM
#4
NO-IP functions as a DDNS solution. Accessing your resources via hostname indicates you’ve employed port forwarding or UPNP. When connecting to a VPN, clients must go through it too. A straightforward check involves manually adding a static route to your local network. For example, if your client IP from the VPN is 192.168.11.2 and your home LAN is 192.168.1.0/24, on Windows you can launch CMD as admin and execute: "route add 192.168.1.0 MASK 255.255.255.0 192.168.11.2.... Observe the gateway as the IP of your VPN server."
L
Lizzy310
04-21-2023, 10:14 PM #4

NO-IP functions as a DDNS solution. Accessing your resources via hostname indicates you’ve employed port forwarding or UPNP. When connecting to a VPN, clients must go through it too. A straightforward check involves manually adding a static route to your local network. For example, if your client IP from the VPN is 192.168.11.2 and your home LAN is 192.168.1.0/24, on Windows you can launch CMD as admin and execute: "route add 192.168.1.0 MASK 255.255.255.0 192.168.11.2.... Observe the gateway as the IP of your VPN server."