| 
 | 
 
I have an OrangePi Zero2 set as a wireless bridge. The bridge itself is working great, my problem is that the default GW for the br0 interface is not being set. When I go in nmtui I can see that the default gateway fot the interface is set, but if I try to ping any address outside of my LAN I get aDestination Host Unreachable  
 message which basically there is no default route. So as root I add a default route to the using- route add default gw 192.168.1.1 br0
 
  Copy code 
 and now everything works fine. Is there a way to dorce the dafault route to stick between reboots? 
 |   
 
 
 
 |