Hi team,
We’re setting up a CHR as a VPN server for L2TP/IPSec and SSTP, we’ve set this up correctly, and confirmed it is working with RouterOS’s internal radius server (secrets) list, however requests to the remote radius server aren’t sent. I’ve tested that the radius server is accepting and receiving request from other hosts. We’ve done packet trace on both the CHR and the Radius server, no packets are sent/received. Both devices are on the same subnet, basic firewall rules are configured for IPv4 on the CHR, no firewall rules are configured for IPv6. I’ve tried both IPv4 and IPv6, no radius request packets are sent to the radius server. I’m able to ping the devices obviously on both v4 and v6. CHR is on a free license. The logs show that the radius request times out.
What could this be?
Here are some code snippets:
/ip pool
add name=vpn-clients ranges=10.88.1.101-10.88.1.199
/ppp profile
set *FFFFFFFE bridge=vpn-clients local-address=10.88.1.254 remote-address=\
vpn-clients
/interface l2tp-server server
set enabled=yes use-ipsec=required
/ip address
add address=10.x.x.14/25 comment="Public network" interface=ether1 network=10.x.x.0
/ppp aaa
set accounting=no use-radius=yes
/ppp secret
add name=ppp-test profile=default-encryption
/radius
add address=10.x.x.17 called-id=oob-router comment="Freeradius Server" domain=test service=ppp,ipsec src-address=10.x.x.14 timeout=3s
