Skip to content

Commit

Permalink
Merge pull request #1085 from pony1k/lime-example-add-ethernet-port-e…
Browse files Browse the repository at this point in the history
…xamples

Document how to set ethernet interfaces for mesh only or clients only.
  • Loading branch information
ilario authored Feb 14, 2024
2 parents 3aa8c1c + e229917 commit 63242c2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/lime-docs/files/www/docs/lime-example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63242c2

Please sign in to comment.