ClearFoundation Tracker - ClearOS
View Issue Details
0000104ClearOSapp-web-proxy - Web Proxypublic2010-06-08 11:302010-10-06 16:13
ChristoBresler 
dsokoloski 
normalminoralways
closedfixed 
5.1 
5.2 
0000104: Current Web proxy server, Website bypass rule.
Currently if you add a rule in Web proxy server in Website bypas section, it only adds the following rule to iptables.
 /sbin/iptables -I FORWARD -d 169.254.205.172 -j ACCEPT.
This falls short since you redirect port 80, 443 and 3182 to port 82 So if an application runs on one of these ports you have to add it to the /etc/rc.d/rc.firewall.local file. Can it please also add the following rule too
/sbin/iptables -t nat -I PREROUTING -d 169.254.205.172 -j ACCEPT
No tags attached.
Issue History
2010-06-08 11:30ChristoBreslerNew Issue
2010-06-08 13:27user2Statusnew => assigned
2010-06-08 13:27user2Assigned To => dsokoloski
2010-06-08 21:26user2Checkin
2010-06-08 21:26user2Note Added: 0000170
2010-06-08 21:26user2Statusassigned => resolved
2010-06-08 21:26user2Resolutionopen => fixed
2010-06-08 21:27user2Fixed in Version => 5.2
2010-06-08 21:27user2Description Updated
2010-10-06 16:13user2Statusresolved => closed

Notes
(0000170)
user2   
2010-06-08 21:26   
Source Code Changelog
---------------------------------------------------
- Fixed web site bypass mode when web proxy is configured in non-transparent mode [fixed tracker 0000104]

File Changes
---------------------------------------------------
U legacy/modules/trunk/app-firewall/firewall.lua