Forums

DineshD
DineshD
Offline
Resolved
0 votes
Hi,

i would like to use manual proxy for clear os, when i enable proxy non-transparent mode. by pass transparent proxy ip's are not
running out of restrictions of proxy.

can any one help me to configure manual proxy and bypass proxy for few users

Thank you
Monday, December 01 2014, 07:08 AM
Share this post:
Responses (1)
  • Accepted Answer

    Monday, December 01 2014, 12:37 PM - #Permalink
    Resolved
    0 votes
    When in non-transparent mode, you need to override the firewall defaults. Install the 'Custom Firewall Rules' app from the Marketplace. Here's an example of what you'll add:


    iptables -t nat -I PREROUTING -s 10.0.0.100 -j ACCEPT
    iptables -I FORWARD -s 10.0.0.100 -j ACCEPT


    The change 10.0.0.100 in the two places above to whatever your client desktop address happens to be.

    B
    The reply is currently minimized Show
Your Reply