CSLIP netstat for 1.3.6[03]

Doug Liu (dougliu@netcom.com)
Thu, 15 Feb 96 09:17:48 -0800


Here is the netstat output of the CSLIP/dip/slirp connection with 1.3.60,
which is working, and 1.3.63, which connects, but hangs the applications
like telnet, ftp, lynx, and netscape.

----------------------------------------------------------------------------
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.63:

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

----------------------------------------------------------------------------
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 clues?

--Doug