Hi,
I've configured my RB750G to authenticate with Usermanager.
I can't get it to work. HotSpot works fine, Yet I can't seem to get Radius Server (usermanager) to take over.
If I create users in usermanager and and use a created account, I'm able to get on internet, only after
logging in with "trial" account or admin account via HotSpot, Not a big surprise there.
I've enabled UserManager Router IP in Walled Garden etc..
I cannot get user manager to work.
Keep getting " radius server not responding.
There's not problem pinging it.
Any help greatly appreciated.
BTW, using Beta2
export of /radius
/radius
add accounting-backup=no accounting-port=1813 address=192.168.88.1 \
authentication-port=1812 called-id=uptown disabled=no domain=\
"mydomain".com realm="" secret=123456 service=login,hotspot timeout=300ms
/radius incoming
set accept=yes port=3799
export of /hotspot
/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
/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 profile
add dns-name=login.uptown.com hotspot-address=192.168.88.1 html-directory=\
hotspot http-proxy=0.0.0.0:0 login-by=http-chap,trial name=hsprof1 \
nas-port-type=wireless-802.11 radius-accounting=yes \
radius-default-domain="mydomain".com radius-interim-update=received \
radius-location-id=uptown radius-location-name=uptown radius-mac-format=\
XX:XX:XX:XX:XX:XX rate-limit="" smtp-server=0.0.0.0 split-user-domain=no \
trial-uptime=1d/1d trial-user-profile=default use-radius=yes
add dns-name=login.hotspot.com hotspot-address=192.168.88.1 html-directory=\
hotspot2 http-cookie-lifetime=3d http-proxy=0.0.0.0:0 login-by=\
cookie,http-chap,trial name=hsprof2 nas-port-type=wireless-802.11 \
radius-accounting=yes radius-default-domain="mydomain".com \
radius-interim-update=received radius-location-id=uptown \
radius-location-name=uptown1 radius-mac-format=XX:XX:XX:XX:XX:XX \
rate-limit="" smtp-server=0.0.0.0 split-user-domain=no trial-uptime=\
30m/1d trial-user-profile=default use-radius=yes
/ip hotspot
add address-pool=default-dhcp addresses-per-mac=2 disabled=no idle-timeout=5m \
interface=ether2-local-master keepalive-timeout=none name=hotspot1 \
profile=hsprof2
/ip hotspot service-port
set ftp disabled=no ports=21
/ip hotspot user
add disabled=no name=admin password=1234 profile=default
/ip hotspot walled-garden
add action=allow comment="place hotspot rules here" disabled=yes
add action=allow disabled=no dst-host=http://"mydomain".com dst-port=3799 \
path="/user\?signup=uptown"
add action=allow disabled=no dst-host=http://"mydomain".com dst-port=3799 \
path=/ server=hotspot1
/ip hotspot walled-garden ip
add action=accept disabled=no dst-address=192.168.88.1 dst-host=\
http://"mydomain".com dst-port=3799
[admin@RB750G] /ip hotspot>