Time for action – creating a virtual server for the Computer Science faculty
Isaac discovered that the Computer Science faculty practices security by obscurity. Its RADIUS server uses port 2812 for authentication and 2813 for accounting. It has a users
file that contains the entire details of the users. The RADIUS clients only send authentication requests to the RADIUS server. The following table lists important information:
Information item |
Detail |
---|---|
User store |
users file |
Authentication port |
2812 |
Accounting port (unused) |
2813 |
Computer Science RADIUS server IP Address |
10.10.0.100 |
RADIUS client IP Address (authentication only) |
10.10.0.200 |
Consolidation implementation
From of the information Isaac gathered we can do the following:
- Create a named
files
section to take care of theusers
file - Create a virtual server with local
listen
andclient
sections - Incorporate this new virtual server
Let's tackle these!
A named files section
Module-specific configurations are done through files...