[Solved] No internet on Raspberry Pi Zero as router ...
forum.openwrt.org › t › solved-no-internet-onDec 30, 2021 · @psherman /etc/config/network. config interface 'loopback' option device 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config globals 'globals' option ula_prefix 'fdbe:56e5:4ddc::/48' config device option name 'br-lan' option type 'bridge' list ports 'wlan0' config interface 'lan' option device 'br-lan' option proto 'static' option ipaddr '192.168.180.1 ...