Okay, this should be it, any commends are appreciated.
The >1023 is used for ftp;
###########################################################
# $OpenBSD: PF firewall rules $
tcp_pass = "{ 21 22 25 53 80 110 123 >1023}"
udp_pass = "{ 53 110 }"
# scrub
scrub in all
# setup a default deny policy
block in all
block out all
antispoof for { bce0, wpi0 } inet
pass out on { bce0, wpi0 } proto tcp to any port $tcp_pass
pass out on { bce0, wpi0 } proto udp to any port $udp_pass
###########################################################
On Mon, 28 May 2007 22:01:53 +0200
Lontronics Mailinglist account <[EMAIL PROTECTED]> wrote:
> Okay, found some stuff on the internet; this is it at the moment:
>
> >
> > Any help to make my pf settings more secure would be appreciated.
> >
> > To be sure; I am running pf on my laptop, and there is no other computer
> > connected to my laptop.
> >
> > Jan