Community discussions

MikroTik App
 
nazemg
newbie
Topic Author
Posts: 45
Joined: Tue Jun 08, 2004 8:40 am
Location: Baghdad Iraq, Tripoli Lebanon
Contact:

Radius Incoming

Sat May 21, 2005 3:34 pm

Radius incoming feature in 2.9.

Can anyone explain what its for, and is it working?

Many thanks
 
cmit
Forum Guru
Forum Guru
Posts: 1547
Joined: Fri May 28, 2004 12:49 pm
Location: Germany

Mon May 23, 2005 9:38 am

It's for actively disconnecting PPP-type sessions from a RADIUS server - I think in FreeRadius the corresponding script is called "radclient"...
 
sgocken
just joined
Posts: 8
Joined: Wed Feb 09, 2005 6:18 pm

Tue May 24, 2005 8:17 pm

Has anyone been able to do anything with incoming Radius?

As far as I can tell i won't do anything.

Running 2.9rc4

incoming radius is turned on on port 1700
port 1700 is NOT open on the box. I can't add a new service to open the port on the box.

No firewall rules at all, so it isn't being blocked.

Telneting to the port give connection refused.

The 2.9 docs don't have the radius page written yet, so no help there. Any insight would be very handy.
 
edzix
Member
Member
Posts: 333
Joined: Thu Jul 01, 2004 3:01 pm
Location: Latvia

Thu Jun 02, 2005 3:43 pm

the port should be opened by default, double check your firewall filters.

The /incoming feature works fine. Refer to 'man radclient' for more instructions.

Edgars
 
eflanery
Member
Member
Posts: 376
Joined: Fri May 28, 2004 10:11 pm
Location: Moscow, ID
Contact:

Fri Jun 03, 2005 2:58 am

Hmm, how is the Shared Secret determined for incoming access?

I can get radclient to send to the MikroTik, and the MikroTik increments the "Bad Requests" counter, but I can't seem to figure out what the Shared Secret should be.

The MT doesn't have an option to set it in /radius incoming, either in WinBox or the command line.

Nor does the Shared Secret specified in /radius (for the server I'm trying from) work.

I'm at a loss (at least until documentation is available).

Any ideas?

Thanks,
--Eric
 
edzix
Member
Member
Posts: 333
Joined: Thu Jul 01, 2004 3:01 pm
Location: Latvia

Mon Jun 06, 2005 6:42 pm

Eric,

follow this scenario:
echo "User-Name := test" | radclient <router-ip-addr> disconnect <secret>
[/code]
 
eflanery
Member
Member
Posts: 376
Joined: Fri May 28, 2004 10:11 pm
Location: Moscow, ID
Contact:

Mon Jun 06, 2005 8:46 pm

Still did not work, until I downgraded to 2.8.27, and re-upgraded to 2.9rc4. Now it works, along with a firewall jump rule I was having issues with. Weird.

The secret specified in /radius, for the server I was running radclient on, works now.

--Eric