I currently redirect all traffic on port 80 to my proxy server with$IPC -t nat -A PREROUTING -p tcp -i ! $IF --dport 80 -s ! 204.111.40.0/24 -d ! 204.111.40.0/24 -j DNAT --to-destination $PROXY_IP:8080
I would like to have any traffic destined for apple.com excluded from this redirect. I cant seem to get the syntax right. Anyone got any ideas?
thanks, ddh -- Dwayne Hottinger Network Administrator Harrisonburg City Public Schools