nicolas.clo@ricoh-industrie.fr wrote:
No sorry, it doesn't work
Yes, it does.
|7192.168.50.190|AP07|cisco|NULL|Password|rif|NULL|RADIUS Client
Public IP... going to virtual server "rif"
Listening on auth address * port 1812 as server default Listening on auth address 127.0.0.1 port 3812 as server rif
Virtual server "rif" is listening only on a local IP.
*Ignoring request to auth address * port 1812 as server default from unknown client 192.168.50.190 port 1645 proto udp*
The packet is being sent to address "*", not 127.0.0.1. So it won't ever be sent to the virtual server. I meant what I said in my previous message... clients are tied to a "listen" section, OR global. In this case, they're tied to the "listen" section which is listening on 127.0.0.1, port 3812. So packets sent to ANOTHER destination IP will never match that client. Alan DeKok.