Connecting to Server
Connecting to Server
hey i have unrealircd installed on windows xp pro and am able to connect to it locally with the IP address (not just 127.0.0.1) but for some reason i cant connect from anywhere else using that IP... no router or anything.. thanks for any help
-
Ron2K
Ron's DNS Tutorial #1:
127.0.0.1 is the "loopback" address, also known as "localhost". So, no matter which computer you go to, if you connect to "localhost" or "127.0.0.1", you are connecting to the same computer that you are using.
By means of example: you have an IRCd on Computer 1. If you are sitting at Computer 1 and connect to 127.0.0.1, you will connect to that IRCd. Now, suppose you go to Computer 2. Connecting to 127.0.0.1 will try and connect to Computer 2. See how it works?
Hope that helped...
127.0.0.1 is the "loopback" address, also known as "localhost". So, no matter which computer you go to, if you connect to "localhost" or "127.0.0.1", you are connecting to the same computer that you are using.
By means of example: you have an IRCd on Computer 1. If you are sitting at Computer 1 and connect to 127.0.0.1, you will connect to that IRCd. Now, suppose you go to Computer 2. Connecting to 127.0.0.1 will try and connect to Computer 2. See how it works?
Hope that helped...