Page 2 of 2

Posted: Sun Jan 01, 2006 3:01 pm
by Dukat
You know... some basic knowledge about networking and *nix is required to run Unreal...

Posted: Sun Jan 01, 2006 6:22 pm
by JIVXor
Perhaps I could be wrong, but when you're telneting a service you do this :

Code: Select all

jiv@hall ~ $ telnet 127.0.0.1 6667
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
:hall.ssp.sld.cu NOTICE AUTH :*** Looking up your hostname...
:hall.ssp.sld.cu NOTICE AUTH :*** Found your hostname (cached)  
by this way :

Code: Select all

 jiv@hall ~ $ telnet 127.0.0.1:6667
telnet: could not resolve 127.0.0.1:6667/telnet: Name or service not known
jiv@hall ~ $
you'll not get anything, so try by this form : telnet 127.0.0.1 6667
without the :