Hi,
I am using squid (3.3.8) with default settings, not transparent. FreeBSD 9.1-p4 with default settings. pf with the following configuration:
But speedtest.net is never finishing the test. Can someone tell me why it is so?
I am using squid (3.3.8) with default settings, not transparent. FreeBSD 9.1-p4 with default settings. pf with the following configuration:
Code:
set skip on lo0
scrub in on { xl0, nfe0 } all fragment reassemble
antispoof for { xl0, nfe0 }
#default
block all
#antispoof
block in quick from urpf-failed
#lan
pass in quick on nfe0 from 192.168.1.0/24 to 192.168.1.100
pass out quick on nfe0 from 192.168.1.100 to 192.168.1.0/24
#out all to internet
pass out quick on xl0 inet proto { tcp, udp, icmp } from xl0 to any modulate state
#www in
pass in quick on xl0 proto tcp from any to xl0 port www synproxy state
#mail in
pass in quick on xl0 inet proto tcp from any to xl0 port 25 synproxy state
But speedtest.net is never finishing the test. Can someone tell me why it is so?