Questions tagged [radius]

RADIUS is Remote Authentication Dial In User Service, a protocol that carries authentication, authorization and accounting data.

RADIUS is Remote Authentication Dial In User Service, a protocol that allows for authentication, authorization and accounting for its clients. The protocol often uses UDP as a transport to connect a variety of clients to servers. RADIUS was initially developed in 1991.

452 questions
11
votes
1 answer

Freeradius users operators

I faced with one issue, which I can't understand in Freeradius users file. My goal is just authenticate external user "shad" with password "test". I added line in /etc/raddb/users the following line: shad Cleartext-Password == "test" Result was…
Atlas
  • 179
  • 1
  • 2
  • 9
9
votes
3 answers

RADIUS with MS-CHAPv2 Explanation

Can't find any flowcharts on how communication works between peers. I know how it works in Radius with PAP enabled, but it appears that with MS-Chapv2 there's a whole lot of work to be developed. I'm trying to develop a RADIUS server to receive and…
Shaul
9
votes
1 answer

How and where RADIUS and EAP combine?

I have been reading a little bit about authentication methods. I have read about RADIUS and about EAP. I just don't understand the connection between them. RADIUS is a authentication protocol which uses shared secret and other methods to make a safe…
iddqd
  • 1,225
  • 2
  • 16
  • 34
8
votes
1 answer

Radius test only success in the local machine, but can't through remote machine

I install the freeradius in Ubuntu 10 through apt-get. after make the server running. the local test is valid: yozloy@SNDA-192-168-21-78:/usr/bin$ echo "User-Name=testuser,Password=123456" | radclient 127.0.0.1:1812 auth testing123 -x Sending…
mko
  • 21,334
  • 49
  • 130
  • 191
7
votes
2 answers

Error in Creating Certificates for EAP in Freeradius

I'm working on creating certificate for eap-tls so i can add this certificate to mobile and then mobile can access the access point without using username or password I follow the documentation on README in radiusd/certs So i run make ca.pem to…
Ahmed Bermawy
  • 2,290
  • 4
  • 35
  • 42
7
votes
5 answers

FreeRadius - Failed binding to authentication address

When I run the following command, I can get successfull result. root@ubuntu:/home/can# radtest user password 127.0.0.1 1812 testing123 Sending Access-Request of id 78 to 127.0.0.1 port 1812 User-Name = "user" User-Password =…
user3648335
  • 137
  • 1
  • 4
  • 12
6
votes
1 answer

Calculate objects circumscribed radius and inscribed radius - Matlab

I am trying to calculate two objects circumscribed radius and inscribed radius using the code below. I used for the inscribedRadius parameter from this script and for the circumscribed radius I used this function I do not understand why I get for…
jane
  • 567
  • 2
  • 12
6
votes
2 answers

Writing bytes directly to OpenSSL Connection, without TCP

I'm implementing a RADIUS server with support for EAP(PEAP) authentication. The RADIUS relies on UDP and each packet will contain an EAP message with the authentication data. To simplify, each EAP (PEAP) message contains TLS packets so the client…
S. A.
  • 3,714
  • 2
  • 20
  • 31
5
votes
1 answer

How to set borderRadius on a react-native modal?

I have a react-native Modal, I would like to render it with rounded corners like this: but if I define it like this:
Simon
  • 6,025
  • 7
  • 46
  • 98
5
votes
1 answer

What exactly is RADIUS?

I have heard a lot about RADIUS. But I am still asking myself questions about it. In Wikipedia, it is said that it is a network protocol that provides Authentication, Authorization, and account management for users. How does it really work ? Why…
theCode
  • 1,997
  • 4
  • 18
  • 28
5
votes
1 answer

MSCHAPv2 with RADIUS - How exactly does the encrypting process go?

I'm building a RADIUS Server to work with MS-CHAPv2 in node.js. I have a RADIUS CLient, which is the VPN Server that sends me the following in an Access-Request: User-Name MS-CHAP-Challenge MS-CHAP2-Response I tested with an actual Microsoft RADIUS…
user3099645
  • 101
  • 7
5
votes
1 answer

get all spatial type points within radius in km with mariaDb, mySQL

Here is the problem, Already made several researches about it, but did not find any clear and well explained solution about that. Some people are talking about functions like st_distance or st_within which refer to mysql/mariadb versions but these…
Julo0sS
  • 2,096
  • 5
  • 28
  • 52
4
votes
0 answers

How to check if a user exists in Radius Server

Good morning everyone, I need to check if a user exists in a Radius Server. I am not sure if this question can be answered by the server (I am new to Radius). I have a java application, and I am using "TinyRadius", in particular RadiusClient from…
n3mo
  • 663
  • 8
  • 23
4
votes
2 answers

node.js and express : how to wait for udp response

I am studying a bit node.js programming here and faced a problem. When express gets POST request it should make a radius authentication over UDP with dgram module. The response for the Radius authentication comes later on, but the POST request…
Mika Saari
  • 49
  • 1
  • 6
3
votes
1 answer

Implementing 802.1x Authenticator in software?

Our device is a router running Linux 2.6.19 and we require 802.1x authentication for clients connecting to the built-in switch on the LAN side. The switch does not provide any support for 802.1x. I have installed hostapd on the router which uses a…
Tom Salmon
  • 31
  • 1
  • 2
1
2 3
30 31