ACS URL

David Peterson davidp at wirelessconnections.net
Mon Mar 18 09:50:53 UTC 2013


Thanks for the help Andre.  It appears that if you have 2 dhcpd.conf files
and you edit the wrong one you can't get things to work properly.  :)

David

-----Original Message-----
From: Andre Schubert [mailto:andre at km3.de] 
Sent: Monday, March 18, 2013 5:10 AM
To: dhcp-users at lists.isc.org
Cc: David Peterson-WirelessConnections
Subject: Re: ACS URL

Hi,

does this work:
option dhcp-parameter-request-list = concat(option
dhcp-parameter-request-list,2b);

Best Regards,
Andre


On Fri, 8 Mar 2013 15:00:55 -0500
"David Peterson" <davidp at wirelessconnections.net> wrote:

DP> I am having difficulty sending option 43 (specifically an ACS url).  
DP> 
DP> I have defined it in two ways:
DP> 
DP> This works in 3.1.x...
DP> 
DP> subnet 10.200.200.0 netmask 255.255.255.0 {
DP>   range 10.200.200.150 10.200.200.200;
DP>   option domain-name-servers 8.8.8.8, 4.2.2.2;
DP>   option routers 10.200.200.1;
DP>   append dhcp-parameter-request-list 43;
DP>   option vendor-encapsulated-options 
DP> "InternetGatewayDevice.ManagementServer.URL=http://192.168.60.140:80
DP> 80/dps/T
DP> R069";
DP> }
DP> 
DP> I tried this in 4.1.1 and 4.2.6:
DP> 
DP> option space ACS;
DP> option ACS.acs_url code 1 = text;
DP> 
DP> subclass "vendor-classes" "dslforum.org" { vendor-option-space ACS; 
DP> option ACS.acs_url "http://your.acs.url:8080/openacs/acs”;
DP> }
DP> 
DP> 
DP> subnet 10.200.200.0 netmask 255.255.255.0 {
DP>   range 10.200.200.150 10.200.200.200;
DP>   option domain-name-servers 8.8.8.8, 4.2.2.2;
DP>   option routers 10.200.200.1;
DP>  option dhcp-parameter-request-list = concat(option 
DP> dhcp-parameter-request-list,2b); }
DP> 
DP> 
DP> 
DP> I can only seem to get this working in 3.1.1.  Any thoughts are 
DP> greatly appreciated.
DP> 
DP> David
DP> 
DP> _______________________________________________
DP> dhcp-users mailing list
DP> dhcp-users at lists.isc.org
DP> https://lists.isc.org/mailman/listinfo/dhcp-users
DP> 



More information about the dhcp-users mailing list