From owner-freebsd-questions Mon Jan 22 7:49:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pro.fais.net (mail.fais.net [208.249.141.254]) by hub.freebsd.org (Postfix) with ESMTP id BC42737B402 for ; Mon, 22 Jan 2001 07:49:27 -0800 (PST) Received: from gateway.drnet.fais.net (root@drnet.fais.net [208.249.141.246]) by pro.fais.net (8.9.3/8.9.3/Debian/GNU) with ESMTP id KAA01247 for ; Mon, 22 Jan 2001 10:32:36 -0600 Received: from gateway.drnet.fais.net (jwpauler@localhost [127.0.0.1]) by gateway.drnet.fais.net (8.11.1/8.11.1) with SMTP id f0MFn8M03683 for ; Mon, 22 Jan 2001 09:49:17 -0600 (CST) (envelope-from jwpauler@jwpages.com) From: "Justin W. Pauler" Reply-To: jwpauler@jwpages.com Date: Mon, 22 Jan 2001 09:49:08 -0600 X-Mailer: KMail [version 1.1.99] Content-Type: text/plain; charset="iso-8859-1" To: freebsd-questions@freebsd.org Subject: icq MIME-Version: 1.0 Message-Id: <01012209490800.02703@gateway.drnet.fais.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can someone please help me get ICQ working through IPFW. AOL Instant Messenger had no problem working, but for some reason, ICQ wont. My firewall policy is deny ip from any to any and I have put the following rules in place: ICQ documentation said to allow a udp packet to 4000 on the other end so i opened that up: ${fwcmd} add 0302 pass udp from any 4000 to any ${fwcmd} add 0303 pass udp from any to any 4000 It also said it had to have atleast 9 ports to work. They were dynamically allocated. I opened 10 ports for it: ${fwcmd} add 0304 pass tcp from any to any 1024-1034 ${fwcmd} add 0305 pass tcp from any 1024-1034 to any However, for some reason, it just wont work. Any help would be appreciated. -- jwp -- Justin W. Pauler FlexiShell Internet Services E-Mail: jwpauler@jwpages.com WWW: http://www.jwpages.com IRC: drnet@#EggDrop, Undernet IRC Network ----------------------------------------------------------------------- Everyone talks about apathy, but no one ____does anything about it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message