I feel this must be user error but I can't see it. I had this working on build 125 but when I upgraded to build 130 it stopped.
I have a zone that is acting as a router and should be also acting as a transparent proxy. r...@squid:~# ipnat -l List of active MAP/Redirect filters: map squidext0 192.168.1.0/24 -> 192.168.254.22/32 map squidext0 192.168.2.0/24 -> 192.168.254.22/32 rdr squidint0 0.0.0.0/0 port 80 -> 127.0.0.1 port 3128 tcp rdr squidext0 192.168.254.22/32 port 25 -> 192.168.2.20 port 25 tcp rdr squidext0 192.168.254.22/32 port 465 -> 192.168.2.20 port 465 tcp rdr squidext0 192.168.254.22/32 port 993 -> 192.168.2.20 port 993 tcp However with the "rdr squidint0 0.0.0.0/0 port 80 -> 127.0.0.1 port 3128 tcp" in place all the traffic does not get through and does not get redirected to the squid proxy. snooping lo0 and squidint0 sees the packets on squidint0 but not on lo0. I recall someone telling me this was a known issue but can't for the life of me find a bug report. ideas? -- This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list [email protected]
