You are on page 1of 7

Institute of Information Technology

Jahangirnagar University

Final Project

Radius Server Configuration

Submitted By

Group 3

Class Roll No: 2039, 2047, 2052, 2065, 2066, 2068,


2077, 2078, 2072, 2083

3rd Year 1st Semester in ICT (Hons.) 2021-2022

Submission Date: 03/04/2023

Submitted to:

Dr. Shamim Al Mamun, Professor, IIT-JU


1

RADIUS Server

Remote Authentication Dial-In User Service (RADIUS) is a client-server networking protocol


that runs in the application layer. The RADIUS protocol uses a RADIUS Server and RADIUS
Clients.

A RADIUS Client (or Network Access Server) is a networking device (like a VPN concentrator,
router, switch) that is used to authenticate users.

A RADIUS Server is a background process that runs on a UNIX or Windows server. It lets you
maintain user profiles in a central database. Hence, if you have a RADIUS Server, you have
control over who can connect with your network.

When a user tries to connect to a RADIUS Client, the Client sends requests to the RADIUS
Server. The user can connect to the RADIUS Client only if the RADIUS Server authenticates
and authorizes the user.

The working of the RADIUS Server depends on the exact nature of the RADIUS ecosystem.
However, all servers have AAA capabilities (Authentication, Authorization, and Accounting). In
some RADIUS ecosystems, a RADIUS Server can also act as a proxy client to other RADIUS
Servers.

A RADIUS Server supports a variety of methods to authenticate a user. RADIUS Server


authentication and authorization go hand in hand and usually start when a user tries to connect to
the RADIUS Client using a username and password.
2

Necessary components used in cisco packet tracer:

S, No Device Model Name Qty.

1 PC PC-PT 2
2 Server Server-PT 1
3 Router Router-PT 1
4 Switch 2960-24TT 1

Topology:
3

Step 1: Firstly, we will configure our IP address. After that we will configure our
server ip address and also configure the router.

IP Addressing Table:

S. NO Device IP Address Subnet Mask Default


Gateway

1 Laptop 20.0.0.2 255.255.255.0 20.0.0.1

2 PC 20.0.0.3 255.255.255.0 20.0.0.1

3 Router(Fa0/0) 20.0.0.1 255.255.255.0 20.0.0.1

4 Server 10.0.0.2 255.255.255.0


4

step 2: Now, we will configure the radius server. After this will configure AAA
Settings here.we will add the users to radius server.

Configure Server as AAA RADIUS server:


5

Step 3: Now, we will do the configure part on the router .Here we will use aaa
new-model. Thn enter our radius server address.

Configure Router:
6

Step 4: Now we will test our radius configuration by connecting with newly
defined users. First let’s check our radius server and turn it on.

Access Radius server from Router:

Step 5: Now we will test telnet from pc.

Access Radius server from PC:

You might also like