From e6a9eb979450304e9f2b5053b06d4baee730d52a Mon Sep 17 00:00:00 2001 From: Innovation Inc Date: Fri, 16 Aug 2019 18:11:58 -0500 Subject: [PATCH] Created 3 Connecting (markdown) --- 3-Connecting.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3-Connecting.md diff --git a/3-Connecting.md b/3-Connecting.md new file mode 100644 index 0000000..1aa6ffc --- /dev/null +++ b/3-Connecting.md @@ -0,0 +1,13 @@ +# Basic Connecting Information +## Connecting to the server +When you start the server, it will display your computer's local IP address. With your Telnet client, connect to it at port 5000. Be sure you are on your local network. + +Example: 192.168.1.15:5000 + +## Global Connections +You are able to connect to the OTN server from outside your house. However, **IT IS NOT RECOMMENDED TO DO THIS AS IT LEAVES YOUR COMPUTER OPEN TO ATTACKERS.** Telnet, unlike SSH, is an unsecure connection method. Follow the instructions at your own risk. View the [Legal Information and Warrenties](https://www.github.com/sparrdrem/otn/wiki/2-Legal-Information-and-Warrenties) page for more information. +**1.)** Go to your router's setup page. This is usually 192.168.1.1, or routerlogin.com if you have a Netgear router. +**2.)** Go to the page that lets you open ports (or more commonly called "Port Forwarding"). +**3.)** Open the 5000 port + +You can now connect to the OTN server from anywhere in the world at [your public IP]:5000. To find your public IP, go to Google and search "whats my IP address". \ No newline at end of file