From alexm@htr-60.tx.symbio.net Thu Dec 31 12:41:05 1998 From: alexm@htr-60.tx.symbio.net To: users@lists.opensuse.org Subject: [SuSE Linux] port Date: Thu, 31 Dec 1998 06:41:05 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5519425711769330132==" --===============5519425711769330132== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, Is there a way in TCP/IP to kill activity on a specific port (12257 for instance)? thank you, -alexm - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============5519425711769330132==-- From root@iguana.be Thu Dec 31 15:40:10 1998 From: root@iguana.be To: users@lists.opensuse.org Subject: Re: [SuSE Linux] port Date: Thu, 31 Dec 1998 16:40:10 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7215639969445980752==" --===============7215639969445980752== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Alex, > Is there a way in TCP/IP to kill activity on a specific port (12257 for > instance)? what about ipchains or ipfwadm to deny everything TO that port (tcp I guess) ? kr=3D \\\___/// \\ - - // ( @ @ ) +---------------oOOo-(_)-oOOo-------------+ | kris carlier - kris(a)iguana.be | | Hiroshima 45, Tsjernobyl 86, Windows 95 | | Linux, the choice of a GNU gener8ion | | SMS: +32-75-61.43.05 | +------------------------Oooo-------------+ oooO ( ) ( ) ) / \ ( (_/ \_) - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============7215639969445980752==-- From charlesiii@theverge.com Thu Dec 31 15:56:00 1998 From: charlesiii@theverge.com To: users@lists.opensuse.org Subject: Re: [SuSE Linux] port Date: Thu, 31 Dec 1998 11:56:00 -0400 Message-ID: <199812311556.LAA06444@theverge.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1940801052241882657==" --===============1940801052241882657== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable you can find the pids of the process useing fuser for ports. fuser port#/protcal fuser 12345/tcp to kill all process listed kill `fuser 12345/tcp` ` is no ' charles - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============1940801052241882657==-- From alexm@htr-60.tx.symbio.net Thu Dec 31 19:12:55 1998 From: alexm@htr-60.tx.symbio.net To: users@lists.opensuse.org Subject: Re: [SuSE Linux] ports [off topic] Date: Thu, 31 Dec 1998 13:12:55 -0600 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4828460077149602721==" --===============4828460077149602721== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello, On Thu, 31 Dec 1998, Kris Carlier wrote: >=20 > what about ipchains or ipfwadm to deny everything TO that port (tcp I > guess) ? >=20 I tried the fuser port/protocol --> no errors, but no luck either I even tried with -k flag. The reason I need to kill activity on a port is to kill the user "unconnected". Who plays quake knows what I am talking about ;-) It's a user that "sits" on a quake server and does not "play", thus using up the bandwidth and a place for another real player. Eventually "unconnected" disconnects, but it takes time. I am writing a small program that monitors ports used by the quake server and if it spots "uconnected" -- "resets" the port. Thank you for help, everyone -alexm the bandwidthwaister - To get out of this list, please send email to majordomo(a)suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <= A HREF=3D"http://www.suse.com/Support/Doku/FAQ/http://www.suse.com/Suppo= rt/Doku/FAQ/> and the archiv at htt= p://www.suse.com/Mailinglists/suse-linux-e/index.html> --===============4828460077149602721==--