You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks/freeradius-setup-server-add-client-user.xml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ in the assembly -->
24
24
<para>
25
25
You can add a client and a user to test authentication for the FreeRADIUS server. The client is a client of the RADIUS server, such as a wireless access point or switch. The users are added in the user configuration file and the clients are added in the client configuration file. These configuration files are stored on the server where FreeRADIUS is installed.
26
26
</para>
27
-
<para>The machines that can use the devices of the FreeRADIUS server are defined in the <filename>client.conf</filename> file.</para>
27
+
<para>The machines that can use the devices of the FreeRADIUS server are defined in the <filename>/etc/raddb/clients.conf</filename> file.</para>
28
28
</abstract>
29
29
</info>
30
30
<procedurexml:id="add-client-user"><title>Configuring users and clients</title>
@@ -38,9 +38,9 @@ in the assembly -->
38
38
Service-Type = New-User,
39
39
Framed-IP-Address = 190.155.2.50</screen></step>
40
40
<step>
41
-
<para>Add a test client and user to test the authentication in <filename>/etc/raddb/client.conf</filename>.</para>
42
-
<screen>vi /etc/raddb/client.conf</screen>
43
-
<para>A test client, localhost, is provided in <filename>/etc/raddb/client.conf</filename>, with the secret <literal>testing123</literal>.</para>
41
+
<para>Add a test client and user to test the authentication in <filename>/etc/raddb/clients.conf</filename>.</para>
<para>A test client, localhost, is provided in <filename>/etc/raddb/clients.conf</filename>, with the secret <literal>testing123</literal>.</para>
44
44
<screen>client private-networks {
45
45
ipaddr = 190.1.0/22
46
46
secret = testingabc-1
@@ -53,7 +53,7 @@ in the assembly -->
53
53
</step><step>
54
54
<para>Add clients of the RADIUS server, such as a wireless access point, network switch, or another form of NAS.</para>
55
55
<para>Create a client configuration on your server by using the following example.</para>
56
-
<para>Uncomment the following entry in <filename>/etc/raddb/client.conf</filename> and use the IP address of your test client machine or access gateway instead of the given IP address.</para>
56
+
<para>Uncomment the following entry in <filename>/etc/raddb/clients.conf</filename> and use the IP address of your test client machine or access gateway instead of the given IP address.</para>
57
57
<screen>client private-network-1 {
58
58
ipaddr = 192.0.2.0/24
59
59
secret = testing123-1
@@ -62,9 +62,9 @@ secret = testing123-1
62
62
</step>
63
63
<step>
64
64
<para>On the client machine, install <command>freeradius-server-utils</command>. </para>
65
-
<screen>&prompt.sudo;sudo zypper install freeradius-server and freeradius-server-utils</screen>
Copy file name to clipboardExpand all lines: tasks/freeradius-setup-server-create-test-certificates.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ in the assembly -->
23
23
<abstract><!-- can be changed via merge in the assembly -->
24
24
<para>Certificates enable secure communication between the FreeRADIUS clients and the FreeRADIUS server.</para>
25
25
<para>
26
-
To allow access to the server, certificate authentication is required. To test the authentication using FreeRADIUS, you can create test certificates. The following example shows how to create test certificates to test FreeRADIUS. Ensure that you remove the test certificates and use the correct certificates after testing FreeRADIUS.</para>
26
+
To allow access to the server, certificate authentication is required. To test the authentication using FreeRADIUS, you can create test certificates. The following example shows how to create test certificates to test FreeRADIUS. Ensure that you remove the test certificates created for testing and use the correct certificates after testing FreeRADIUS.</para>
27
27
<note><para>The test certificates created are not suitable for production use.</para></note>
<para>After the bootstrap is complete, start the server in debugging mode as a <literal>root</literal> user.</para>
31
31
<step>
32
-
<para>To do this, run the following command:</para>
33
-
<note><para>Start the FreeRADIUS server in debugging mode only for testing. Other than for testing, use <command>sudo systemctl start freeradius</command></para></note>
32
+
<note><para>Start the FreeRADIUS server in debugging mode only for testing. Other than for testing, use <command>&prompt.sudo; systemctl start freeradius</command></para></note>
34
33
35
34
<screen>&prompt.sudo; radiusd -X
36
35
[...]
@@ -43,6 +42,6 @@ in the assembly -->
43
42
Listening on proxy address :: port 58415
44
43
Ready to process requests</screen>
45
44
<para>The <literal>Listening</literal> and <literal>Ready to process requests</literal> appear when the server starts correctly.</para>
0 commit comments