Can't get UserManager to authenticate...(FIXED!)
Posted: Mon Jun 07, 2010 6:29 am
Hi,
I've setup Hotspot on RB750G and cannot get UserManager to authenticate. I can login with any of the users in the Hotspot database but can't get any of the users created in UserManager to login.
I keep getting "radius server not responding".
I've enabled Subscriber, Customer, credits, etc...
I can create a user via the new user signup page and get to paypal, make the purchase and get return to my URL.
But can't get a user created in UserManager to be authenticated on login page.
I've configured the static Public Ip in routers in UserManager,tried the local Hotspot IP tried everything. Put anything and everything in Walled garden, don't know what else to do.
Possibly a firewall/NAT issue?
I have the static Public IP on ether1-gateway.
And the Hotspot running on ether2-local-master. 192.168.88.0/24
I have a Wireless Access Point1 attached to MT router's ether2 via ethernet.
AP1-----wirelessPtP------Station1-------ethernet----------WirelessAP2----Wireless----clients.
Here's a pic of the user page.
So, do I need to make the deal complete through paypal to activate the radius server usermanager?
As It shows in the pic, it's "awaiting login".
But, if I try to login with that users name and password in the Hotspot/Captive portal page, I still get the "radius server not responding?
Please help.
Here's a pic and print.
[admin@MikroTik] /ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 98.173.**.17 1
1 ADC 98.173.**.0/24 98.173.**.28 ether1-gateway 0
2 ADC 192.168.88.0/24 192.168.88.1 ether2-local-ma... 0
==================================================================
[admin@MikroTik] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 ;;; default configuration
192.168.88.1/24 192.168.88.0 192.168.88.255 ether2-local-master
1 98.173.**.28/24 98.173.40.0 98.173.**.255 ether1-gateway
=========================================================================
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 ;;; Rocket AP
chain=dstnat action=dst-nat to-addresses=192.168.88.98 to-ports=80 protocol=tcp
dst-address=98.173.**.28 dst-port=8098
2 ;;; NSM5 (Mast)
chain=dstnat action=dst-nat to-addresses=192.168.88.97 to-ports=80 protocol=tcp
dst-address=98.173.**.28 dst-port=8097
3 ;;; Bullet 2.4 Hotspot wireless
chain=dstnat action=dst-nat to-addresses=192.168.88.99 to-ports=80 protocol=tcp
dst-address=98.173.**.28 dst-port=8099
4 ;;; Added by webbox
chain=srcnat action=masquerade out-interface=ether1-gateway
======================================================================
[admin@MikroTik] /ip dhcp-server> print
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 default ether2-local-master default-dhcp 2d
=======================================================================
[admin@MikroTik] /ip dhcp-server network> print
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN
0 ;;; default configuration
192.168.88.0/24 192.168.88.1 192.168.88.1
=======================================================================
Flags: X - disabled, R - radius, D - dynamic, B - blocked
# ADDRESS MAC-ADDRESS HOST-NAME SERVER RATE-LIMIT STATUS
0 D 192.168.88.253 00:26:9E:47:3C:F8 XxyYL default bound
1 D 192.168.88.10 C4:17:FE:00:0A:59 XxyYL default bound
2 D 192.168.88.12 60:FB:42:E1:3E:B6 fvg-b default bound
3 D 192.168.88.13 00:1C:B3:B3:33:9A Macintosh-6 default bound
==================================================================
[admin@MikroTik] /tool user-manager user> print
Flags: X - disabled, A - active, I - incomplete
0 subscriber=ocean name="Tim" password="*****" last-seen=never credit-count=0 credit-left=0s
credit-duration=0s credit-price=0 credit-time-added=0s
1 subscriber=ocean name="Tim1" password="*****" last-seen=never credit-count=0 credit-left=0s
credit-duration=0s credit-price=0 credit-time-added=0s
2 subscriber=ocean name="oceankym4r" password="*****" last-seen=never credit-count=1 credit-left=1d
credit-duration=1d credit-price=595 credit-time-added=1d
===============================================================
[admin@MikroTik] /tool user-manager router> print
Flags: X - disabled
0 subscriber=ocean name="ocean" ip-address=192.168.88.1 shared-secret="*****"
log=auth-ok,auth-fail,acct-fail
==================================================================
[admin@MikroTik] /tool user-manager customer> print
Flags: X - disabled
0 subscriber=ocean login="ocean" password="****" date-format="%b/%d/%Y" currency="USD"
user-prefix="ocean" public-id="ocean" public-host="ocean.*****.com" time-zone=-08:00
permissions=owner parent=ocean signup-allowed=yes signup-email-subject="Account info"
signup-email-body="Your authorization data:\r\nlogin: %login%\r\npassword: %password%\r\n\r\nTo
check your status and buy extended time go to address %link%\r\n"
paypal-business-id="tim@*****.com" paypal-allowed=yes paypal-secure-response=yes
paypal-accept-pending=yes
1 subscriber=ocean login="customer" password="****" company="****" city="*****" country="USA"
date-format="%b/%d/%Y" email="tim@*****i.com" currency="USD" user-prefix="ocean" time-zone=-08:00
permissions=full parent=ocean signup-allowed=yes signup-email-subject="Account info"
signup-email-body="Your authorization data:\r\nlogin: %login%\r\npassword: %password%\r\n\r\nTo
check your status and buy extended time go to address %link%\r\n"
paypal-allowed=no paypal-secure-response=no paypal-accept-pending=no
Thanks
I've setup Hotspot on RB750G and cannot get UserManager to authenticate. I can login with any of the users in the Hotspot database but can't get any of the users created in UserManager to login.
I keep getting "radius server not responding".
I've enabled Subscriber, Customer, credits, etc...
I can create a user via the new user signup page and get to paypal, make the purchase and get return to my URL.
But can't get a user created in UserManager to be authenticated on login page.
I've configured the static Public Ip in routers in UserManager,tried the local Hotspot IP tried everything. Put anything and everything in Walled garden, don't know what else to do.
Possibly a firewall/NAT issue?
I have the static Public IP on ether1-gateway.
And the Hotspot running on ether2-local-master. 192.168.88.0/24
I have a Wireless Access Point1 attached to MT router's ether2 via ethernet.
AP1-----wirelessPtP------Station1-------ethernet----------WirelessAP2----Wireless----clients.
Here's a pic of the user page.
So, do I need to make the deal complete through paypal to activate the radius server usermanager?
As It shows in the pic, it's "awaiting login".
But, if I try to login with that users name and password in the Hotspot/Captive portal page, I still get the "radius server not responding?
Please help.
Here's a pic and print.
[admin@MikroTik] /ip route> print
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S 0.0.0.0/0 98.173.**.17 1
1 ADC 98.173.**.0/24 98.173.**.28 ether1-gateway 0
2 ADC 192.168.88.0/24 192.168.88.1 ether2-local-ma... 0
==================================================================
[admin@MikroTik] /ip address> print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 ;;; default configuration
192.168.88.1/24 192.168.88.0 192.168.88.255 ether2-local-master
1 98.173.**.28/24 98.173.40.0 98.173.**.255 ether1-gateway
=========================================================================
[admin@MikroTik] /ip firewall nat> print
Flags: X - disabled, I - invalid, D - dynamic
0 X ;;; place hotspot rules here
chain=unused-hs-chain action=passthrough
1 ;;; Rocket AP
chain=dstnat action=dst-nat to-addresses=192.168.88.98 to-ports=80 protocol=tcp
dst-address=98.173.**.28 dst-port=8098
2 ;;; NSM5 (Mast)
chain=dstnat action=dst-nat to-addresses=192.168.88.97 to-ports=80 protocol=tcp
dst-address=98.173.**.28 dst-port=8097
3 ;;; Bullet 2.4 Hotspot wireless
chain=dstnat action=dst-nat to-addresses=192.168.88.99 to-ports=80 protocol=tcp
dst-address=98.173.**.28 dst-port=8099
4 ;;; Added by webbox
chain=srcnat action=masquerade out-interface=ether1-gateway
======================================================================
[admin@MikroTik] /ip dhcp-server> print
Flags: X - disabled, I - invalid
# NAME INTERFACE RELAY ADDRESS-POOL LEASE-TIME ADD-ARP
0 default ether2-local-master default-dhcp 2d
=======================================================================
[admin@MikroTik] /ip dhcp-server network> print
# ADDRESS GATEWAY DNS-SERVER WINS-SERVER DOMAIN
0 ;;; default configuration
192.168.88.0/24 192.168.88.1 192.168.88.1
=======================================================================
Flags: X - disabled, R - radius, D - dynamic, B - blocked
# ADDRESS MAC-ADDRESS HOST-NAME SERVER RATE-LIMIT STATUS
0 D 192.168.88.253 00:26:9E:47:3C:F8 XxyYL default bound
1 D 192.168.88.10 C4:17:FE:00:0A:59 XxyYL default bound
2 D 192.168.88.12 60:FB:42:E1:3E:B6 fvg-b default bound
3 D 192.168.88.13 00:1C:B3:B3:33:9A Macintosh-6 default bound
==================================================================
[admin@MikroTik] /tool user-manager user> print
Flags: X - disabled, A - active, I - incomplete
0 subscriber=ocean name="Tim" password="*****" last-seen=never credit-count=0 credit-left=0s
credit-duration=0s credit-price=0 credit-time-added=0s
1 subscriber=ocean name="Tim1" password="*****" last-seen=never credit-count=0 credit-left=0s
credit-duration=0s credit-price=0 credit-time-added=0s
2 subscriber=ocean name="oceankym4r" password="*****" last-seen=never credit-count=1 credit-left=1d
credit-duration=1d credit-price=595 credit-time-added=1d
===============================================================
[admin@MikroTik] /tool user-manager router> print
Flags: X - disabled
0 subscriber=ocean name="ocean" ip-address=192.168.88.1 shared-secret="*****"
log=auth-ok,auth-fail,acct-fail
==================================================================
[admin@MikroTik] /tool user-manager customer> print
Flags: X - disabled
0 subscriber=ocean login="ocean" password="****" date-format="%b/%d/%Y" currency="USD"
user-prefix="ocean" public-id="ocean" public-host="ocean.*****.com" time-zone=-08:00
permissions=owner parent=ocean signup-allowed=yes signup-email-subject="Account info"
signup-email-body="Your authorization data:\r\nlogin: %login%\r\npassword: %password%\r\n\r\nTo
check your status and buy extended time go to address %link%\r\n"
paypal-business-id="tim@*****.com" paypal-allowed=yes paypal-secure-response=yes
paypal-accept-pending=yes
1 subscriber=ocean login="customer" password="****" company="****" city="*****" country="USA"
date-format="%b/%d/%Y" email="tim@*****i.com" currency="USD" user-prefix="ocean" time-zone=-08:00
permissions=full parent=ocean signup-allowed=yes signup-email-subject="Account info"
signup-email-body="Your authorization data:\r\nlogin: %login%\r\npassword: %password%\r\n\r\nTo
check your status and buy extended time go to address %link%\r\n"
paypal-allowed=no paypal-secure-response=no paypal-accept-pending=no
Thanks