2021-05-10 15:15:42 +05:30
|
|
|
# This file links any interface in ap mode
|
2021-06-30 21:50:39 +05:30
|
|
|
# to the bridge we created earlier.
|
|
|
|
# To start an AP, connect two adapters to the computer
|
2022-07-23 15:58:32 +05:30
|
|
|
# before starting pybatmesh.service
|
2021-05-10 15:15:42 +05:30
|
|
|
# This file won't do anything if an ap interface is not found.
|
|
|
|
|
|
|
|
[Match]
|
|
|
|
WLANInterfaceType=ap
|
|
|
|
|
|
|
|
[Network]
|
2021-09-27 22:30:07 +05:30
|
|
|
Description=Configuration for Wireless AP
|
2021-05-10 15:15:42 +05:30
|
|
|
|
|
|
|
# link the interface to the bridge
|
2021-09-26 13:31:36 +05:30
|
|
|
Bridge={bridgedev}
|
2021-05-10 15:15:42 +05:30
|
|
|
|
|
|
|
# Like in the ad-hoc network and bat0, this interface
|
|
|
|
# should not have any ip address assigned to it.
|
|
|
|
# The address will be assigned to the bridge
|
|
|
|
DHCP=no
|
|
|
|
DHCPServer=no
|
|
|
|
LinkLocalAddressing=no
|
|
|
|
LLMNR=no
|
|
|
|
MulticastDNS=no
|
|
|
|
|