README.md
December 5, 2022 ยท View on GitHub
Description
NAT Solutions are a collection of NAT (Network Address Translation) programs that I have written. This includes a TCP Portmapper, UDP Portmapper, and a TCP Router. When used correctly these programs can allow Network computers access to internet Ports/IPs or even more!
This is the only NAT(Network Address Translation)/ICS(Internet Connection Sharing) code you will find on PSC. I am the only one that even atempted to write this software and post it!
Here is a list of all the programs included in the download and their functions/examples of how to use them:
TCP portmapper:
Maps a Specific LAN Port to a specific Internet port.
Example of use:
-
Set Internet IP to 216.239.33.100
-
Set Private IP(LAN IP) to 127.0.0.1
-
Set Port to 80
-
Open Webbrowser to http://localhost
You just made your computer a private Google
Server!
UDP portmapper:
Maps a specified Interent UDP port to specific UDP LAN Port.
Example of use:
N/A - Dont know any apps that use UDP protocol
Router:
Maps a specific Internet/Private IP to a specific Port.
Example Of Use:
-
Set IP to 216.239.33.100
-
Set Port to 80
-
Open Webbrowser to http://localhost
You just made your computer a Google Server!(Any computer - even on the net can acces google by typing http://[Internet IP] - If your IP is Public(Internet IP)!
I am looking for VB programmers to help me program a Multiplayer gaming network by the name of BioNet (It is not a Trojan!) If you are fimilar with VB's winsock control PLEASE e-mail me at AaronMCouture@hotmail.com or visit my website:
http://www.angelfire.com/me4/ZytechSoftware
I Want To Hear Your Ideas So, Please Comment!
More Info
| Submitted On | 2002-01-28 18:51:06 |
| By | Aaron Couture |
| Level | Advanced |
| User Rating | 4.6 (60 globes from 13 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Windows System Services |
| World | Visual Basic |
| Archive File | NAT_Soluti551592132002.zip |