From owner-freebsd-stable Sun Aug 26 8:36:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from obelix.spectraweb.ch (obelix.plusnet.ch [194.158.230.8]) by hub.freebsd.org (Postfix) with ESMTP id A6ADD37B401 for ; Sun, 26 Aug 2001 08:36:54 -0700 (PDT) (envelope-from pcservice.schweizer@spectraweb.ch) Received: from pc-service.ch (abo-mu-2-2-dialup-80.spectraweb.ch [194.230.204.80]) by obelix.spectraweb.ch (8.11.2/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id f7QFalT25193 for ; Sun, 26 Aug 2001 17:36:47 +0200 Received: (from martin@localhost) by pc-service.ch (8.11.3/8.11.3) id f7QFfEl00294 for freebsd-stable@freebsd.org; Sun, 26 Aug 2001 17:41:14 +0200 (CEST) (envelope-from pcservice.schweizer@spectraweb.ch) Date: Sun, 26 Aug 2001 17:41:09 +0200 From: Martin Schweizer To: freebsd-stable@freebsd.org Subject: IPFirewall Message-ID: <20010826174109.A279@pc-service.ch> Reply-To: Martin Schweizer Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Hier is my rc.conf: (I also compiled my kernel with the firewall options) -- snip # Firewall # firewall_enable="YES" firewall_script="/etc/rc.firewall" # firewall_type="OPEN" -- snip Hier is my rc.firewall: # DNS ipfw add allow tcp from any to any 53 ipfw add allow udp from any to any 53 # SMTP ipfw add allow tcp from any to any 25 ipfw add allow udp from any to any 25 # POP3 ipfw add allow tcp from any to any 110 ipfw add allow udp from any to any 110 With this I can dial up to my provider but I became no DNS, SMTP or POP3 connections. Why? What do you I need? -- Regards Martin Schweizer PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message