Skip to content

This script will determine what kind of NAT you are sitting behind.

Notifications You must be signed in to change notification settings

adimania/NATDiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NATDiscovery

This script will determine what kind of NAT you are sitting behind.

  • Run server.py on any publicly accessible server.
python NATDiscovery/server.py 
  • Run client.py on any machine inside the NAT and pass the IP of the server as the argument.
python NATDiscovery/client.py <server_ip>
  • Client may take up to 2 minutes to determine the NAT type.

Entire code in this repo is GPL'ed

About

This script will determine what kind of NAT you are sitting behind.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages