Changes for page FreeRADIUS EAP-TLS Example for 1x Authentication
Last modified by Jean Franco on 2022/06/23 22:09
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,8 +8,7 @@ 8 8 9 9 Below is an example of what you need to put in /etc/freeradius/eap.conf to handle the proper authentication methods, as well as enable future functionality. 10 10 11 -{{code language="none"}} 12 -# -*- text -*- 11 +{{{# -*- text -*- 13 13 ## 14 14 ## eap.conf -- Configuration for EAP types (PEAP, TTLS, etc.) 15 15 ## ... ... @@ -91,8 +91,7 @@ 91 91 mschapv2 { 92 92 #send_error = no 93 93 } 94 - } 95 -{{/code}} 93 + }}}} 96 96 97 97 == Set up clients.conf == 98 98 ... ... @@ -102,12 +102,10 @@ 102 102 103 103 In /etc/freeradius/clients.conf, add one group like: 104 104 105 -{{code language="none"}} 106 -client 192.168.0.0/24 { 103 +{{{client 192.168.0.0/24 { 107 107 secret = CHANGEME 108 108 nastype = other 109 -} 110 -{{/code}} 106 +}}}} 111 111 112 112 You can use single IPs (192.168.0.2 or 2001::beef) or netblocks (192.168.0.0/24 or 2001:beef::/64), and the device with that single IP or devices within that netblock will use the password specified as 'CHANGEME'. 113 113