From owner-freebsd-isp Thu Dec 2 9:35:22 1999 Delivered-To: freebsd-isp@freebsd.org Received: from celery.dragondata.com (celery.dragondata.com [205.253.12.6]) by hub.freebsd.org (Postfix) with ESMTP id 5933114BFC for ; Thu, 2 Dec 1999 09:35:10 -0800 (PST) (envelope-from toasty@celery.dragondata.com) Received: (from toasty@localhost) by celery.dragondata.com (8.9.3/8.9.3) id JAA28909; Thu, 2 Dec 1999 09:50:36 -0600 (CST) (envelope-from toasty) From: Kevin Day Message-Id: <199912021550.JAA28909@celery.dragondata.com> Subject: Re: Chat Only??? To: aLan@fil.net (aLan Tait) Date: Thu, 2 Dec 1999 09:50:36 -0600 (CST) Cc: freebsd-isp@FreeBSD.ORG (freebsd-isp@FreeBSD.ORG) In-Reply-To: <38468786.2A78E9EF@fil.net> from "aLan Tait" at Dec 02, 1999 10:51:50 PM X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > My partner wants us to offer a "chat only" service (no http, > ftp, email) and I think I can do it with a simple filter, > but am having a bit of a time locating the filter info. > TCP/UDP and port info??? This is what I have... > > IRC TCP ports 6659-6670 and 7000 > > ICQ UDP port 4000 (Any others? No TCP?) > > Freetel Maybe TCP port 30000??? > You'll find ircd on all sorta ports, but yeah, you'll need to give them at least ports 6659-6670. Also make sure that ircd can connect back to their identd port. This will prevent irc/icq users from transferring files between each other though, since the clients negotiate random port numbers. You know this really won't stop someone from using other services as well. I could bind a socks proxy or PPP over TCP link to a port in that range, and do whatever I wanted. :) Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message