F5F Stay Refreshed Power Users Networks Collaborative directories aren't supported by OpenVPN.

Collaborative directories aren't supported by OpenVPN.

Collaborative directories aren't supported by OpenVPN.

Pages (2): 1 2 Next
A
applejack0205
Member
56
06-14-2025, 02:52 AM
#1
I received a Lenovo Tiny PC as a home server. It runs Windows 11 Pro, which suits my needs for sharing files, openHAB, and Jellyfin—my old 4590T CPU performs better than Plex for high-quality video playback. I also got a TP-Link Archer C6 AC1200 that supports OpenVPN and includes tplinkdns, so I chose it to establish a VPN connection for accessing my home network remotely. It functions properly; I can connect, manage the router, and RDP into its IP address. However, I can’t ping it, and when I try to open network drives (using the IP instead of the hostname like “\\ip\Folder”), I get an error saying “Network Path Was Not Found.” I’m unsure what changed—after many attempts, I noticed earlier it said “local device name is already in use.” I suspect a basic configuration issue. My VPN settings: I added the 10.10.0.0/24 subnet to the exceptions in my Windows firewall (both ways). My LAN is on the 192.168.0.0/24 subnet, with DHCP settings (server uses .101, reserved). I also have this setup on my router, but I’m not sure if that’s why RDP works.
A
applejack0205
06-14-2025, 02:52 AM #1

I received a Lenovo Tiny PC as a home server. It runs Windows 11 Pro, which suits my needs for sharing files, openHAB, and Jellyfin—my old 4590T CPU performs better than Plex for high-quality video playback. I also got a TP-Link Archer C6 AC1200 that supports OpenVPN and includes tplinkdns, so I chose it to establish a VPN connection for accessing my home network remotely. It functions properly; I can connect, manage the router, and RDP into its IP address. However, I can’t ping it, and when I try to open network drives (using the IP instead of the hostname like “\\ip\Folder”), I get an error saying “Network Path Was Not Found.” I’m unsure what changed—after many attempts, I noticed earlier it said “local device name is already in use.” I suspect a basic configuration issue. My VPN settings: I added the 10.10.0.0/24 subnet to the exceptions in my Windows firewall (both ways). My LAN is on the 192.168.0.0/24 subnet, with DHCP settings (server uses .101, reserved). I also have this setup on my router, but I’m not sure if that’s why RDP works.

F
FabySergiuRO
Junior Member
17
06-14-2025, 02:52 AM
#2
When using \\hostname it depends on NETBIOS Discovery or DNS to locate your machine. NETBIOS Discovery isn't functional across different subnets. That's why \\IP functions but \\HOSTNAME fails. To resolve this, configure a custom DNS search domain for your LAN and VPN networks if your router permits. Use .localdomain as the DNS Search, then all devices will resolve via that domain. For example, server.localdomain, laptop.localdomain, etc. Regarding ICMP Ping, Windows applies distinct rules. The Firewall has a built-in rule for ICMP Echo requests. You must modify it to permit ICMP from devices on other networks—your VPN subnet should appear in the "Remote IP address" scope, or set it to "Any IP Address."
F
FabySergiuRO
06-14-2025, 02:52 AM #2

When using \\hostname it depends on NETBIOS Discovery or DNS to locate your machine. NETBIOS Discovery isn't functional across different subnets. That's why \\IP functions but \\HOSTNAME fails. To resolve this, configure a custom DNS search domain for your LAN and VPN networks if your router permits. Use .localdomain as the DNS Search, then all devices will resolve via that domain. For example, server.localdomain, laptop.localdomain, etc. Regarding ICMP Ping, Windows applies distinct rules. The Firewall has a built-in rule for ICMP Echo requests. You must modify it to permit ICMP from devices on other networks—your VPN subnet should appear in the "Remote IP address" scope, or set it to "Any IP Address."

N
Narwhal_Plays
Member
82
06-14-2025, 02:52 AM
#3
Yes the port forwarding is likely why RDP works, they probably are creating rules that forward that port for incoming traffic on ANY interface on the router. This is the problem with consumer routers though, they don't always tell you exactly what firewall and NAT rules they are creating. One possibility is if you are connecting to the VPN via a network that uses the same LAN subnet as your home LAN, you will never be able to access your home LAN as you cannot override the route of the LAN you are using to connect to the VPN (as its being used to access the Internet in the first place). I had to change my home subnet to deal with this problem myself.
N
Narwhal_Plays
06-14-2025, 02:52 AM #3

Yes the port forwarding is likely why RDP works, they probably are creating rules that forward that port for incoming traffic on ANY interface on the router. This is the problem with consumer routers though, they don't always tell you exactly what firewall and NAT rules they are creating. One possibility is if you are connecting to the VPN via a network that uses the same LAN subnet as your home LAN, you will never be able to access your home LAN as you cannot override the route of the LAN you are using to connect to the VPN (as its being used to access the Internet in the first place). I had to change my home subnet to deal with this problem myself.

L
lokapso_SP
Member
77
06-14-2025, 02:52 AM
#4
They misunderstood the message; the device isn’t relying on a hostname or IP address. The router probably isn’t handling NAT for VPN and LAN connections, which explains the failed ping.
L
lokapso_SP
06-14-2025, 02:52 AM #4

They misunderstood the message; the device isn’t relying on a hostname or IP address. The router probably isn’t handling NAT for VPN and LAN connections, which explains the failed ping.

