Sunday, November 11, 2018

Radius Server with Linksys WRT 300N - PT

I am trying to demonstrate the working of Radius Server on Packet Tracer 7.1.  Components I have are
  • End Devices -> Server - PT (Radius Server)
  • Wireless Devices -> WRT300N (Linksys Wireless Router)
  • End Devices -> Laptop - PT (Wireless Client
Topology
First, we have to insert Wireless adapter in 'Laptop0'.  See the post Basic Wireless with Linksys WRT 300N

Connect ethernet cable(copper straight-through) from Ethernet1 of WRT300N to FastEthernet0 of Server-PT.
  1. Click 'Connections' -> 'Copper Straight-through'
  2. Click WRT300N, select Ethernet1 from the dropdown
  3. Click on Server-PT , select FastEthernet0 from the dropdown.

IP Address Configuration

  • Wireless Router will have default IP address
  • On Server configure '192.168.0.10/24' 
    • Click 'Server' -> 'Config' tab -> 'FastEthernet0' -> 'Static' from 'IP Configuration' -> IP Address '192.168.0.10' ; Subnet Mask '255.255.255.0'
  • In Laptop, set DHCP

Aim

Establish wireless connection from laptop to WRT300N thru WPA2-AES security with the help of Radius Server

AAA Configuration in Server 

Server AAA Configuratioin
  1. Click 'Server' -> 'Services' tab -> 'AAA' section
  2. Add Linksys WRT300N as a Radius Client
    • Service 'On' -> Client Name 'actrouter' ; Client IP '192.168.0.1' (IP Address of Wireless Router) ; Secret 'actkey' ; ServerType 'Radius' ; Click 'Add' 
  3. Add a User who will connect from laptop
    •  Username 'actuser' ; Password 'actpass' ; Click 'Add'

AAA Configuration in Router

Router AAA Configuration
  1. Click 'Router' -> 'Config' tab -> 'Wireless' section
  2. SSID 'actwifi' -> Authentication 'WPA2' -> Encryption Type 'AES'
  3. Radius Server IP and Credentials
    • IP Address '192.168.0.10' ; Shared Secret 'actkey'

AAA Configuration in Laptop

Laptop AAA Configuration
  1. Click 'Laptop' -> 'Config' tab -> 'Wireless0' section
  2. SSID 'actwifi' -> Authentication 'WPA2' -> Encryption Type 'AES'
  3. Radius user credentials configuration
    • User ID 'actuser' Password 'actpass'
  4. IP Configuration is DHCP

Connection Success

Wireless Connection between Laptop and WRT300N will be visible.

Connection Testing


Open the command prompt of Laptop, and verify ping to WRT300N and Radius Server.

No comments:

Post a Comment