Hello all,

after closing successfully inline config, I will try to config AAA in Zyxel 
Switches.

I've configured dictionary.zyxel and clients.conf too , according this faq : 
https://kb.zyxel.com/KB/searchArticle!gwsViewDetail.action?articleOid=009451&lang=EN

But login doesn't work. So I've created user in raddb/users. Nothing happens.

I've stopped to search log and I've found in usr/local/pf/logs/radius.log

Oct 31 11:10:43 PacketFence-ZEN auth[2945]: Failed binding to auth address 
192.168.0.72 port 1812 bound to server packetfence: Address already in use
Oct 31 11:10:43 PacketFence-ZEN auth[2945]: /usr/local/pf/raddb/auth.conf[23]: 
Error binding to port for 192.168.0.72 port 1812


/usr/local/pf/raddb/auth.conf contain:

listen {

    ipaddr = 127.0.0.1
    port = 18120
    type = auth
    virtual_server = packetfence
}

listen {
        ipaddr = 192.168.0.72
        port = 0
        type = auth
        virtual_server = packetfence
}

listen {
        ipaddr = 192.168.0.72
        port = 0
        type = auth
        virtual_server = packetfence
}

Last "listen" is row 23, I think can be safely removed.

But if raw 23 goes on error, it's because as you see listener is already 
on...so where I can find my AAA error?
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to