Re: Dead Fonera 2200?
Posted: Sat Apr 02, 2011 11:00 am
i`ve got these errors too if my ethernet cable was connected to fonera. I broke procedure and made it from scratch again, but when tftp load of images finished, i disconnected ethernet cable. No errors occurred anymore.
Forgot to say: after re-flashing with gargoyle, i changed fonera`s network settings to avoid IP conflict with my main router wrt54gl (it is set to static 192.168.1.1).
Forgot to say: after re-flashing with gargoyle, i changed fonera`s network settings to avoid IP conflict with my main router wrt54gl (it is set to static 192.168.1.1).
Code: Select all
vi /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 proto static
option ipaddr 192.168.1.6
option netmask 255.255.255.0