Skip to content
Laurent Deru edited this page Mar 24, 2016 · 2 revisions

Node configuration file

The Node configuration file allows per node configuration. Currently, only a few parameters are configurable using this file.

The node configuration file is specified in 6lbr.conf, using NODE_CONFIG. For example :

NODE_CONFIG=/etc/6lbr/node_config.conf

Each node entry has the following syntax, all the parameters are optional.

[<MAC Address>]
name=<node name>
coap=<NAT64 coap port>
http=<NAT64 http port>

Example :

[00:12:4b:00:06:a0:09:87]
name=Sensortag-1
coap=10087

Node filtering

If activated, the Border Router will create routes only for the nodes present in the node configuration file and block traffic for the nodes not present.

Clone this wiki locally