Connect Border router to OVS bridge #11042
Replies: 1 comment
-
A Thread Border Router (TBR) needs to manage routing between the Thread interface and infrastructure network interface. A TBR will automatically configure Unique Local Prefixes on both interfaces as necessary so that devices on one network can address devices on another network. A TBR will also automatically configure routes on both interfaces so that packets sent by devices on one network are properly routed through the TBR to reach devices on the other network. The The OTBR codelab may help to explain some of the concepts more: https://openthread.io/codelabs/openthread-border-router |
Beta Was this translation helpful? Give feedback.
-
Hi all,
For a while now I have been trying to connect the wpan0 interface created by the OpenThread border router to a network bridge created by OpenVSwitch. I am quite new to both OpenThread and OVS, and unfortunately I cannot figure out the right order of operations.
I will quickly explain what I am doing right now: I run both the Thread border router and OVS on a raspberry pi. I access the raspberry pi over a WiFi hotspot from my laptop. This laptop also runs the Faucet SDN controller for OVS.
When I do not use OVS, but only The thread border router, I can ping the devices in my Thread network from my laptop, no problem.
When I add the wpan0 interface as a port to OVS, I cannot even ping the Thread devices from another port attached to the OVS bridge.
I mainly have two questions:
INFRA_IF_NAME=wlan0 ./script/setup
. I have tried finding out what this INFRA_IF_NAME is used for exactly, but I cannot figure out if I maybe should run this script withINFRA_IF_NAME=br0
orINFRA_IF_NAME=ovs-system
. Could someone give me some clarification on what this variable is used for exactly?Thanks a lot for any feedback/help, feel free to reach out for any clarification if anything is unclear!
Beta Was this translation helpful? Give feedback.
All reactions