option IPFIREWALLoption IPFIREWALL_FORWARDoptions IPFIREWALL_VERBOSEoptions IPFIREWALL_VERBOSE_LIMIT=50options IPFIREWALL_DEFAULT_TO_ACCEPToptions IPDIVERTdevice gre
ifconfig gre0 createifconfig gre0 proxy_ip 10.20.30.40 netmask 255.255.255.255 link2 tunnel proxy_ip cisco_ip up
ipfw add pass all from any to any via lo0ipfw add allow tcp from proxy_ip to anyipfw add fwd 127.0.0.1,3128 log tcp from any to any http via gre0 in
redir_mods transparent;module transparent {myport 3128broken_browsers MSIE}module wccp2 {service-group web-cacherouter cisco_ip}
tcpdump -i gre0