squid proxy server dansguardian/clamav/wpad

Discussion in 'HOWTO-Related Questions' started by av1611, Aug 2, 2009.

  1. av1611

    av1611 New Member

    From the above howto:

    I am running Mint 7 and already have apache2, dns, dhcp3 running.

    When I use the above Howto, I get this error:

    /etc/dhcp3/dhcpd.conf line 18: unknown option dhcp.custom-proxy-server

    This is the line you said to add:
    option custom-proxy-server "http://192.168.x.x/wpad.dat";

    what other info do you need?
     
  2. av1611

    av1611 New Member

    Does anyone know what the correct syntax is? I can't find any reference to this statement in and of the man files.
     
  3. av1611

    av1611 New Member

    Found this great Howto:

    http://users.telenet.be/mydotcom/library/network/pac.htm

    It seems that the version of DHCP3 My mint 7/Ubuntu install is using doesn't have a clue what that command means but I was able to use:

    ## in the global section of your configuration:
    option wpad-url code 252 = text; ##(defines a new option)

    ## in either the global or appropriate subnet section(s) of your configuration:

    option wpad-url "http://wpad.my.domain.tld/wpad.dat"; ##(applies new option)

    I have no idea where that option comes from ??? Anyone?
     

Share This Page