On Feb 2, 2008 6:21 PM, Mohan Nayaka wrote: > And how do you tear down a connection? I see this from netstat --program. > > [EMAIL PROTECTED]:~$ sudo netstat --program > Password: > Active Internet connections (w/o servers) > Proto Recv-Q Send-Q Local Address Foreign Address > State PID/Program name > tcp 0 1 ZION.local:51051 www.flickr.vip.mud.:www LAST_ACK > - > tcp 0 0 ZION.local:34757 wr-in-f19.google.co:www > ESTABLISHED3246/firefox-bin > ... > > The connection to www.flickr.vip.mud.:www looks suspicious. How do I remove > it? > > Regards, > Mohan S N
In case of the connection to www.flickr.vip.mud.:www, the state is LAST_ACK which means "The remote end has shut down, and the socket is closed. Waiting for acknowledgement." Since the socket is already closed, you don't have the PID listed. -- Regards OSRIC XAVIER FERNANDES --- ... .-. .. -.-. -- http://mm.glug-bom.org/mailman/listinfo/linuxers

