]> git.ipfire.org Git - thirdparty/systemd.git/blob - network/80-wifi-ap.network.example
NEWS: finalize for v256~rc3
[thirdparty/systemd.git] / network / 80-wifi-ap.network.example
1 # SPDX-License-Identifier: MIT-0
2 #
3 # This example config file is installed as part of systemd.
4 # It may be freely copied and edited (following the MIT No Attribution license).
5 #
6 # To use the file, one of the following methods may be used:
7 # 1. add a symlink from /etc/systemd/network to the current location of this file,
8 # 2. copy the file into /etc/systemd/network or one of the other paths checked
9 # by systemd-networkd and edit it there.
10 # This file should not be edited in place, because it'll be overwritten on upgrades.
11
12 [Match]
13 Type=wlan
14 WLANInterfaceType=ap
15
16 [Network]
17 Address=0.0.0.0/24
18 DHCPServer=yes
19 IPMasquerade=both
20 IPv6AcceptRA=no
21 IPv6SendRA=yes