How to stop an active network connection

2008-12-02 Thread T o n g
Hi, How can I stop an active network connection? e.g., $ netstat Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 192.168.0.100:ssh ip-72-55-146-217.:35911 ESTABLISHED Because barbarians

Re: How to stop an active network connection

2008-12-02 Thread Celejar
On Tue, 2 Dec 2008 22:26:04 + (UTC) T o n g [EMAIL PROTECTED] wrote: Hi, How can I stop an active network connection? e.g., $ netstat Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0

Re: How to stop an active network connection

2008-12-02 Thread Andrew Reid
On Tuesday 02 December 2008 17:26, T o n g wrote: Hi, How can I stop an active network connection? e.g., $ netstat Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 192.168.0.100:ssh

Re: How to stop an active network connection

2008-12-02 Thread Alex Samad
On Tue, Dec 02, 2008 at 05:30:01PM -0500, Celejar wrote: On Tue, 2 Dec 2008 22:26:04 + (UTC) T o n g [EMAIL PROTECTED] wrote: Hi, How can I stop an active network connection? e.g., $ netstat Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address

Re: How to stop an active network connection

2008-12-02 Thread Raj Kiran Grandhi
T o n g wrote: Hi, How can I stop an active network connection? e.g., $ netstat Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp0 0 192.168.0.100:ssh ip-72-55-146-217.:35911 ESTABLISHED

Re: How to stop an active network connection

2008-12-02 Thread Michael Iatrou
When the date was Wednesday 03 December 2008, T o n g wrote: Hi, How can I stop an active network connection? e.g., Using iptables(8) you can stop any kind of traffic manually or automagically, using something like the following (assuming that you normally accept ssh connections): iptables

Re: How to stop an active network connection

2008-12-02 Thread Celejar
On Wed, 3 Dec 2008 12:26:49 +1100 Alex Samad [EMAIL PROTECTED] wrote: On Tue, Dec 02, 2008 at 05:30:01PM -0500, Celejar wrote: On Tue, 2 Dec 2008 22:26:04 + (UTC) T o n g [EMAIL PROTECTED] wrote: Hi, How can I stop an active network connection? e.g., ... apt-cache show