Hey!
Trying to set up a hotspot with usermanager, but without success.
Whenever I try to log on with a user on the hotspot located in user-manager I get “RADIUS server is not responding”.
Local accounts are working as expected.
I have done various tests with different ip’s in radios and usr-mngr-router. always the same issue, what am I missing here?
I know this questing has been asked before, but did not find any answers in those posts.
Any help would be appreciated
Setup:
- running routerOS 5.9 and user-manager 5.9
- both hotspot and user-manager are on same router
- router has 3 interfaces, wan, lan, hotspot, lan and hotspot are separate networks without access to one and other.
/ interface pr
# NAME TYPE MTU L2MTU MAX-L2MTU
0 R ;;; WAN
wan ether 1500 1526 1526
1 R lan ether 1500 1522 1522
2 R open ether 1500 1522 1522
/ip address
add address=192.168.0.1/24 disabled=no interface=lan network=192.168.0.0
add address=172.16.20.254/24 disabled=no interface=hotspot network=172.16.20.0
add address=y.y.y.y/30 disabled=no interface=wan network=x.x.x.x
/radius
add accounting-backup=no accounting-port=1813 address=127.0.0.1 \
authentication-port=1812 called-id="" disabled=no domain="" realm="" \
secret=123456 service=hotspot timeout=300ms
/ip hotspot profile
add dns-name=hotspot.example.com hotspot-address=172.16.20.254 \
html-directory=hotspot http-cookie-lifetime=3d http-proxy=0.0.0.0:0 \
login-by=cookie,http-chap name=hsprof2 nas-port-type=wireless-802.11 \
radius-accounting=yes radius-default-domain="" radius-interim-update=\
received radius-location-id="" radius-location-name="" \
radius-mac-format=XX:XX:XX:XX:XX:XX rate-limit="" smtp-server=\
x.x.x.x split-user-domain=no use-radius=yes
/ip hotspot
add address-pool=hs-pool-3 addresses-per-mac=2 disabled=no idle-timeout=5m \
interface=open keepalive-timeout=none name=hotspot1 profile=hsprof2
/ip hotspot user profile
set default idle-timeout=none keepalive-timeout=2m name=default \
shared-users=1 status-autorefresh=1m transparent-proxy=no
/ip hotspot user
add disabled=no name=test_local password=1234 profile=default
/tool user-manager customer
add backup-allowed=yes disabled=no login=admin parent=admin password="*************" \
paypal-accept-pending=no paypal-allowed=no paypal-secure-response=no \
permissions=owner signup-allowed=no time-zone=-00:00
/tool user-manager router
add coa-port=1700 customer=admin disabled=no ip-address=127.0.0.1 log="" \
name=hotspot shared-secret=123456
/tool user-manager user
add customer=admin disabled=no name=usr password=usr shared-users=1 \
wireless-enc-algo=none wireless-enc-key="" wireless-psk=""