From owner-freebsd-questions Sat May 23 13:52:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00432 for freebsd-questions-outgoing; Sat, 23 May 1998 13:52:12 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from server4.mpcbbs.com.br (server4.mpc.com.br [200.246.0.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00316 for ; Sat, 23 May 1998 13:51:58 -0700 (PDT) (envelope-from capriotti@geocities.com) Received: from hot_nt (node73.mpc.com.br [200.246.0.73]) by server4.mpcbbs.com.br (8.8.6/8.8.6) with SMTP id RAA02078 for ; Sat, 23 May 1998 17:51:45 -0300 (EST) Message-Id: <3.0.32.19980523175006.00930610@pop.mpc.com.br> X-Sender: capriotti@pop.mpc.com.br X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Sat, 23 May 1998 17:50:45 -0300 To: freebsd-questions@FreeBSD.ORG From: Capriotti Subject: IPFW and pop3/irc - loooong wait Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. The following rule: # Reject&Log all setup of incoming connections from the outside $fwcmd add 300 deny log tcp from any to any in via ${oif} setup is causing pop3 (when sending msgs) and IRC (when connecting; port 6667) take too long to connect I get messages like this on the console: ipfw: 300 Deny tcp 209.104.220.13:4737 200.246.0.15:113 in via tun0 is it expected ? (I don't see why... My TCP/IP skills are not that good) In case it is, is there any workaround for this delay ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message