Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2005 09:03:25 -0700
From:      Dave Webster <dwebman@telus.net>
To:        questions@freebsd.org
Subject:   [Fwd: ipf sample rule file]
Message-ID:  <1124035405.726.0.camel@localhost>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]


[-- Attachment #2 --]
Subject: ipf sample rule file
From: Dave Webster <dwebman@telus.net>
To: "FBSD_IG "@a1poweruser.com
Content-Type: text/plain; charset=windows-1251
Message-Id: <1124031273.677.7.camel@localhost>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port 
Date: Sun, 14 Aug 2005 07:54:39 -0700
Content-Transfer-Encoding: 8bit

Thank you for your tremendous guide for FreeBSD newbies.  I am confused
by:
# Allow out access to my ISP's DHCP server for cable or DSL networks.
# This rule is not needed for ‘user ppp’ type connection to the 
# public Internet, so you can delete this whole group.
# Use the following rule and check log for IP address. 
# Then put IP address in commented out rule & delete first rule 
pass out log quick on dc0 proto udp from any to any port = 67 keep state
#pass out quick on dc0 proto udp from any to z.z.z.z port = 67 keep
state

my /etc/resolv.conf file is:
search bc.hsia.telus.net
nameserver 154.11.128.187
nameserver 154.11.128.59
nameserver 64.114.195.135
nameserver 64.114.195.136

What should this section look like when I'm finished?

Any help would be greatly appreciated.
regards,
Dave Webster

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1124035405.726.0.camel>