Thanks Alan, but git pull said that local sources are up to date. I've even downloaded them again to another server (no previous versions of freeradius at it) according to http://git.freeradius.org/ $ git clone git://git.freeradius.org/freeradius-server.git $ cd freeradius-server $ git fetch origin v2.1.x:v2.1.x $ git checkout v2.1.x dhcp.c has this changes: http://github.com/alandekok/freeradius-server/commit/7d44b0a545a50012aaa60ba... dictionary.dhcp is from 2.1.10 but result is the same (tcpdump): Agent-Information Option 82, length 6: Unknown SubOption 0, length 4: 0x0000: 01e3 0420 Agent-Information Option 82, length 8: Unknown SubOption 0, length 6: 0x0000: 001f cab0 ef00 What am I doing wrong? ----- Original Message ----- From: "Alan DeKok" <aland@deployingradius.com> To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Tuesday, July 20, 2010 01:54 Subject: Re: DHCP reply with opt82
Alex wrote:
FreeRADIUS Version 2.1.10 (from git sources). I'm using dhcp feature of freeradius to assign static ips to computers dynamically.
$ git pull $ (cd src/lib;make) && (cd src/main;make)
but both this two values (0x000401e30420 and 0x000600FFFFFFFF00) are assigned to DHCP-Relay-Agent-Information. tcpdump shows both as opt82 suboption 0: 5206000401e30420 5208000600FFFFFFFF00
Need help in setting this options correctly.
Double-check that you're using the "dictionary.dhcp" file that comes with 2.1.10. *Don't* use the file that comes with 2.1.9.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html