Changes between Version 107 and Version 108 of Documentation/CGettingStarted
- Timestamp:
- Jul 18, 2023, 10:28:03 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/CGettingStarted
v107 v108 106 106 We will use node1-1 as the access point. 107 107 108 1. Firstinstall hostapd and dnsmasq on node1-1:108 1. Before we install anything, we need to get an updated list of the available software by running `apt update`. Now install hostapd and dnsmasq on node1-1: 109 109 {{{ 110 110 root@node1-1:~# apt install hostapd dnsmasq … … 168 168 1. First, verify that you can see the "hello-wireless" network from node1-2 by running the prior command to scan for interfaces and grepping for SSID. 169 169 170 2. We'll use a utility called wpa_supplicant to connect to the access point. Run the following to install it:170 2. We'll use a utility called wpa_supplicant to connect to the access point. After running `apt update`, run the following to install it: 171 171 {{{ 172 172 root@node1-2:~# apt install wpasupplicant