NAT traversal of VPN/proxy server in home network with no access to the router

nazikus

initial setup

I want to setup a VPN (or proxy) server on my workstation located outside my permanent residence and behind NAT. I need to use workstation's network IP. The problem is I don't have physical nor admin access to the router, so I cannot setup NAT traversal accordingly. Is there any non-corporate simple-to-use software/service that would allow me to bypass NAT?

I thought of TeamViewer example. As far as I know TeamViewer uses 3-way communication using their server-side in order to connect machines and bypass NAT. Are there any services out there providing similar access but for VPN functionality? Or how do you configure such server by yourself, so a remote VPN server behind NAT could ping it and therefore allow other machine to establish VPN connection? Or do you know of any other solutions that would solve this problem? Appreciate for any recommendations in advance.

possible solutin

Joseph J

The main functionality that you will want to look for in choosing a VPN solution is 'UDP hole-punching'. It works by coordinating (either manually or with a registry) the IP address, source and destination port of both ends of the VPN tunnel.

Assuming the firewalls are stateful, when a peer sends out a packet to the other peer, it temporarily opens a hole (source port) in the upstream firewall designed for return traffic. If the other peer targets this hole (destination port) with its VPN negotiation packets (and vice versa), they can establish a tunnel with only ever using outbound permissions, which are typically less restrictive.

A quick search for a VPN program with UDP hole-punching turned up Campagnol VPN on sourceforge. On cursory inspection, I believe this would fit your needs, though you would need to use an external server for registry. I'm sure there's other ones as well.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Securing remote access to local server behind NAT router

From Dev

SSH tunnel to home network, and access router web interface

From Dev

Sharing home network with a router

From Dev

Home router to interconnect network

From Dev

How to ssh into a server running on a home network, behind a router?

From Dev

DD-WRT router with OpenVPN Server - single subnet home network

From Dev

How to ssh into a server running on a home network, behind a router?

From Dev

python server-client nat traversal

From Dev

python server-client nat traversal

From Dev

Creating a home server to act as a wifi access point and home router (Ubuntu server 18.04)

From Dev

Weird Network Behavior of Home Router

From Dev

Ssh to server in local wifi network without router access

From Dev

Access home network via VPN using ASUS DSL-N55U router

From Dev

Is it possible to access a server's IIS on home network from an android device 4G network via VPN?

From Dev

SSH access to office host behind NAT router

From Dev

How to use DNS server behind NAT router

From Dev

Running server on home network with HTTPS

From Dev

Second router in home network - how to setup properly

From Dev

How to access HDD connected to Apple AirPort Extreme router while connect to my home OpenVPN Server

From Dev

How to access my SSH linux server from outside my home network

From Dev

Since Windows 8.1 Cannot Access Network Shares on Windows Home Server 2011

From Dev

Xerox printer or any network printer through router NAT

From Dev

How to connect a client behind a NAT router to an Asterisk server behind a NAT router?

From Dev

External access to home Rails server

From Dev

NAT Traversal experiment?

From Dev

Setting up Ubuntu Server router in VM using Netplan, Shorewall and DNSMasq - unable to access internet from internal network

From Dev

Can't access my server from within the network after changing ISPs (new router)

From Dev

Access web app on Linux server from laptop via network bridge, no router

From Dev

Setup a wireless home network with wireless internet access

Related Related

  1. 1

    Securing remote access to local server behind NAT router

  2. 2

    SSH tunnel to home network, and access router web interface

  3. 3

    Sharing home network with a router

  4. 4

    Home router to interconnect network

  5. 5

    How to ssh into a server running on a home network, behind a router?

  6. 6

    DD-WRT router with OpenVPN Server - single subnet home network

  7. 7

    How to ssh into a server running on a home network, behind a router?

  8. 8

    python server-client nat traversal

  9. 9

    python server-client nat traversal

  10. 10

    Creating a home server to act as a wifi access point and home router (Ubuntu server 18.04)

  11. 11

    Weird Network Behavior of Home Router

  12. 12

    Ssh to server in local wifi network without router access

  13. 13

    Access home network via VPN using ASUS DSL-N55U router

  14. 14

    Is it possible to access a server's IIS on home network from an android device 4G network via VPN?

  15. 15

    SSH access to office host behind NAT router

  16. 16

    How to use DNS server behind NAT router

  17. 17

    Running server on home network with HTTPS

  18. 18

    Second router in home network - how to setup properly

  19. 19

    How to access HDD connected to Apple AirPort Extreme router while connect to my home OpenVPN Server

  20. 20

    How to access my SSH linux server from outside my home network

  21. 21

    Since Windows 8.1 Cannot Access Network Shares on Windows Home Server 2011

  22. 22

    Xerox printer or any network printer through router NAT

  23. 23

    How to connect a client behind a NAT router to an Asterisk server behind a NAT router?

  24. 24

    External access to home Rails server

  25. 25

    NAT Traversal experiment?

  26. 26

    Setting up Ubuntu Server router in VM using Netplan, Shorewall and DNSMasq - unable to access internet from internal network

  27. 27

    Can't access my server from within the network after changing ISPs (new router)

  28. 28

    Access web app on Linux server from laptop via network bridge, no router

  29. 29

    Setup a wireless home network with wireless internet access

HotTag

Archive