Changes between Version 108 and Version 109 of Documentation/CGettingStarted
- Timestamp:
- Jul 18, 2023, 10:34:55 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/CGettingStarted
v108 v109 112 112 You'll see some error messages because dnsmasq is unable to start automatically. That's ok for now. 113 113 114 2. Now we need to configure the services we just installed. We'll start with hostapd, the service that creates the access point. Open a file called `hostapd.conf` in `/etc/hostapd/` using your editor of choice. Nano is a good option for beginners:114 2. Now we need to configure the services we just installed. We'll start with hostapd, the service that creates the access point. Create a directory called `hostapd` in the `/etc` directory by running `mkdir /etc/hostapd`. Open a file called `hostapd.conf` in `/etc/hostapd/` using your editor of choice. Nano is a good option for beginners: 115 115 {{{ 116 116 root@node1-1:~# nano /etc/hostapd/hostapd.conf