OPNsense
  • Home
  • Help
  • Search
  • Login
  • Register

  • OPNsense Forum »
  • Profile of tt33tt »
  • Show Posts »
  • Topics
  • Profile Info
    • Summary
    • Show Stats
    • Show Posts...
      • Messages
      • Topics
      • Attachments

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.

  • Messages
  • Topics
  • Attachments

Topics - tt33tt

Pages: [1]
1
German - Deutsch / WPAD Proxy Ausnahmen
« on: 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
« on: 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
« on: 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
Web Proxy Filtering and Caching / [SOLVED] Blacklist not loaded
« on: November 22, 2018, 05:36:55 pm »
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 :-)

Pages: [1]
OPNsense is an OSS project © Deciso B.V. 2015 - 2024 All rights reserved
  • SMF 2.0.19 | SMF © 2021, Simple Machines
    Privacy Policy
    | XHTML | RSS | WAP2