6 Dec
2010
6 Dec
'10
8:38 a.m.
On Monday, December 06, 2010 02:05:14 pm Alan DeKok wrote:
Johann Hugo wrote:
radius -X ... Failed binding to authentication address 2001:4200:7000:1:21c:c0ff:fefb:dc67 port 1812: Can't assign requested address
Try and find out why the OS won't let the server bind to that address.
See also the code in src/main/listen.c Maybe there's an issue parsing the IP?
Thanks, but I'm not that good with C code. What I did noticed, is that it works if I specify my link local address: ipv6addr = fe80::21c:c0ff:fefb:dc67%em0 Johann