Security: Proxy

This is a guide intended to help configuring Authentication with Comms Mundi™ Encryption and Authentication modules. If you have questions ask us at support@wirelessmundi.com.

Common Task

Service

  1. Check on the Activation checkbox Enabled.
  2. Mode → Proxy normal.
  3. click Apply.

how to configure Web Proxy Auto-Discovery Protocol

  1. In SERVICES → DNS → LOCAL DOMAINS:
    • Add domain: exampleportal.com, name configurate in dhcp → subnet or captive portal → connection
    • Add Resource Records in domain exampleportal.com: exampleportal.com. NS ns.exampleportal.com.
    • Add Resource Records in domain exampleportal.com: exampleportal.com. A <ip>
    • Add Resource Records in domain exampleportal.com: ns.exampleportal.com. A <ip>
    • Add Resource Records in domain exampleportal.com: wpad.exampleportal.com. A <ip>
  2. In SERVICES → HTTP → directory to web resolve wpad.exampleportal.com :
    • Add file: wpad.dat and wpad.da and proxy.pac:
function FindProxyForURL(url,host)
{
  if(isPlainHostName(host))
  {
    return "DIRECT";
  }

  if(isInNet(host,"127.0.0.1","255.255.255.0"))
  {
    return "DIRECT";
  }

  return "PROXY <ip proxy>:<port proxy>; DIRECT";
}
/home/www/wiki/data/pages/configuration/security/proxy.txt · Last modified: 2024/06/13 13:16 by admin
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki