I recently setup a box with 5.3 release and enabled PF in order to do
NAT and eventually firewalling and bandwidth control when I become
more acustom to the workings of PF. Regardless of which however, I'm
having tremendous speed issues with the box currently.

Here is my pf.conf:
ext_if="rl1"
int_if="xl0"
int_net="192.168.1.0/24"
nat on $ext_if from $int_net to any -> $ext_if

pass in all keep state
pass out all keep state

Here is my rc.conf:
defaultrouter="63.135.xxx.xxx"
gateway_enable="YES"
hostname="ORCA.****"
ifconfig_rl1="inet 63.135.xxx.xxx netmask 255.255.255.240"
ifconfig_xl0="inet 192.168.1.1 netmask 255.255.255.0"
linux_enable="YES"
sshd_enable="YES"
usbd_enable="YES"
pf_enable="yes"
pf_rules="/etc/pfrules.conf"
pf_flags=""
pflog_enable="YES"
pflog_logfile="/var/log/pflog"
pflog_flags=""


-- 
-Tomas Quintero
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to