Date: Tue, 12 Apr 2005 20:58:23 -0400 From: "Francis Whittington" <fewjr@adelphia.net> To: <freebsd-questions@freebsd.org> Subject: ipf.rules Message-ID: <000601c53fc3$e5367090$030a000a@CTU>
next in thread | raw e-mail | index | archive | help
Hi Folks, I have the firewall/router box going, under V5.3. It says in = ipf.rules to: # 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 =3D 67 keep = state #pass out quick on dc0 proto udp from any to z.z.z.z port =3D 67 keep = state How do I know which ip address I am looking for to put in place of = "z.z.z.z. port=3D 67 keep state" in the rule that is saved.=20 Thanks fewjr/Buddy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000601c53fc3$e5367090$030a000a>