From: calvin8@... (Andi Scharfstein) Date: 2003-06-17T07:41:40+09:00 Subject: TCPServer not working Hi, I have tried to do a very simple client/server setup, like so: port = 57624 server = TCPServer.new("0.0.0.0", port) while (connection = server.accept) # do stuff end Access from localhost works great, but "telnet the.ipa.ddr.ess 57624" always gives me "Unable to connect to remote host: Connection refused". I am running the server part on Ruby 1.6.8, Win32 environment. And no, there's no firewall blocking it. Any ideas? -- Bye: Andi S. mailto:nullpointer@myrealbox.com