mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
network: add default configurations for wireless interfaces
This commit is contained in:
parent
78404d22cc
commit
15e089644c
6
network/80-wifi-adhoc.network
Normal file
6
network/80-wifi-adhoc.network
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Match]
|
||||||
|
Type=wifi
|
||||||
|
WirelessType=ad-hoc
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
LinkLocalAddressing=yes
|
8
network/80-wifi-ap.network
Normal file
8
network/80-wifi-ap.network
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Match]
|
||||||
|
Type=wifi
|
||||||
|
WirelessType=ap
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
Address=0.0.0.0/24
|
||||||
|
DHCPServer=yes
|
||||||
|
IPMasquerade=yes
|
6
network/80-wifi-station.network
Normal file
6
network/80-wifi-station.network
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Match]
|
||||||
|
Type=wifi
|
||||||
|
WirelessType=station
|
||||||
|
|
||||||
|
[Network]
|
||||||
|
DHCP=yes
|
Loading…
Reference in New Issue
Block a user