From e22991716fb68bd7d20c643f0a562b821ed1f618 Mon Sep 17 00:00:00 2001 From: pony1k Date: Tue, 13 Feb 2024 21:05:41 +0100 Subject: [PATCH] Document how to set ethernet interfaces for mesh.. ..only or clients only. --- packages/lime-docs/files/www/docs/lime-example.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/lime-docs/files/www/docs/lime-example.txt b/packages/lime-docs/files/www/docs/lime-example.txt index a12d5504d..0f88dbda8 100644 --- a/packages/lime-docs/files/www/docs/lime-example.txt +++ b/packages/lime-docs/files/www/docs/lime-example.txt @@ -228,6 +228,17 @@ config net wirelessclientbackbone # option static_ipv6 '2a00:1508:0a00::1234/64' # option static_gateway_ipv6 'fe80::1' +## (optional) configure lan1 for connection to other nodes, not for users connection: +config net + option linux_name 'lan1' + list protocols 'batadv:%N1' #needs to be specified if the other node is in the same mesh cloud i.e. same ssid + list protocols 'babeld:17' + +## (optional) configure lan1 for users to connect to, not for connection to other nodes: +config net + option linux_name 'lan1' + list protocols 'lan' + ######################################################### ### Ground routing specific sections ### One section for each ground routing link