08 Dec 11, 10:43PM
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]
[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]