Re: pf question

2005-03-08 Thread Giorgos Keramidas
On 2005-03-08 06:49, "J.D. Bronson" <[EMAIL PROTECTED]> wrote: > First my ifconfig -A: > > # ifconfig -A > bge0: flags=8843 mtu 1500 > address: > media: Ethernet autoselect (100baseTX full-duplex) > status: active > inet 192.168.82.1 netmask 0xff00 b

Re: pf question

2006-01-12 Thread Dick Davies
On 12/01/06, Vasile Cristescu <[EMAIL PROTECTED]> wrote: > does pf has something like " ipfw -d show " ? I don't know. What does 'ipfw -d show' do? -- Rasputin :: Jack of All Trades - Master of Nuns http://number9.hellooperator.net/ ___ freebsd-question

Re: pf question

2006-01-12 Thread Richard C. Isaacson
Are you asking if you can print out rules? pfctl -sr -v Dick Davies wrote: On 12/01/06, Vasile Cristescu <[EMAIL PROTECTED]> wrote: does pf has something like " ipfw -d show " ? I don't know. What does 'ipfw -d show' do? -- Rasputin :: Jack of All Trades - Master of Nuns http://numb

Re: pf question

2006-01-12 Thread Matthew Seaman
Richard C. Isaacson wrote: Dick Davies wrote: On 12/01/06, Vasile Cristescu <[EMAIL PROTECTED]> wrote: does pf has something like " ipfw -d show " ? I don't know. What does 'ipfw -d show' do? Are you asking if you can print out rules? pfctl -sr -v '-d' in ipfw includes the dynamic

RE: pf question

2008-09-08 Thread joeb
pfctl -f /etc/pf.conf # loads the pf.conf file pfctl -Nf /etc/pf.conf # Load only the NAT rules from the file pfctl -Rf /etc/pf.conf # Load only the filter rules from the file -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Scott Bennett Sent:

Re: pf question

2008-09-08 Thread Artis Caune
On Tue, Sep 9, 2008 at 8:17 AM, Scott Bennett <[EMAIL PROTECTED]> wrote: > I'm just starting to play around with pf to get it to handle NAT for > a LAN, and I've just discovered that I don't know how to get pf to reload > /etc/pf.conf after I make changes to it. "pfctl -d -e" doesn't do it, an

Re: pf question

2008-09-09 Thread Bruce Cran
On Tue, 9 Sep 2008 00:17:39 -0500 (CDT) Scott Bennett <[EMAIL PROTECTED]> wrote: > I'm just starting to play around with pf to get it to handle NAT > for a LAN, and I've just discovered that I don't know how to get pf > to reload /etc/pf.conf after I make changes to it. "pfctl -d -e" > doesn