cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
746
Views
15
Helpful
3
Replies

Can not find security 802.1x authentication to connect lan in centos5

dihingiakalpa
Level 1
Level 1

Greetings to all!

We have a server for computing in our lab and we are trying to provide internet to the server through LAN, and after that, we can connect to the server from our own desktops. but I am facing problems in authenticating security 802.1x in my centos 5 servers because I could not find the security 802.1x option in the network section directly. can anyone tell me how I can configure it?

When I connected to another machine having the ubuntu20.04 version, I got the security 802.1x option in the network section very easily. Can anybody help me to find this option so that I can put the id and password to authenticate the LAN connection?

Waiting for responses

1 Accepted Solution

Accepted Solutions

thomas
Cisco Employee
Cisco Employee

wpa_supplicant is the most common (only?) Linux supplicant that I am aware of.

sudo apt install -y wpasupplicant  # Debian/Ubuntu
sudo yum install wpa_supplicant # RedHat

The configuration of /etc/wpa_supplicant/wpa_supplicant.conf varies depending on wired vs wireless and authentication protocol.

An awesome wpa_supplicant config file reference with many examples is at https://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf

View solution in original post

3 Replies 3

marce1000
VIP
VIP

 

 - Check if these info's can be used on centos too : https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-configuring_802.1x_security

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Do you really want to do 802.1X on your servers? This is a very corner use-case.  Physical security should be used instead.

thomas
Cisco Employee
Cisco Employee

wpa_supplicant is the most common (only?) Linux supplicant that I am aware of.

sudo apt install -y wpasupplicant  # Debian/Ubuntu
sudo yum install wpa_supplicant # RedHat

The configuration of /etc/wpa_supplicant/wpa_supplicant.conf varies depending on wired vs wireless and authentication protocol.

An awesome wpa_supplicant config file reference with many examples is at https://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf