openssl: bump to 1.1.1j
[librecmc/librecmc.git] / docs / Basic_Wireless_Settings.md
1 # Basic Wireless Settings
2
3 This document is only intended to cover the most basic details of
4 Wi-Fi settings on LibreCMC, for people who do not know much about
5 computer networking. Geeks are encouraged to simply log in
6 to `192.168.10.1` and experiment with the settings.
7
8 ## Log in to the LuCi configuration interface
9
10 First, you need a physical connection to the LibreCMC Wi-Fi
11 router. The simplest way is to connect an Ethernet cable between the
12 Ethernet port on your computer, and the LAN port on your router. An
13 Ethernet cable is like a fat telephone cable; usually you get one
14 included with your router. Tablets and smart phones usually don't have
15 an Ethernet port, so you might need to borrow a laptop.
16
17 * In the address bar of your Web browser, enter the address
18   `192.168.10.1` and press `Enter` or `Return`. You should see a page
19   appear called `Authorization Required`.
20
21 * If you see instead a page complaining that the connection is not
22   secure, you will need to add a security exception. On Mozilla
23   Firefox, you press the `Advanced` button and then the `Add
24   Exception` button, and then the `Confirm Security Exception`
25   button.
26   
27 * Enter the adminstrative Username and Password for your router. The
28   default is `root` for the Username and a blank password.
29
30 ![alt text](images/librecmc-default-login.png "Default login page for
31  LibreCMC")
32
33 If a blank password does not work, and you cannot figure out what it
34 is supposed to be, you may need to
35 [reset the router](Router_Reset_Instructions.md).
36
37 If you are unable to view the `Authorization Required` page, it may be
38 that you do not have your Ethernet cable connected to the correct
39 ports, or your computer is not set to allow use of the Ethernet
40 cable. Find a tech savvy relative to help you out.
41
42 ## Change the name of your Wi-Fi network
43
44 * Select the `Network` >> `Wireless` menu.
45
46 * Select the `Edit` button to the right side of "libreCMC".
47
48 * Scroll down to the `ESSID` text field under the `Interface
49   Configuration` section. and enter the name you would like for your
50   Wi-Fi network. This is the name people will see when they are
51   looking to connect to your Wi-Fi network.
52
53 ![alt text](images/librecmc-changing-essid.png "Changing ESSID on LibreCMC")
54
55 * If that is all you wanted to do, press the `Save & Apply` button at
56   the bottom of the page, or go on to the next section.
57
58 ## Change your Wi-Fi password
59
60 * If you haven't already, Select the `Network` >> `Wireless` menu, and
61   select the `Edit` button to the right side of "libreCMC".
62
63 * Select the `Wireless Security` tab under the `Interface
64   Configuration` section.
65
66 * In the `Encryption` drop down menu select `WPA2-PSK`. (If you have
67   some really old devices on your network, it may be necessary to
68   select `WPA-PSK` instead, to get them to connect, but don't do this
69   unless you really need to.)
70
71 * In the `Key` text field, put in the password you want people to use
72   to connect to your Wi-Fi network. If you press the green arrows
73   button, it will make it easier to type in the password.
74
75 ![alt text](images/librecmc-changing-wifi-password.png "Changing Wi-Fi
76  password on LibreCMC")
77
78 * Press the `Save & Apply` button at the bottom of the page.
79
80 ## Change your Administrator password
81
82 * There is a password used for logging into the LuCi configuration
83   interface. You typically want this to be different than the Wi-Fi password you share with other people.
84
85 * Select the `System` >> `Administration` menu.
86
87 * Under `Router Password` section, type a new password into the
88   `Password` text field. Pressing the green arrows button makes it
89   easier to type in your password.
90
91 * Type the exact same password into the `Confirmation` text field.
92
93 ![alt text](images/librecmc-changing-admin-password.png "Changing
94  admin password on LibreCMC")
95
96 * Press the `Save & Apply` button at the bottom of the page.