/ip hotspot profile print
/radius print
/tool user-manager customer
/tool user-manager router print
Edit sensitive entries.
Thanx for your help.
Situation changed a bit, as having the radius on the RB433 was not the final configuration anyway.
So I did setup a freeRadius on a server configured it and entered it and entered the data in RADIUS:
[admin@MikroTik] > /radius export
# oct/18/2009 23:02:04 by RouterOS 3.30
# software id = LM49-IV0Q
#
/radius
add accounting-backup=no accounting-port=1813 address=192.168.178.32 \
authentication-port=1812 called-id="" comment="" disabled=no domain="" \
realm="" secret=testing123 service=hotspot timeout=300ms
/radius incoming
set accept=no port=3799
[admin@MikroTik] >
Since then, when one tries to long-in, the request goes to the freeRadius and gets a correct answer from there. For some unknown reasons the hotspot doesn't care it and shows on the login screen that the RADIUS wouldn't answer.
Any hint where to look?
[admin@MikroTik] > /ip hotspot export
# oct/18/2009 23:04:48 by RouterOS 3.30
# software id = LM49-IV0Q
#
/ip hotspot profile
set default dns-name="" hotspot-address=0.0.0.0 html-directory=hotspot http-cookie-lifetime=3d \
http-proxy=0.0.0.0:0 login-by=cookie,http-chap name=default rate-limit="" smtp-server=0.0.0.0 \
split-user-domain=no use-radius=no
add dns-name="" hotspot-address=192.168.100.1 html-directory=hotspot http-proxy=0.0.0.0:0 login-by=\
http-chap name=hsprof1 nas-port-type=ethernet radius-accounting=yes radius-default-domain="" \
radius-interim-update=received radius-location-id=RB433_MS radius-location-name="" \
radius-mac-format=XX:XX:XX:XX:XX:XX rate-limit="" smtp-server=0.0.0.0 split-user-domain=no \
use-radius=yes
/ip hotspot
add address-pool=dhcp_pool1 disabled=yes idle-timeout=none interface=ether3 keepalive-timeout=none \
name=HotSpot1 profile=default
add disabled=no idle-timeout=5m interface=wlan1 keepalive-timeout=none name=hotspot1 profile=hsprof1
/ip hotspot user profile
set default address-pool=dhcp_pool1 idle-timeout=none keepalive-timeout=2m name=default shared-users=20 \
status-autorefresh=1m transparent-proxy=no
/ip hotspot service-port
set ftp disabled=no ports=21
/ip hotspot user
add comment="" disabled=no name=user1 password="" profile=default server=hotspot1
Thanx in advance.