Skip to content
forked from lab11/otbr

A collection of scripts and services for an OpenThread border router

Notifications You must be signed in to change notification settings

blueirislabs/otbr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OTBR Docker image with Docker Compose

This setups up a border router using the otbr docker image and docker compose.

Dependencies

To use this you need to install docker and docker compose

Configure

You should set the values after the ot-ctl commands at the end of docker_entrypoint.sh to configure your border router.

Enable ipv6 filter kernel module

echo ip6table_filter | sudo tee -a /etc/modules

Set up external otbr docker network

docker network create otbr-network --subnet 172.24.24.0/24

Run with command

docker-compose up -d

About

A collection of scripts and services for an OpenThread border router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.5%
  • Python 25.7%
  • Dockerfile 3.8%