S
Sindyion
Member
203
06-14-2025, 02:52 AM
#5
The router already offers Home Network and Home Internet + Internet choices, indicating a firewall issue on their side. NAT isn't needed between local subnets, only bridging is required. They can connect to the router and also access the Internet and RDP, confirming bridges exist and routing works. If OP forwarded RDP to the Internet, it might suggest a Hairpin NAT setup, though a functional bridge remains to the LAN. I suspect a deny rule or a broader firewall policy overrides the OP's allow settings. For Windows SMB and ICMP, the same applies as described. In SMB scenarios, key rules include "File and Printer Sharing (SMB-In)" plus "File and Printer sharing (Echo Request - ICMPv4-In)."
S
Sindyion
06-14-2025, 02:52 AM #5

The router already offers Home Network and Home Internet + Internet choices, indicating a firewall issue on their side. NAT isn't needed between local subnets, only bridging is required. They can connect to the router and also access the Internet and RDP, confirming bridges exist and routing works. If OP forwarded RDP to the Internet, it might suggest a Hairpin NAT setup, though a functional bridge remains to the LAN. I suspect a deny rule or a broader firewall policy overrides the OP's allow settings. For Windows SMB and ICMP, the same applies as described. In SMB scenarios, key rules include "File and Printer Sharing (SMB-In)" plus "File and Printer sharing (Echo Request - ICMPv4-In)."

C
CMGames
Junior Member
10
06-14-2025, 02:52 AM
#6
You're asking about what bridging actually means in this context. Bridging operates at the Ethernet layer and is rarely used for VPNs because many clients don't support it, and sending broadcast traffic through a VPN isn't advisable. It's possible to route between subnets without NAT, though I'm not sure if that's common practice. I might be wrong about that.
C
CMGames
06-14-2025, 02:52 AM #6

You're asking about what bridging actually means in this context. Bridging operates at the Ethernet layer and is rarely used for VPNs because many clients don't support it, and sending broadcast traffic through a VPN isn't advisable. It's possible to route between subnets without NAT, though I'm not sure if that's common practice. I might be wrong about that.

B
brendanlolz
Junior Member
4
06-14-2025, 02:52 AM
#7
Routers usually establish bridges to connect wireless and wired LAN networks. Internally, they can also link themselves with VPN clients so traffic flows between the VPN software and the network stack. That’s the idea. Please let me know if I misinterpreted anything.

Routing across subnets is feasible without NAT. The device keeps a list of connected subnet clients on Layer 2 and maintains routing tables for Layer 3 connections, plus rules for unknown networks. NAT becomes necessary only when one IP serves multiple devices, requiring the NAT appliance to modify packets so they reach the correct destination after passing through.

On a home router, VPN configurations use free internal addressing, eliminating the need to manage IP scarcity. Thus, even simple routers can generate new subnets in software, set up routing rules, assign unique IPs to VPN clients, and forward traffic using Layer 3. Implementing NAT for software is more resource-intensive because it slows processing.

The TP-Link model here relies solely on built-in firewall capabilities to block internet access—essentially a straightforward IP table that discards traffic destined for the VPN interface or vice versa.
B
brendanlolz
06-14-2025, 02:52 AM #7

Routers usually establish bridges to connect wireless and wired LAN networks. Internally, they can also link themselves with VPN clients so traffic flows between the VPN software and the network stack. That’s the idea. Please let me know if I misinterpreted anything.

Routing across subnets is feasible without NAT. The device keeps a list of connected subnet clients on Layer 2 and maintains routing tables for Layer 3 connections, plus rules for unknown networks. NAT becomes necessary only when one IP serves multiple devices, requiring the NAT appliance to modify packets so they reach the correct destination after passing through.

On a home router, VPN configurations use free internal addressing, eliminating the need to manage IP scarcity. Thus, even simple routers can generate new subnets in software, set up routing rules, assign unique IPs to VPN clients, and forward traffic using Layer 3. Implementing NAT for software is more resource-intensive because it slows processing.

The TP-Link model here relies solely on built-in firewall capabilities to block internet access—essentially a straightforward IP table that discards traffic destined for the VPN interface or vice versa.

B
bowbow007
Member
122
06-14-2025, 02:52 AM
#8
I tried switching to the 192.168.0.0/24 network, but the router blocked it because it was part of my local LAN. I’m unsure if it will work this way.
B
bowbow007
06-14-2025, 02:52 AM #8

I tried switching to the 192.168.0.0/24 network, but the router blocked it because it was part of my local LAN. I’m unsure if it will work this way.

D
Doni_van
Junior Member
18
06-14-2025, 02:52 AM
#9
Thanks for the update. I understand NAT better now, especially why it’s useful in certain scenarios. It’s surprising how much I’ve relied on it over time—I had a bunch of unused rules and thought I’d forgotten about them.
D
Doni_van
06-14-2025, 02:52 AM #9

Thanks for the update. I understand NAT better now, especially why it’s useful in certain scenarios. It’s surprising how much I’ve relied on it over time—I had a bunch of unused rules and thought I’d forgotten about them.

O
omerneao111
Member
140
06-14-2025, 02:52 AM
#10
The VPN must operate on its own network segment while the router manages traffic between subnets, similar to how any router connects different parts of the internet. You should observe this behavior using a traceroute, which will show the VPN as a single hop followed by the internal LAN client. If ICMP pings fail, it likely means the final hop isn't reaching.
O
omerneao111
06-14-2025, 02:52 AM #10

The VPN must operate on its own network segment while the router manages traffic between subnets, similar to how any router connects different parts of the internet. You should observe this behavior using a traceroute, which will show the VPN as a single hop followed by the internal LAN client. If ICMP pings fail, it likely means the final hop isn't reaching.

Pages (2): 1 2 Next