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.
- Click 'Connections' -> 'Copper Straight-through'
- Click WRT300N, select Ethernet1 from the dropdown
- 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 |
- Click 'Server' -> 'Services' tab -> 'AAA' section
- 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'
- Add a User who will connect from laptop
- Username 'actuser' ; Password 'actpass' ; Click 'Add'
AAA Configuration in Router
|
Router AAA Configuration |
- Click 'Router' -> 'Config' tab -> 'Wireless' section
- SSID 'actwifi' -> Authentication 'WPA2' -> Encryption Type 'AES'
- Radius Server IP and Credentials
- IP Address '192.168.0.10' ; Shared Secret 'actkey'
AAA Configuration in Laptop
|
Laptop AAA Configuration |
- Click 'Laptop' -> 'Config' tab -> 'Wireless0' section
- SSID 'actwifi' -> Authentication 'WPA2' -> Encryption Type 'AES'
- Radius user credentials configuration
- User ID 'actuser' Password 'actpass'
- 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