[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pf.conf question
- To: GV <kpkp@gmx.net>
- Subject: Re: pf.conf question
- From: jared r r spiegel <jrrs@ice-nine.org>
- Date: Thu, 31 Jul 2003 22:57:21 -0600
- Cc: misc mailing <misc@openbsd.org>
- Content-Disposition: inline
- References: <200307311526.3233321.6@mail.witworx.com> <3F2951A0.4080005@gmx.net> <010d01c3578c$5a4adf00$0c01a8c0@oldie> <3F295E62.2070904@gmx.net>
- User-Agent: Mutt/1.5.4i
On Thu, Jul 31, 2003 at 08:22:26PM +0200, GV wrote:
> As a result, I'm now able to ping the internet but I can't ping
> 'myself'!!!! Any idea about that?
when i mess with pf.conf, i break lots of things.
to help me unbreak them, i use:
[gateway]:/home/jrrs/bin $ cat pfwatch.sh
#!/bin/sh
sudo tcpdump -n -e -ttt -r /var/log/pflog | tail -80
sudo tcpdump -n -e -ttt -i pflog0 $1 $2
it is nice to keep this in another screen(1) to see how pf comes
into play ( assuming you're logging your blocks )
jared
--
[ openbsd 3.3 current/GENERIC ( jul 24 ) // i386 ]