ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001286ClearOSapp-web-proxy - Web Proxypublic2013-08-19 15:432020-01-13 03:13
Reporterdloper 
Assigned To 
PrioritynoneSeverityfeatureReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0001286: Add override ability to allow for proxy connections from non-LAN ports
DescriptionAdd the ability to configure the proxy to answer requests from user-defined IP addresses and CIDRs. This would manipulate the squid_lans.conf file according to this how to:

http://www.clearcenter.com/support/documentation/clearos_guides/using_clearos_as_an_internet_proxy [^]
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0001308)
dloper (administrator)
2014-11-04 11:21

WORKAROUND:

You can temporarily override the behavior of webconfig to manipulate the squid_lans.conf file by forcing the file to be permanently read only (immutable) after making the changes to it that you want:

chattr +i /etc/squid/squid_lans.conf

To reverse this change:

chattr -i /etc/squid/squid_lans.conf
(0012571)
NickH (developer)
2020-01-13 03:13

Use EXTRALANS in network.conf

- Issue History
Date Modified Username Field Change
2013-08-19 15:43 dloper New Issue
2013-08-19 15:48 user2 Status new => confirmed
2014-11-04 11:21 dloper Note Added: 0001308
2020-01-13 03:13 NickH Note Added: 0012571
2020-01-13 03:13 NickH Status confirmed => closed
2020-01-13 03:13 NickH Resolution open => fixed