How to configure WPAD

From wiki.IPBRICK.COM
Revision as of 09:59, 22 September 2015 by Dbabo (Talk | contribs)

Jump to: navigation, search


  • * * * THIS PAGE IS UNDER CONSTRUCTION * * *

This How-To will describe the configurations needed to do in a scenario where you have two IPBrick servers:

  • One IPBrick is the Intranet server where DHCP and DNS services will run
  • One IPBrick is the security server where Proxy service will run

This configuration allows a user to access an Intranet server without needing to use a proxy service as an intermediary and, at the same time, prohibits an external access without a proxy server. The first aspect promotes a better performance and the second one prevents security issues.


Configuration

The following example will explain step by step how to configure a Web Proxy Auto-Discovery.


First scenario

On our first scenario, the aim is to configure WPAD with an IPBrick as an Intranet server, where DHCP and DNS services will run.

In order to do this we have to:

1) Activate WPAD for DHCP:

  • Go to Advanced configurations » Support services » DHCP » Subnets » General options;

Subnets.png

  • On Proxy Auto-configuration, select Yes (by default is set up to No).

Proxyautoconfiguration.png

2) Activate WPAD for Proxy.

  • Go to IPBrick.C » Proxy » Auto-configuration;

Proxyautoconfiguration3.png

  • On Auto-configuration » Enable Auto-configuration, select Yes (by default is set up to No).

Proxyautoconfiguration2.png

Note: There is no need to configure anything for DNS because it already points to the server in question.


Second scenario

On the second scenario, the aim is to configure WPAD with an IPBrick as a security server, where Proxy server will run.

So, in this case, we have to servers. One of them is an internal server which is connected to our LAN; the other is a communication server that links our LAN to the Internet.

As a practical example, let's call "srv01" to our internal server and "srv02" to the external one; "srv01" lodges DNS and DHCP services and "srv02" acts as a proxy.

1) To configure our "srv01":

  • DNS: it's lodged on "srv01" but it has to point to "srv02".
    • Go to Advanced configurations » Support services » DNS » Domains

DNSdomains.png

    • Select your domain on Forward zone.

Aliases.png

    • Here it is possible to see several configurations but, for our configuration, search for WPAD on the Aliases table.

WPAD.png

    • Select WPAD and configure it to your server, "srv02".

WPADsrv02.png

    • Repeat these steps but this time search for Proxy on Aliases.

Proxysrv02.png

  • DHCP: activate WPAD.
    • Go to Advanced configurations » Support services » DHCP » Subnets » General options;

Subnets.png

    • On Proxy Auto-configuration, select Yes (by default is set up to No).

Proxyautoconfiguration.png

Now we have both DNS and DHCP configured on our "srv01", pointing to "srv02".

2) To configure "srv02":

  • Proxy: activate WPAD.
    • Go to IPBrick.C » Proxy » Auto-configuration;

Proxyautoconfiguration3.png

    • On Auto-configuration » Enable Auto-configuration, select Yes (by default is set up to No).

Proxyautoconfiguration2.png