Send Disconnect Packet From Radius to Mikrotik
Hello Every body , I am working on Hotspot management System for Cloud Version , the authentication is done successfully and accounting also , but I am trying to send disconnect packet from my radius server to mikrotik , which doesn't have a Public IP I am using this command echo user-name=Ziad55 | radclient -x 10.10.0.103:1700 disconnect kskhfim2v the Nas IP address is 10.10.0.103 and I enabled the Incoming Packet in Mikrotik's radius config but I get this result Sent Disconnect-Request Id 112 from 0.0.0.0:53800 to 127.0.0.1:1700 length 28 User-Name = "Ziad55" Sent Disconnect-Request Id 112 from 0.0.0.0:53800 to 127.0.0.1:1700 length 28 User-Name = "Ziad55" Sent Disconnect-Request Id 112 from 0.0.0.0:53800 to 127.0.0.1:1700 length 28 User-Name = "Ziad55" (0) No reply from server for ID 112 socket 3 can u help me please to solve this issue ? it is not possible to get Public IP address [1562314050593]
On Mar 17, 2022, at 7:22 AM, Muhammed Buvaydani via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I am working on Hotspot management System for Cloud Version , the authentication is done successfully and accounting also , but I am trying to send disconnect packet from my radius server to mikrotik , which doesn't have a Public IP
You need to set up a VPN such as IPSec between the two sites. Then, send / receive packets using the IP addresses which go over the VPN. Alan DeKok.
It is Network management issue, you require to config the gateway for devices inside, but it has security issue at the same time. Take decisions judicially. Other: Have Daemon running on each device to send/receive connection from Radius. Regards Mohd Yusuf Siddiqui Mob. +91.9910339143 New Delhi(India) *__________________________________________________________________________________________________________________________________________________________________* This communication & accompanying documents ("this e-mail") contains confidential and/or privileged information for exclusive use of the individual to whom it is addressed. If you are not the intended recipient, please immediately notify the company & delete this e-mail. Any unauthorized use or disclosure of this e-mail is strictly prohibited. Representations in this e-mail are subject to contract. As an e-mail user please be cautious of the technical & other vulnerabilities of the internet which may result in malicious and/or unauthorized access to / use / alteration of e-mails/e-mail IDs. Thank you. *_______________________________________________________________________________________________________________________________________________________________* On Thu, Mar 17, 2022 at 5:08 PM Alan DeKok <aland@deployingradius.com> wrote:
On Mar 17, 2022, at 7:22 AM, Muhammed Buvaydani via Freeradius-Users < freeradius-users@lists.freeradius.org> wrote:
I am working on Hotspot management System for Cloud Version , the authentication is done successfully and accounting also , but I am trying to send disconnect packet from my radius server to mikrotik , which doesn't have a Public IP
You need to set up a VPN such as IPSec between the two sites. Then, send / receive packets using the IP addresses which go over the VPN.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan DeKok -
Mohd Yusuf Siddiqui -
Muhammed Buvaydani