Hi,<br>   I'm setting up RADIUS server to use with Wireless network<br>  1) RADIUS server is Debian (eth0=<a href="http://192.168.25.254">192.168.25.254</a> (support all local computer, Access point) and eth1=<a href="http://192.168.2.45">192.168.2.45</a> (to Internet)<br>
  2) Access Point is LinkSys WAP54G (<a href="http://192.168.25.75">192.168.25.75</a>)<br>  3) Client is Dell Inspiron with Intel Broadcom wireless network card.<br><br>   My setting RADIUS server has 2 network cards. They are <br>
   I started installing, ,setting, running ./radiusd -X with default configuration.<br>   Everything seems find. Server is running.<br>==================================================================  <br>  On Server terminal, I test with radtest test test localhost 0 testing123<br>
  Debug message shows up:<br><br>Sending Access-Request of id 102 to <a href="http://127.0.0.1">127.0.0.1</a> port 1812<br>        User-Name = "test"<br>        User-Password = "test"<br>        NAS-IP-Address = <a href="http://127.0.1.1">127.0.1.1</a><br>
        NAS-Port = 0<br>rad_recv: Access-Request packet from host <b><a href="http://192.168.2.45">192.168.2.45</a> </b>port 36272, id=102, length=56<br>        User-Name = "test"<br>        User-Password = "test"<br>
        NAS-IP-Address = <a href="http://127.0.1.1">127.0.1.1</a><br>        NAS-Port = 0<br>  <br>then it ends with<br><br>Sending Access-Accept of id 102 to<b> <a href="http://192.168.2.45">192.168.2.45</a></b> port 36272<br>
        Framed-MTU = 1400<br>        NAS-IP-Address = <a href="http://192.168.25.77">192.168.25.77</a><br>        NAS-Port = 15<br>Finished request 5.<br>Going to the next request<br>Waking up in 4.9 seconds.<br>rad_recv: Access-Accept packet from host <a href="http://192.168.2.45">192.168.2.45</a> port 1812, id=102, length=38<br>
radclient: received response to request we did not send. (id=102 socket 3)<br>Sending Access-Request of id 102 to <a href="http://127.0.0.1">127.0.0.1</a> port 1812<br>        User-Name = "test"<br>        User-Password = "test"<br>
        NAS-IP-Address = <a href="http://127.0.1.1">127.0.1.1</a><br>        NAS-Port = 0<br><br>My question is why the Access-Accept is to <a href="http://192.168.2.45">192.168.2.45</a> (It should be <a href="http://192.168.25.254?">192.168.25.254?</a>?)<br>
I also try to use RTRadPing Test Utility from local computer-WinXP SP3 (<a href="http://192.168.25.142">192.168.25.142</a>) asking Authentication Request to <a href="http://192.168.25.254">192.168.25.254</a><br>RTRadPing says no response from server, timeout.<br>
<br>Seems like my ./radiusd runs on <b><a href="http://192.168.2.45">192.168.2.45</a></b> ?? (eth1)<br><br>==================================================================  <br>  On Server terminal, I try again with  radtest test test <a href="http://192.168.25.254">192.168.25.254</a> 0 testing123<br>
<br>Sending Access-Request of id 162 to <a href="http://192.168.25.254">192.168.25.254</a> port 1812<br>        User-Name = "test"<br>        User-Password = "test"<br>        NAS-IP-Address = <a href="http://127.0.1.1">127.0.1.1</a><br>
        NAS-Port = 0<br>rad_recv: Access-Request packet from host <a href="http://192.168.25.254">192.168.25.254</a> port 36275, id=162, length=56<br>        User-Name = "test"<br>        User-Password = "test"<br>
        NAS-IP-Address = <a href="http://127.0.1.1">127.0.1.1</a><br>        NAS-Port = 0<br><br>then it ends with<br><br>Sending Access-Accept of id 162 to <a href="http://192.168.25.254">192.168.25.254</a> port 36275<br>
        Framed-MTU = 1400<br>        NAS-IP-Address = <a href="http://192.168.25.77">192.168.25.77</a><br>        NAS-Port = 15<br>Finished request 6.<br>Going to the next request<br>Waking up in 4.9 seconds.<br>rad_recv: Access-Accept packet from host <a href="http://192.168.25.254">192.168.25.254</a> port 1812, id=162, length=38<br>
        Framed-MTU = 1400<br>        NAS-IP-Address = <a href="http://192.168.25.77">192.168.25.77</a><br>        NAS-Port = 15<br><br>==================================================================  <br>Then, I kill ./radiusd <br>
start with ./radiusd -i <a href="http://192.168.25.254">192.168.25.254</a> -p 1812 -X &  (I start it in background mode, fix IP+Port)<br>It ends with...<br>radiusd: #### Opening IP addresses and Ports ####<br>Listening on authentication address <a href="http://192.168.25.254">192.168.25.254</a> port 1812<br>
Listening on accounting address <a href="http://192.168.25.254">192.168.25.254</a> port 1813<br>Listening on proxy address <a href="http://192.168.25.254">192.168.25.254</a> port 1814<br>Ready to process requests.<br><br>
Seems like RADIUS is listening on 192.168.25.254..... :D<br><br>==================================================================  <br>
  On Server terminal, I test with radtest test test localhost 0 testing123<br><br>Sending Access-Request of id 103 to <a href="http://127.0.0.1">127.0.0.1</a> port 1812<br>        User-Name = "test"<br>        User-Password = "test"<br>
        NAS-IP-Address = <a href="http://127.0.1.1">127.0.1.1</a><br>        NAS-Port = 0<br><br><i>There is no response at all....</i><br><br>if I try with radtest test test <a href="http://192.168.25.254">192.168.25.254</a> 0 testing123<br>
It ends with<br><br>Sending Access-Accept of id 88 to <a href="http://192.168.25.254">192.168.25.254</a> port 36277<br>        Framed-MTU = 1400<br>        NAS-IP-Address = <a href="http://192.168.25.77">192.168.25.77</a><br>
        NAS-Port = 15<br>Finished request 1.<br>Going to the next request<br>Waking up in 4.9 seconds.<br>rad_recv: Access-Accept packet from host <a href="http://192.168.25.254">192.168.25.254</a> port 1812, id=88, length=38<br>
        Framed-MTU = 1400<br>        NAS-IP-Address = <a href="http://192.168.25.77">192.168.25.77</a><br>        NAS-Port = 15<br><br> It replies!! Seems like it is listening at eth0 <a href="http://192.168.25.254">192.168.25.254</a> port 1812<br>
BUT when I use RTRadPing Test Utility from local computer-WinXP SP3
(<a href="http://192.168.25.142">192.168.25.142</a>) asking Authentication Request to <a href="http://192.168.25.254">192.168.25.254</a><br>
RTRadPing says no response from server, timeout.<br><br>What should I do next??<br>Somebody can suggest me?<br>I think this is just the first step, then I need to install OpenSSL and test....a long way to go..<br><br><br>
Best regards,<br>Pongsak<br><br>