Hello Raul,

>     but my problem is that my ip
>     masq clients are not able to browse the internet
>     if they have set their browsers to use the 
>     squid proxy.

 I guess you have to insert a rule before the masquerading rule to allow 
traffic to the proxy port. Assuming your local net is 192.168.0.0/24, the 
proxy port is 1080, your internal interface is eth0 and the internal 
interfaces address is 192.168.0.1 you should add
ipchains -A input -s 192.168.0.0/24 -d 192.168.0.1 1080 -i eth0 -j ACCEPT
before the MASQ rule.
 Hope this helps.

                                        Bye,

                                        Leonard.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to