From owner-freebsd-questions@FreeBSD.ORG Mon Apr 25 12:39:36 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24FCF16A4CE for ; Mon, 25 Apr 2005 12:39:36 +0000 (GMT) Received: from webmail-outgoing.us4.outblaze.com (webmail-outgoing.us4.outblaze.com [205.158.62.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00DFB43D45 for ; Mon, 25 Apr 2005 12:39:36 +0000 (GMT) (envelope-from fteg@london.com) Received: from unknown (unknown [192.168.9.180])DF3711800126 for ; Mon, 25 Apr 2005 12:39:48 +0000 (GMT) X-OB-Received: from unknown (205.158.62.49) by wfilter.us4.outblaze.com; 25 Apr 2005 12:48:59 -0000 Received: by ws1-1.us4.outblaze.com (Postfix, from userid 1001) id A19F04BEAD; Mon, 25 Apr 2005 12:41:34 +0000 (GMT) Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Received: from [213.187.181.70] by ws1-1.us4.outblaze.com with http for fteg@london.com; Mon, 25 Apr 2005 07:41:34 -0500 From: "Fafa Diliha Romanova" To: questions@freebsd.org Date: Mon, 25 Apr 2005 07:41:34 -0500 X-Originating-Ip: 213.187.181.70 X-Originating-Server: ws1-1.us4.outblaze.com Message-Id: <20050425124134.A19F04BEAD@ws1-1.us4.outblaze.com> Subject: PF problem!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 12:39:36 -0000 Hello! I am running FreeBSD 5.4-STABLE, with PF as firewall and NAT server. My question is: Why do I have to type this after everytime I've rebooted to make my NAT gateway server allow Internet access to my workstation? # pfctl -F a ; pfctl -Nf /etc/pf.conf ; pfctl -sr Here is my /etc/pf.conf: int_if=3D"ep0" ext_if=3D"lnc0" # *** Options # set block-policy drop # *** Scrub incoming packets # scrub in all # *** NAT # nat on $ext_if from $int_if:network to any -> ($ext_if) rdr on $int_if proto tcp from any to any \ port 21 -> 127.0.0.1 port 8021 # *** Default deny policy # block drop log all # *** Pass loopback traffic # pass quick on lo0 all # *** Outgoing # # pass out on $ext_if inet proto tcp \ from any to any flags S/SA keep state pass out on $ext_if inet proto { udp, icmp } \ from ($ext_if) to any keep state # *** Bootstrap # pass out on $ext_if inet proto udp \ from any port 68 to any port 67 keep state # *** DNS and NTP # pass out on $ext_if inet proto udp \ from ($ext_if) to any port { 53, 123 } keep state # *** SSH and HTTP # pass in on $ext_if inet proto tcp \ from any to ($ext_if) port { 22, 80 } flags S/SA keep state # *** Active FTP # pass in on $ext_if inet proto tcp \ from port 20 to ($ext_if) user proxy flags S/SA keep state Thanks all! -- Fafa --=20 ___________________________________________________________ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm