Server??

Posted by BDCSchizoIV on Mon 18 Mar 2002 01:59 AM — 4 posts, 17,978 views.

#0
I either am not loading the server correctly or it may not even be compiled. but I downloaded a "pre-compiled" smaug.exe file. Well I go to telnet and type in the 69.89.. and so on and the port and it lets me connect.. I give it to my friends to connect to and they all said it said "Could not establish a connection"

What am I doing wrong?
USA #1
It's a public ip? Not behind firewall/nat?... Can they ping that address? Running ics? dont know if that matters.
#2
No they aren't getting a responce when they ping it. Thats where there problem is I know that but I have no firewall up and on my old computer it worked...
Australia Forum Administrator #3
There are a few things that could go wrong, assuming that you have the server up (ie. you can connect, and you are currently connected to the Internet) ...

  1. You might have given the wrong IP address - some providers change addresses each session (especially dial-up), and also cable modem users tend to get a new address from a DHCP server. Check the address is still the same as the one you advised your friends.
  2. You might have more than one IP address - eg. a dial-up modem, an internal ethernet card, and a cable modem. You need to advise the address that they are connecting on.
  3. If you are behind a firewall the firewall may block certain ports. Even if you don't have one on your own PC, if you are running it at a school/college/business they may have one of which you are not aware. Even pinging isn't totally reliable, firewalls may block pings but let other traffic through, or vice-versa.
  4. If you are behind a server that is doing NAT (Network Address Translation, also known as "IP Masquerading") then incoming connections may not work. For example, I am doing that here. NAT lets you share one connection amongst more than one PC. This works fine on outgoing connections, but incoming ones need special treatment or they go only to the NAT server, not the PC at the end of the chain. If this is the case you need to configure "port forwarding". You would normally know whether or not this is happening to you. You can tell, to a certain extent, because the IP address at the "back end" of NAT is usually a "private" IP address, that is, one that is reserved for private networks.

    These addresses are 192.168.0.0/16, 172.16.0.0/12 and 10.0.0.0/8. If your address looks like one of those then you may be behind a NAT server.