Menu

Freeradius ignoring request

Help
2015-01-22
2015-04-10
  • Edmund Ngochi

    Edmund Ngochi - 2015-01-22

    Just ran a fresh install of radiusdesk on Ubuntu which went well. Also configured dynamic login pages and its working fine. But there is a problem. I get an error message when I run $ radiusd -X (See below)

    Dynamic login pages loads well except that I cannot connect. Tried to stop and restart radius server from logfile viewer but not successful. Tried rebooting the whole system but still no difference. I keep getting the following error message. Not too sure what I should do next. Any ideas. Thanks


    Failed binding to authentication address * port 1812: Address already in use
    /usr/local/etc/raddb/radiusd.conf[273]: Error binding to port for 0.0.0.0 port 1812


     
    • Mfawa Alfred Onen

      Try using netstat to determine if a service is using the port.

      netstat -anlupt | grep 1812

       
  • Edmund Ngochi

    Edmund Ngochi - 2015-01-22

    Alfred, thanks. This is what I got.


    udp 0 0 127.0.0.1:18120 0.0.0.0: 10353/radiusd
    udp 0 0 0.0.0.0:1812 0.0.0.0:


     

    Last edit: Edmund Ngochi 2015-01-22
  • Atomic

    Atomic - 2015-01-23

    radius server is already working. Try to stop server by command
    sudo service freeradius stop
    Then you can try to test radiusd -X

     
  • schap

    schap - 2015-04-10

    or just do killall radiusd

    then radius -X

     
  • schap

    schap - 2015-04-10

    or just do killall radiusd

    then radius -X

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.