Hello everyone
I have an issue with connecting SAS Radius 4 snono system to mikrotik for hotspot solution, when i try to connect a user to hotspot using my phone , it appears ( already authorizing )
and in the mikrotik log it appear Radius is not responding .
Mikrotik configuration :
# 2024-12-23 15:34:06 by RouterOS 7.16.1
# software id = AGWZ-9A5G
#
# model = RB951Ui-2HnD
# serial number = <removed>
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country=no_country_set disabled=\
no mode=ap-bridge ssid=TASTUS
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/iot lora servers
add address=eu1.cloud.thethings.industries name="TTS Cloud (eu1)" protocol=UDP
add address=nam1.cloud.thethings.industries name="TTS Cloud (nam1)" protocol=UDP
add address=au1.cloud.thethings.industries name="TTS Cloud (au1)" protocol=UDP
add address=eu1.cloud.thethings.network name="TTN V3 (eu1)" protocol=UDP
add address=nam1.cloud.thethings.network name="TTN V3 (nam1)" protocol=UDP
add address=au1.cloud.thethings.network name="TTN V3 (au1)" protocol=UDP
/ip hotspot profile
add dns-name=myhotspot.com hotspot-address=192.168.99.1 login-by=\
http-chap,http-pap name=hsprof1 nas-port-type=ethernet use-radius=yes
/ip pool
add name=hs-pool-7 ranges=192.168.99.2-192.168.99.254
/ip dhcp-server
add address-pool=hs-pool-7 interface=wlan1 name=dhcp1
/ip hotspot
add address-pool=hs-pool-7 disabled=no interface=wlan1 name=hotspot1 profile=\
hsprof1
/ip address
add address=192.168.16.254/24 interface=ether1 network=192.168.16.0
add address=192.168.99.1/24 interface=wlan1 network=192.168.99.0
/ip dhcp-server network
add address=192.168.99.0/24 comment="hotspot network" gateway=192.168.99.1
/ip dns
set servers=8.8.8.8
/ip firewall filter
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" \
disabled=yes
/ip firewall nat
add action=passthrough chain=unused-hs-chain comment="place hotspot rules here" \
disabled=yes
add action=masquerade chain=srcnat comment="masquerade hotspot network"
/ip hotspot user
add name=admin
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.16.1 \
routing-table=main scope=30 suppress-hw-offload=no target-scope=10
/ppp aaa
set use-radius=yes
/radius
add accounting-backup=yes address=192.168.16.70 service=login,hotspot timeout=3s
/radius incoming
set accept=yes port=1700
/system clock
set time-zone-name=Asia/Baghdad
/system note
set show-at-login=no
/system routerboard settings
set cpu-frequency=750MHz
/user-manager
set certificate=*0
Radius ip : 192.168.16.70
mikrotik ip : 192.168.16.254


