Hi,

I flashed my new WRT160NL with OpenWrt backfire compiled from svn, build 28215.
I need the fix for new model as for backport in 27768, old build failed to 
boot.https://dev.openwrt.org/changeset/27768
Now it boot again and I can login via Luci and SSH.

Problems starts when I power on my old router with rc5.
It took me some time to discover br-lan bridge have the same MAC address on 
both routers: 12:9C:E1:21:C9:8E

I try to change MAC in Luci (and ifconfig br-lan hw ether<MAC addr>) to 
12:9C:E1:21:C9:00
but end up with no response from router from 192.168.1.1

br-lan
Uptime: 0h 2m 48s
MAC Address: 12:9c:e1:21:c9:00
RX: 88.83 KB (467 Pkts.)
TX: 0.04 KB (1 Pkts.)
IPv4: 192.168.1.1/24

root@OpenWrt:~# brctl show
bridge name     bridge id               STP enabled     interfaces
br-lan          8000.129ce121c900       no              eth0
                                                        wlan0

root@OpenWrt:~#  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 'proto' 'static'
        option 'ipaddr' '192.168.1.1'
        option 'netmask' '255.255.255.0'
        option 'macaddr' '12:9C:E1:21:C9:00'
        option 'type' 'bridge'
        option 'ifname' 'eth0'

config 'interface' 'wan'
        option 'ifname' 'eth1'
        option 'proto' 'static'
        option 'ipaddr' '192.168.3.241'
        option 'netmask' '255.255.255.0'
        option 'gateway' '192.168.3.254'
        option 'dns' '208.67.222.222'

config 'switch'
        option 'name' 'eth0'
        option 'reset' '1'
        option 'enable_vlan' '1'

config 'switch_vlan'
        option 'device' 'eth0'
        option 'vlan' '1'
        option 'ports' '0 1 2 3 4 5'


Firmware Version OpenWrt Backfire 10.03.1-RC6 / LuCI 0.10 Branch 0.10+svn7486 
Kernel Version2.6.32.27


It works (until reboot) with:
----------------------------
Luci- remove bridge from eth0
Luci- creates a bridge over specified interface(s)
      select inerfaces:
        Ethernet Adapter: "br-lan"
        Ethernet Adapter: "eth0" (lan)
        Wireless Network: Master "OpenWrt"

save&  apply
                
now:

root@OpenWrt:~#  ifconfig -a|grep Eth
br-lan    Link encap:Ethernet  HWaddr 12:9C:E1:21:C9:00
eth0      Link encap:Ethernet  HWaddr 12:9C:E1:21:C9:00
eth1      Link encap:Ethernet  HWaddr 42:9B:26:8A:21:33
wlan0     Link encap:Ethernet  HWaddr 00:03:7F:C0:1F:64

after reboot:

root@OpenWrt:~#  ifconfig -a|grep Eth
br-lan    Link encap:Ethernet  HWaddr 12:9C:E1:21:C9:00
eth0      Link encap:Ethernet  HWaddr 12:9C:E1:21:C9:8E
eth1      Link encap:Ethernet  HWaddr 42:9B:26:8A:21:33
wlan0     Link encap:Ethernet  HWaddr 00:03:7F:C0:1F:64

Thanks,
Mauro

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to