I'm new to MT and generally in networking. I have been watching youtube tutorials and videos in creating a hotspot.
I wish to implement a hotspot with radius authentication using freeradius. I got an RB750gr3 and an Ubuntu 24.04 with freeradius and daloradius. So far I believe i did everything right but i keep getting authentication issues. I don't see any errors from daloradius/freeradius logs but here's what i get from MT
Code: Select all
14:59:29 radius,debug,packet sending Access-Request with id 6 to 10.0.0.100:1812
14:59:29 radius,debug,packet Signature = 0x902ab5e88fc6db52c2029735e54def15
14:59:29 radius,debug,packet NAS-Port-Type = 19
14:59:29 radius,debug,packet Calling-Station-Id = "E2:13:96:32:68:9E"
14:59:29 radius,debug,packet Called-Station-Id = "hotspot1"
14:59:29 radius,debug,packet NAS-Port-Id = "bridge-hotspot"
14:59:29 radius,debug,packet User-Name = "abc"
14:59:29 radius,debug,packet NAS-Port = 2153775122
14:59:29 radius,debug,packet Acct-Session-Id = "80600012"
14:59:29 radius,debug,packet Framed-IP-Address = 10.0.0.19
14:59:29 radius,debug,packet MT-Host-IP = 10.0.0.19
14:59:29 radius,debug,packet CHAP-Challenge = 0x3b16f02c8cc70f23da9f7ef183b869c0
14:59:29 radius,debug,packet CHAP-Password = 0x35a6822b8aa202f8bca1fc6e3d34c932
14:59:29 radius,debug,packet 50
14:59:29 radius,debug,packet Service-Type = 1
14:59:29 radius,debug,packet WISPr-Logoff-URL = "http://10.0.0.1/logout"
14:59:29 radius,debug,packet NAS-Identifier = "MikroTik"
14:59:29 radius,debug,packet NAS-IP-Address = 10.0.0.1
14:59:29 radius,debug,packet Message-Authenticator = 0x0ab5b33eb9eddcb6a40319a5b2abf5e4
14:59:29 radius,debug,packet received bad Access-Accept with id 6 from 10.0.0.100:1812
14:59:29 radius,debug,packet Signature = 0x6111ee7d327ba89b7f66c599fae90568
14:59:29 radius,debug received packet for 3f:5a with missing message auth, dropping
14:59:29 radius,debug timeout for 3f:5a
14:59:30 hotspot,info,debug abc (10.0.0.19): login failed: RADIUS server is not responding
Code: Select all
14:42:08 radius,debug,packet sending Access-Request with id 5 to 10.0.0.100:1812
14:42:08 radius,debug,packet Signature = 0x46c8b00c28700adbae02b82651e4f309
14:42:08 radius,debug,packet NAS-Port-Type = 19
14:42:08 radius,debug,packet Calling-Station-Id = "E2:13:96:32:68:9E"
14:42:08 radius,debug,packet Called-Station-Id = "hotspot1"
14:42:08 radius,debug,packet NAS-Port-Id = "bridge-hotspot"
14:42:08 radius,debug,packet User-Name = "abc"
14:42:08 radius,debug,packet NAS-Port = 2153775121
14:42:08 radius,debug,packet Acct-Session-Id = "80600011"
14:42:08 radius,debug,packet Framed-IP-Address = 10.0.0.19
14:42:08 radius,debug,packet MT-Host-IP = 10.0.0.19
14:42:08 radius,debug,packet CHAP-Challenge = 0xedfa03492d088ed3b691822b10076f2e
14:42:08 radius,debug,packet CHAP-Password = 0x980c8ebf42618e38fc637cb590aa1e7b
14:42:08 radius,debug,packet 7a
14:42:08 radius,debug,packet Service-Type = 1
14:42:08 radius,debug,packet WISPr-Logoff-URL = "http://10.0.0.1/logout"
14:42:08 radius,debug,packet NAS-Identifier = "MikroTik"
14:42:08 radius,debug,packet NAS-IP-Address = 10.0.0.1
14:42:08 radius,debug,packet Message-Authenticator = 0x900cf611fd695ecd41ecdde1ed5437df
14:42:09 radius,debug timeout for 3f:59
14:42:10 hotspot,info,debug abc (10.0.0.19): login failed: RADIUS server is not responding
I hope someone can point me to the right direction. I'm still learning so I ask that please be patient. I'm willing to learn