mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
network: add default configurations for wireless interfaces
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user