ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000104ClearOSapp-web-proxy - Web Proxypublic2010-06-08 11:302010-10-06 16:13
ReporterChristoBresler 
Assigned Todsokoloski 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version5.1 
Target VersionFixed in Version5.2 
Summary0000104: Current Web proxy server, Website bypass rule.
DescriptionCurrently 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
TagsNo tags attached.
Attached Files

- Relationships

-  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

- Issue History
Date Modified Username Field Change
2010-06-08 11:30 ChristoBresler New Issue
2010-06-08 13:27 user2 Status new => assigned
2010-06-08 13:27 user2 Assigned To => dsokoloski
2010-06-08 21:26 user2 Checkin
2010-06-08 21:26 user2 Note Added: 0000170
2010-06-08 21:26 user2 Status assigned => resolved
2010-06-08 21:26 user2 Resolution open => fixed
2010-06-08 21:27 user2 Fixed in Version => 5.2
2010-06-08 21:27 user2 Description Updated
2010-10-06 16:13 user2 Status resolved => closed