mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-04 06:01:48 +05:30
Pranav Jerry
761618aff4
This will allow changing name of batman and bridge interface. But deleting them after stopping naxalnet will not work at the moment.
27 lines
701 B
Plaintext
27 lines
701 B
Plaintext
# This configuration file is part of naxalnet.
|
|
# To configure this program, rename this file
|
|
# to naxalnet.conf and edit it.
|
|
# The values given here are defaults.
|
|
|
|
[networkd]
|
|
# systemd-networkd configuration files bundled with naxalnet.
|
|
# THese will be copied to runtimedir at runtime.
|
|
confdir = /usr/share/naxalnet/networkd
|
|
# systemd-networkd runtime configuration directory.
|
|
# See man:systemd.network(5)
|
|
runtimedir = /run/systemd/network
|
|
|
|
[device]
|
|
batman=bat0
|
|
bridge=bridge0
|
|
|
|
[adhoc]
|
|
# All your nodes should have the same name
|
|
name = NxMesh
|
|
|
|
[ap]
|
|
# An AP is started if your machine has more than one WiFi adapter.
|
|
ssid = MeshWiFi
|
|
# Note the spelling. It's passwd, not password.
|
|
passwd = naxalnet256
|