<span style="font-family: courier new,monospace;">OK so one last question before I go and install Lucid on the machine. I set up SQL authorization and it works fine when I radtest it from several clients.</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">>SELECT * FROM radcheck WHERE UserName='04:1e:64:d4:3a:11';</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">+----+-------------------+-----------+----+----------+</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">| id | UserName          | Attribute | op | Value    |</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">+----+-------------------+-----------+----+----------+</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">|  4 | 04:1e:64:d4:3a:11 | Password  | == | asdfasdf |</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">I then start freeradius -X and it reports it's ready to process requests.</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">$radtest 04:1e:64:d4:3a:11 asdfasdf 192.168.1.3 1812 testing123</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Sending Access-Request of id 56 to 192.168.1.3 port 1812</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    User-Name = "04:1e:64:d4:3a:11"</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    User-Password = "asdfasdf"</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">    NAS-IP-Address = 127.0.1.1</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">    NAS-Port = 1812</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">rad_recv: Access-Accept packet from host 192.168.1.3 port 1812, id=56, length=20</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">Yet when I attempt to connect for real, freeradius never receives the Access-Request. This seems like a NAS issue to me, since FR never even gets the packet. Currently I have DD-WRT v24 (micro) installed on my WRT54Gv5 router. Under Wireless >> Radius I have the option of turning the 'MAC Radius Client' on. When on, I set it to the following values:</span><br style="font-family: courier new,monospace;">

<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">MAC Format: aa:bb:cc:dd:ee:ff</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">RADIUS Server Address: 192.168.1.3</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">RADIUS Server Port: 1812</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Maximum Unauthenticated Users: 0</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">Password Format: (*) Shared Key ( ) MAC Address</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">RADIUS Shared Secret: testing123</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">Override if RADIUS is unavailable: [ ]</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Not sure if anyone uses DD-WRT here. All the guides over at their site require the use of chillispot or some other AAA service. I've played around with the values but regardless of the configuration, FR never receives any packets.</span><br style="font-family: courier new,monospace;">