Difference between revisions of "Configuring Linksys switch as radius client"
From Notes_Wiki
(Created page with "=Configuring Linksys switch as RADIUS client= To configure Linksys switches (specifically SLM224G2) as client for radius server use following steps: #Log into switch using we...") |
m |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Freeradius configuration]] > [[Configuring Linksys switch as radius client|Configuring Linksys switch as RADIUS client]] | |||
To configure Linksys switches (specifically SLM224G2) as client for radius server use following steps: | To configure Linksys switches (specifically SLM224G2) as client for radius server use following steps: | ||
Line 13: | Line 13: | ||
After these the selected ports get configured for 802.1x and until authorized by RADIUS server, will not become part of network. | After these the selected ports get configured for 802.1x and until authorized by RADIUS server, will not become part of network. | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Freeradius configuration]] > [[Configuring Linksys switch as radius client|Configuring Linksys switch as RADIUS client]] |
Latest revision as of 08:16, 10 March 2022
Home > CentOS > CentOS 6.x > Freeradius configuration > Configuring Linksys switch as RADIUS client
To configure Linksys switches (specifically SLM224G2) as client for radius server use following steps:
- Log into switch using web administration interface.
- Go to Security -> Radius Setting page.
- Enter radius server IP address, port (default 1812 on new servers) and radius password. (assuming 'radiuspass') for this tutorial.
- Click on 'Save settings' button to save configuration
- Now go to Security -> 802.1x settings page
- Choose 'enable 802.1X' option
- Click 'Save settings'
- Now choose ports on which you want to enable 'Network Access Control'
- Now click 'Save current settings'
After these the selected ports get configured for 802.1x and until authorized by RADIUS server, will not become part of network.
Home > CentOS > CentOS 6.x > Freeradius configuration > Configuring Linksys switch as RADIUS client