Mckorr wrote:If you are using XP you need to check your services to see if Telnet is even turned on. I believe it is disabled by default to prevent others from accessing your machine, and you have to go in and turn it on.
You are referring to the telnet server service, which he does not want to turn on, ever!
Using telnet client is totally different and isnt affected, however the default windows telnet program sucks pretty bad and inserts extra cr/lf's that prob will not work correctly with mq telnet server.
First thing you will want to check is the TelnetLocal or LocalOnly or something like that in the macroquest.ini file, this is a flag that controls rather the telnet server will accept connections only from the localhost or from any host.
You'll want to try telneting into it from localhost, and other machines to verify you have this flag set the way you want it.
Second thing is use a client like putty or CRT but it already sounds like your doing that.