MR3020.cap A capture file of Loopy Byteloose's MR3020 serial communictions. Tue 22 Jul 2014 10:23:02 PM CST THIS DEVICE is NOT CONFIGURED CORRECTLY. ++++++++ This document is merely for study and reference ++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++ THE SOLUTION IS PRELIMINARY ++++++++++++++++++++++++++++++ NOTE --- lan should be as originally provided STATIC, not changed to DCHP AND there should be an addition item, 'wan' for three items 1. loopback 2. lan 3. wan (OMITTED IN ERROR BY LOOPY) config interface 'wan' option ifname 'wlan0' option proto 'dhcp' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ EXISTING NETWORK CONFIG WRONG ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ MISSING WAN, AND LAN IS IN 'DCHP', NOT 'STATIC'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ THIS WILL WORK, BUT ODDLY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ root@DogHouse:/etc/config# cat /etc/config/network config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0' config interface 'lan' option ifname 'eth0' option type 'bridge' option _orig_ifname 'eth0 wlan0' option _orig_bridge 'true' option proto 'dhcp'