-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2024-01-16 15:43:56] Ionut Bostan: EAP config
- Loading branch information
1 parent
560fae6
commit 7575dc1
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# EAP config | ||
EAP-TLS Network Configuration on RaspberryPi 4B using the RT5370 Wireless Adapter | ||
|
||
|
||
1. Install tools: | ||
|
||
```sudo apt install dnsmasq``` | ||
```sudo apt install hostapd``` | ||
|
||
2. | ||
|
||
|
||
Implementation partia based on methods as discussed in [Transforming Your Raspberry Pi into a Secure Enterprise Wi-Fi Controller with 802.1x Authentication](https://myitrambles.com/transforming-your-raspberry-pi-into-a-secure-enterprise-wi-fi-controller-with-802-1x-authentication/) |