Date: Tue, 5 Apr 2005 21:18:05 -0400 From: wizlayer <wizlayer@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: ipf.rules Message-ID: <200504052118.06366.wizlayer@gmail.com> In-Reply-To: <001501c53a42$a3d58860$030a000a@CTU> References: <001501c53a42$a3d58860$030a000a@CTU>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 05 April 2005 08:50 pm, Francis Whittington wrote: > 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 # 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 It sais, "Use the following rule and _check log_ for IP address..." Check your pf log (whatever it's setup to be). If your ipf.rules isn't set up to log any events, then set it up and check it again... Just the same, you could also whois your ISP and get their DNS, or call tech support and they'll tell you. HTH, WizLayer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504052118.06366.wizlayer>