Child pages
  • 802.1X secured wifi installation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
client wifi-ap1 {
       ipaddr = 192.168.9.2
       secret = password # Replace with an actual password
}
 
client wifi-ap2 {
       ipaddr = 192.168.9.3
       secret = password # Replace with an actual password
}

client wifi-ap3 {
       ipaddr = 192.168.9.4
       secret = password # Replace with an actual password
}

logrotate config '@@@'Modify /etc/logrotate.d/freeradius, modify the following options as follows:

Code Block
rotate 732
nomissingok
dateext # Needs to be added

 

Certificates

as freerad?

Modify /etc/freeradius/3.0/certs/server.cnf, set the following settings:

...