Machine names on network don’t seem to get resolved

Home Forums Discussions Support Machine names on network don’t seem to get resolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13512
    garpinc
    Participant

      I created a wireshark server on windows and a corresponding client config. I can login remotely but it doesn’t seem to resolve the name of another windows pc on same network. This does work with my router openvpn server so not sure what’s up there and how to fix it.

      #13514
      Vadim Smirnov
      Keymaster

        I believe the issue you’re encountering is indeed related to the nature of how Windows machines typically resolve network names and how VPNs, particularly those using NAT, handle network traffic.

        In a standard Windows network, machine names are often resolved using NetBIOS or LLMNR (Link-Local Multicast Name Resolution). These protocols rely on broadcast or multicast packets, which are not designed to be routed across different networks, such as those segmented by VPNs.

        When a VPN is used, especially with NAT (Network Address Translation), these broadcast packets do not traverse through the VPN tunnel. This is because NAT changes the network address information in the IP packet headers, and VPNs encapsulate these packets, making them unreadable to devices not part of the VPN network.

        Therefore, the inability to resolve Windows machine names over your VPN setup is an expected behavior. For a solution, you might consider using DNS for name resolution, which can work across different networks when properly configured. Alternatively, setting up a WINS server could also address this issue.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.