[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pf.conf question



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 ]