Important note about SSL VPN compatibility for 20.0 MR1 with EoL SFOS versions and UTM9 OS. Learn more in the release notes.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AP - Proxyinformationen

Hallo Zusammen,

habe vor wenigen Tagen einen Unifi AP gekauft.
Dieser läuft auch wunderbar.
Jedoch bin ich gezwungen an Smartphones z.B den Proxyserver und Port manuell einzutragen.

Gibt es eine Möglichkeit mithilfe der Sophos das zu automatisieren?

LG


This thread was automatically locked due to age.
  • Ja, über die Proxy Auto Configuration:


    Proxy Auto Configuration

    The proxy auto configuration is a feature that enables you to centrally provide a proxy auto configuration file (PAC file) which can be fetched by browsers. The browsers will in turn configure their proxy settings according to the details outlined in the PAC file.

    The PAC file is named wpad.dat, has the MIME type application/x-ns-proxy-autoconfig and will be provided by the UTM. It contains the information you enter into the text box, for example:

    function FindProxyForURL(url, host)
    { return "PROXY proxy.example.com:8080; DIRECT"; }

    The function above instructs the browser to redirect all page requests to the proxy of the server proxy.example.com on port 8080. If the proxy is not reachable, a direct connection to the Internet will be established.

    The hostname can also be written as a variable called ${asg_hostname}. This is especially useful when you want to deploy the same PAC file to several Sophos UTM appliances using Sophos UTM Manager. The variable will then be instantiated with the hostname of the respective UTM. Using the variable in the example above would look like the following:

    function FindProxyForURL(url, host)
    { return "PROXY ${asg_hostname}:8080; DIRECT"; }

    To provide the PAC file for your network, you have the following possibilities:

        Providing via browser configuration: If you select the option Enable Proxy Auto Configuration, the PAC file will be available via the UTM Web Filter under the URL of the following type: http://IP-of-UTM:8080/wpad.dat. To use this file, enter its URL in the automatic proxy configuration setting of those browsers which are to use the proxy.

        Providing via DHCP: You can have your DHCP server(s) hand out the URL of the PAC file together with the client IP address. To do that, select the option Enable HTTP Proxy Auto Configuration in your DHCP server configuration (see chapter Network Services > DHCP). A browser will then automatically fetch the PAC file and configure its settings accordingly.

        Note – Providing via DHCP works with Microsoft's Internet Explorer only. Regarding all other browsers you need to provide the PAC file manually.



    Irgendwann werden Handbücher nicht mehr als neumodischer Kram abgetan ...
  • @ K.N. : Vielen Dank [;)] Man (Ich) sollte wirklich mal die Handbücher lesen [:)]