Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - tt33tt

#1
German - Deutsch / WPAD Proxy Ausnahmen
December 11, 2018, 01:33:10 PM
Hallo alle zusammen,

beim WPAD möchte ich Ausahmen festlegen, z.B. 10.0.0.0/8 vom Proxy ausnehmen.
Dafür habe ich folgende Einstellungen gemacht und mich orientiert an.
https://wiki.opnsense.org/manual/how-tos/pac.html

Negate: ja
Match Type IP Is In Network
Netzwerk: 10.0.0.0/8

Beim machten muss ich das mit einem And verknüpfen und dann wird dort kein Proxy ausgegeben?
#2
German - Deutsch / WPAD funktioniert nicht
November 29, 2018, 05:14:05 PM
Ich erhalte eine wpad.dat-Datei unter https://wpad.domain.local/wpad.dat Aber, wenn ich Autokonfiguration bei den Proxy-Einstellungen im Internet-Explorer einstelle, kommt folgender Fehler "INET_E_RESOURCE_NOT_FOUND". Über die manuelle Eingabe der Proxyeinstellunge, ist alles ok

Ist die Datei, die ich erhalte, richtig?

/*
  PAC file created via OPNsense
  To use this file you have to enter its URL into your browsers network settings.
*/
function FindProxyForURL(url, host) {




if (((!isPlainHostName(host)) && (!shExpMatch(host, "*.domain")) && (!shExpMatch(host, "*.domain.local")))) {
return "PROXY OPNsense.domain.local:3128";
}

   // If no rule exists - use a direct connection
   return "DIRECT";
}
#3
Web Proxy Filtering and Caching / wapd not working
November 27, 2018, 12:01:27 PM
I get a wpad.dat-file by https://wpad.domain.local/wpad.dat But by using auto configuration in browser Internet Explorer there is the error "INET_E_RESOURCE_NOT_FOUND". By inserting proxy manual into the settings of my browser: all is fine.

Is there a misconfiguration:

/*
  PAC file created via OPNsense
  To use this file you have to enter its URL into your browsers network settings.
*/
function FindProxyForURL(url, host) {




if (((!isPlainHostName(host)) && (!shExpMatch(host, "*.domain")) && (!shExpMatch(host, "*.domain.local")))) {
return "PROXY OPNsense.domain.local:3128";
}

   // If no rule exists - use a direct connection
   return "DIRECT";
}
#4
Hi all,

I activated my web proxy and all users can use it by WPAD to come into the internet.
Then I used https://docs.opnsense.org/manual/how-tos/proxywebfilter.html with http://www.shalla.de/index.html for webfilter.
I activated by example the category porn to block but playboy.com is not blocked but normally listed: http://www.shallalist.de/cgi-bin/search.cgi?suchmich=playboy.com

I have press the button with download and this with apply. I even pressed the triangle in the right up corner. Left of this is a red square which is not clickable. Is this important?

Thanks :-)