----------------------------------------------------------------------------
netstat output of working telnet in 1.3.60:
Active Internet connections
Proto Recv-Q Send-Q Local Address Foreign Address (State) User
tcp -1 0 netcom:1029 telnetd:telnet ESTABLISHED root
Active UNIX domain sockets
Proto RefCnt Flags Type State Path
----------------------------------------------------------------------------
netstat ouput of 'hanging' telnet in 1.3.6[1-4]:
Active Internet connections
Proto Recv-Q Send-Q Local Address Foreign Address (State) User
tcp -1 24 netcom:1048 telnetd:telnet ESTABLISHED root
Active UNIX domain sockets
Proto RefCnt Flags Type State Path
----------------------------------------------------------------------------
I'm unable to telnet to 10.0.2.0 (slirp command line), in order to do a
'stats socket', since the telnet connection 'hangs' like all other
connections:
$ telnet 10.0.2.0
Trying 10.0.2.0...
Connected to 10.0.2.0.
Escape Character is '^]'.
<then it hangs>
----------------------------------------------------------------------------
Any ideas?
--Doug