Date: Tue, 5 Apr 2005 20:50:33 -0400 From: "Francis Whittington" <fewjr@adelphia.net> To: <freebsd-questions@freebsd.org> Subject: ipf.rules Message-ID: <001501c53a42$a3d58860$030a000a@CTU>
next in thread | raw e-mail | index | archive | help
Hi all, In ipf.rules at the section below it says to run 1st rule, then look = for ip address, put it in commented out rule and delete 1st rule . How = do I know what ip address is my isp's DHCP server address? > # 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=20 # public Internet, so you can delete this whole group. # Use the following rule and check log for IP address.=20 # Then put IP address in commented out rule & delete first rule=20 pass out log quick on dc0 proto udp from any to any port =3D 67 keep = state #pass out quick on dc0 proto udp from any to z.z.z.z port =3D 67 keep = state
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001501c53a42$a3d58860$030a000a>