Dot1X Kali Linux
I need to remember this for next time I’m faced with a dot1x authentication on wired connection.
Add the following to /etc/wpa_supplicant/wpa_supplicant.conf
And then run
[bash]
wpa_supplicant -i eth2 -c /etc/wpa_supplicant/wpa_supplicant.conf -D wired
[/bash]
Wait for it to generate a sucess message, and run dhcpclient or set a static ip .. 🙂