Home
Help
Search
Login
Register
OPNsense Forum
»
International Forums
»
German - Deutsch
»
[GELÖST] Web-Konfiguration für Squid ist fehlerhaft bei mehr als einem Interface
« previous
next »
Print
Pages: [
1
]
Author
Topic: [GELÖST] Web-Konfiguration für Squid ist fehlerhaft bei mehr als einem Interface (Read 5308 times)
balou1974
Newbie
Posts: 5
Karma: 3
[GELÖST] Web-Konfiguration für Squid ist fehlerhaft bei mehr als einem Interface
«
on:
July 19, 2015, 09:22:08 pm »
Hallo!
Setzt man in der Proxy Server unter Forward Proxy mehr als ein aktives Interface so startet Squid nicht mehr, da die Zeile in squid.conf nicht umgebrochen wird:
Jul 19 21:05:33 squid: Bungled /usr/local/etc/squid/squid.conf line 6: http_port 192.168.1.1:3128 http_port 192.168.3.1:3128
Die Anleitung zu Squid sagt aber eindeutig "You may specify multiple socket addresses on multiple lines.
"
Also wäre folgendes okay:
http_port 192.168.1.1:3128
http_port 192.168.3.1:3128
nicht aber:
http_port 192.168.1.1:3128 http_port 192.168.3.1:3128
MfG. Balou
«
Last Edit: July 20, 2015, 02:28:32 pm by franco
»
Logged
franco
Administrator
Hero Member
Posts: 17660
Karma: 1611
Re: Web-Konfiguration für Squid ist fehlerhaft bei mehr als einem Interface
«
Reply #1 on:
July 20, 2015, 06:50:49 am »
Danke, hab's gleich al offiziellen Bug festgehalten:
https://github.com/opnsense/core/issues/264
Logged
franco
Administrator
Hero Member
Posts: 17660
Karma: 1611
Re: [GELÖST] Web-Konfiguration für Squid ist fehlerhaft bei mehr als einem Interface
«
Reply #2 on:
July 20, 2015, 02:29:51 pm »
Wird gefixt in 15.7.4. Hier ist der Fix, fall es lokal schneller benötigt wird:
https://github.com/opnsense/core/commit/a6f879fcdff23b40ea1546b8e0242bb7e1e225fe
Logged
balou1974
Newbie
Posts: 5
Karma: 3
Re: [GELÖST] Web-Konfiguration für Squid ist fehlerhaft bei mehr als einem Interface
«
Reply #3 on:
July 22, 2015, 07:59:45 am »
Danke!
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
International Forums
»
German - Deutsch
»
[GELÖST] Web-Konfiguration für Squid ist fehlerhaft bei mehr als einem Interface