Waiting for server response
#2
Your WAN (external) IP won't be routed properly by most routers if you try to access it from inside the LAN (internal); simply add your LAN-IP too (by hand/script), of course use the proper IP, but in principle:
[cubescript]
addserver 127.0.0.1 // there's no place like home
addserver 192.168.123.123 // non-local-box, but still LAN
addserver localhost // like line #1, just by name
addserver box4ac // as long as it's in your hosts file this can work too
[/cubescript]
Thanks given by:


Messages In This Thread
RE: Waiting for server response - by flowtron - 08 Dec 11, 10:43PM
RE: Waiting for server response - by flowtron - 09 Dec 11, 07:43AM
RE: Waiting for server response - by Murmer - 28 Dec 11, 01:15AM
RE: Waiting for server response - by X-Ray_Dog - 28 Dec 11, 02:14AM