hast du den proxy im System oder Browser hinterlegt (Proxyeinstellungen)?Nehme mal an, dass du den WPAD/PAC patch nicht eingespielt hast, mit dem man das auch so machen kann.Eine Alternative Erklärung ist, dass du deine Firewallregeln noch nicht neu geladen hast.
Kann ich dir so nicht sagen - was dir da helfen kann ist, dass man unter /tmp/rules.debug die generierten Regeln findet.
rdr on igb1 inet proto tcp from {(igb1:network)} to {any} port {443} -> 127.0.0.1 port 3129 # redirect traffic to proxyrdr on igb2 inet proto tcp from {(igb1:network)} to {any} port {443} -> 127.0.0.1 port 3129 # redirect traffic to proxyrdr on igb3 inet proto tcp from {(igb1:network)} to {any} port {443} -> 127.0.0.1 port 3129 # redirect traffic to proxyrdr on igb1 inet proto tcp from {(igb1:network)} to {any} port {80} -> 127.0.0.1 port 3128 # redirect traffic to proxyrdr on igb2 inet proto tcp from {(igb1:network)} to {any} port {80} -> 127.0.0.1 port 3128 # redirect traffic to proxyrdr on igb3 inet proto tcp from {(igb1:network)} to {any} port {80} -> 127.0.0.1 port 3128 # redirect traffic to proxyrdr on igb2 inet proto tcp from !$noproxy to {any} port {443} -> 127.0.0.1 port 3129 # redirect traffic to proxyrdr on igb1 inet proto tcp from !$noproxy to {any} port {443} -> 127.0.0.1 port 3129 # redirect traffic to proxyrdr on igb3 inet proto tcp from !$noproxy to {any} port {443} -> 127.0.0.1 port 3129 # redirect traffic to proxyrdr on igb2 inet proto tcp from !$noproxy to {any} port {80} -> 127.0.0.1 port 3128 # redirect traffic to proxyrdr on igb1 inet proto tcp from !$noproxy to {any} port {80} -> 127.0.0.1 port 3128 # redirect traffic to proxyrdr on igb3 inet proto tcp from !$noproxy to {any} port {80} -> 127.0.0.1 port 3128 # redirect traffic to proxyrdr on igb3 inet proto tcp from {(igb3:network)} to {any} port {443} -> 127.0.0.1 port 3129 # redirect traffic to proxyrdr on igb1 inet proto tcp from {(igb3:network)} to {any} port {443} -> 127.0.0.1 port 3129 # redirect traffic to proxyrdr on igb2 inet proto tcp from {(igb3:network)} to {any} port {443} -> 127.0.0.1 port 3129 # redirect traffic to proxyrdr on igb3 inet proto tcp from {(igb3:network)} to {any} port {80} -> 127.0.0.1 port 3128 # redirect traffic to proxyrdr on igb1 inet proto tcp from {(igb3:network)} to {any} port {80} -> 127.0.0.1 port 3128 # redirect traffic to proxyrdr on igb2 inet proto tcp from {(igb3:network)} to {any} port {80} -> 127.0.0.1 port 3128 # redirect traffic to proxy
Da man nicht weiß, was sich hinter deinem "noproxy" versteckt ist das auch nicht so einfach zu sagen?