xaptum / xaptum-buildroot

External Buildroot tree for Xaptum hardware
GNU General Public License v2.0
0 stars 0 forks source link

Add enftun to xap-rw-001 board config #3

Closed drbild closed 6 years ago

drbild commented 6 years ago

Now that enftun is available as a buildroot package, we need to add it to the image for the router card with WiFi (xap-rw-001).

The router card will have two instances of the enftun, enf0 and enf1, each managed as systemd services.

enf0 is connected to an ENF subnet managed by the customer. All traffic from the host device must be routed through this interface.

enf1 is connected to an ENF subnet managed by Xaptum. It is used for management of the router card itself. All local traffic on the router card, e.g.,the mender.io software update utility, must be routed through this interface.

Main tasks

The enftun-setup script provided by enftun was designed to configure routing for IoT gateways and servers running enftun themselves, not the router card. It can either be extends to support the router card, or the card should use its own custom version.

drbild commented 6 years ago

Closed by #7