We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0770a49 commit 61f5dc5Copy full SHA for 61f5dc5
configuration/wireless/access-point.md
@@ -35,10 +35,12 @@ Go to the end of the file and edit it so that it looks like the following:
35
```
36
interface wlan0
37
static ip_address=192.168.4.1/24
38
+
39
40
Now restart the dhcpcd daemon and set up the new `wlan0` configuration:
41
-sudo systemctl restart dhcpcd
42
+sudo service dhcpcd restart
43
44
45
46
## Configuring the DHCP server (dnsmasq)
0 commit comments