Hello All, I'm trying to configure my squid using transparent proxy, and it's works. But All my webserver : www.iyan.org www.linux-pemula.com and others can't access by any people (IP Address : 202.152.23.130 - 202.152.23.140), you can surf my site above to see the messages that squid denied access to webserver. I tried to erase redirect rules and fill proxy seting to IE or Netscape manually (like before), and tried to surf the web, it's works, but when I make a rules for transparent proxy (REDIRECT squidport), webserver denied. I thins it's not wrong squid configuration but the rules for transparent proxy. My Rules is : # Masquareeding for client ipchains -F ipchains -P forward DENY ipchains -A forward -s 192.168.1.0/255.255.255.0 -j MASQ # Transparent Proxy ipchains -A input -p TCP -d 127.0.0.1/32 www -j ACCEPT ipchains -A input -p TCP -d 192.168.1.0/32 www -j ACCEPT ipchains -A input -p TCP -d any/0 www -j REDIRECT 8080 There's any way to solve this ? Thanks In Advance IYAN
Keep in touch with http://mandrakeforum.com: Subscribe the "[EMAIL PROTECTED]" mailing list.
