hi,

i would like to implement dhcp over radius! is there any mysql support?

my dhcp config looks like this!

=== snip ==
shared-network XXXXX {

if substring(option vendor-class-identifier, 0, 2) = "SN" {
     next-server X.X.X.X;
     filename = concat("/inalp/", option vendor-class-identifier, "_", 
binary-to-ascii (16, 8, "-", substring (hardware, 1, 6)));
}

if substring(option vendor-class-identifier, 0, 9) = "Mediatrix" {
  option vendor-encapsulated-options c9:4:c3:3a:a0:d9;
}

subnet X.X.X.X netmask 255.255.255.0 {
     option routers 172.28.96.1;
     option domain-name-servers X.X.X.X,X.X.X.X;

     pool {
       range X.X.X.X X.X.X.X;
     }
}
}
=== snap ===

is there any way that i can this implement in my radius servers?
on cisco routers i configre "ip-helper <radius-server-ip-address>"




thx.
This e-mail is confidential and may well also be legally privileged. If you 
have received it in error, you are on notice of its status. Please notify us 
immediately by reply e-mail and then delete this message from your system. 
Please do not copy it or use it for any purposes, or disclose its contents to 
any other person: to do so could be a breach of confidence. Thank you for your 
cooperation.
Information pursuant to paragraph 14 Austrian Companies Code: UPC Austria GmbH; 
Registered Office: Wolfganggasse 58-60, 1120 Vienna Company Register Number: FN 
189858d at the Commercial Court of Vienna

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to