======fixing network unreachable in OpenWRT====== I have multiple access points on my network running [[https://openwrt.org|OpenWRT]], and after following the [[https://openwrt.org/docs/guide-user/network/wifi/wifiextenders/bridgedap|Bridged AP guide]] to set them up, each time commands ran in the shell were unable to reach the internet. after looking on forums I found it could be fixed with //route//. login to your device through ssh and run the following command. my main router is at **192.168.1.1**, replace that with yours' address. # route add default gw 192.168.1.1 {{tag>openwrt}}