Changes

m
no edit summary
Line 21: Line 21:  
In order to add/edit clients, we need to access the '''clients.conf''' file. Use your favorite text editor to edit it:
 
In order to add/edit clients, we need to access the '''clients.conf''' file. Use your favorite text editor to edit it:
 
  sudo nano /etc/freeradius/3.0/clients.conf
 
  sudo nano /etc/freeradius/3.0/clients.conf
   
For this example, we will add the following lines in order to accept any IP address as a client:
 
For this example, we will add the following lines in order to accept any IP address as a client:
 
  client 0.0.0.0/0 {
 
  client 0.0.0.0/0 {
Line 124: Line 123:  
       [pap] = reject
 
       [pap] = reject
 
     } # Auth-Type PAP = reject
 
     } # Auth-Type PAP = reject
 +
[[Category:Router control and monitoring]]

Navigation menu