can you please help me out here ..

below is my pf.conf file which allow all ourbound traffice , now i want it to 
only allow specific protocols like only http,https,ftp,.....

need a hint.

intif="epic0"
intad="10.0.0.0/16"
extif="fxp0"
extad="192.168.0.6/32"
chadd="10.0.0.1/32"
allif="{$extif, intif}"
table <allowedclients> persist file "/etc/allowedclients"
table <blockedclients> persist file "/etc/blockedclients"
scrub in all
rdr on $intif proto tcp from $intad to any port 80 -> $chadd port 8080
nat on $extif inet from $intad -> $extad
pass out on $extif inet proto { icmp, udp, tcp } keep state


 
 *B:B$., B8B8,.B$B:*B(B(B(*B$ Stingray *B:B$., B8B8,.B$B:*B(B(*B$

Reply via email to