Page 1 of 1
A small favor please.
Posted: Tue Sep 13, 2005 12:47 am
by Korbin
Can someone connect to this ip for me, 192.168.1.101
I just need to know if it works, post back your results please.
Thanks,
-Korbin
Posted: Tue Sep 13, 2005 1:04 am
by SOAPboy
it dont work..
dont even have to try
Posted: Tue Sep 13, 2005 1:08 am
by Korbin
lol k thx
Re: A small favor please.
Posted: Tue Sep 13, 2005 1:24 am
by Bacon
Korbin wrote:Can someone connect to this ip for me, 192.168.1.101
I just need to know if it works, post back your results please.
Thanks,
-Korbin
Thats a local address, go to start

run

cmd
type:
ipconfig /all
Your real internet ip will show up different, thats the one peopl eneed to use to connect to your server.
Posted: Tue Sep 13, 2005 1:48 am
by SOAPboy
Posted: Tue Sep 13, 2005 3:14 am
by Foo
There are 3 sets of IP addresses which are only ever used on local networks, and cannot transmit across the internet. They were specially reserved for this purpose, and most networking hardware 'knows' not to pass any data from these IP addresses out to the wider networks.
the ranges are:
10.0.0.0 to 10.255.255.255
172.16.0.0 to 172.31.0.0
192.168.0.0 to 192.168.255.0
As you can see, the IP address you states falls into the third set.
The link soapboy provided will show you what your 'real' internet IP address is.
Hope that makes sense.
Posted: Tue Sep 13, 2005 4:09 am
by zolborg
OR...
192.168.0.0 to 192.168.255.255
172.16.0.0 to 172.31.255.255
Posted: Tue Sep 13, 2005 8:08 pm
by Korbin
If i host a dedicated server am i able to play on it? or is it just so other people can play on it but not me?
Posted: Tue Sep 13, 2005 9:03 pm
by Underpants?
there's a plethora of reasons why you will fail at this.
Google Quake3, NAT and whatever model of router you're using. Just like that, "whatever model of router you're using." It's possible there's an old dirty article in the past on this board here (it's been topiced like once or twice), so a search might do you good here, also.
Posted: Tue Sep 13, 2005 9:21 pm
by Foo
Korbin wrote:If i host a dedicated server am i able to play on it? or is it just so other people can play on it but not me?
Yep you can play on the server. Just load up another copy of quake, go to the console, and enter:
/connect localhost
This will connect to the server running on your PC. 'localhost' is a reserved word which basically points back to your own PC.
Posted: Tue Sep 13, 2005 10:15 pm
by Korbin
ok thanks