Hi,
I have problem with my router. Stock SW and Open WRT have the same behaviour.
Led lights on port 2 is always on green
I have lot of message:
[ 576.490000] br-lan: received packet on eth1 with own address as source address
[ 577.200000] br-lan: received packet on eth1 with own address as source address
[ 578.940000] br-lan: received packet on eth1 with own address as source address
[ 579.760000] br-lan: received packet on eth1 with own address as source address
[ 580.320000] br-lan: received packet on eth1 with own address as source address
ifconfig:
br-lan Link encap:Ethernet HWaddr 10:FE:ED:90:B0:AE
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::12fe:edff:fe90:b0ae/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:59 errors:0 dropped:0 overruns:0 frame:0
TX packets:94 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6624 (6.4 KiB) TX bytes:11592 (11.3 KiB)
eth0 Link encap:Ethernet HWaddr 10:FE:ED:90:B0:AD
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:4
eth1 Link encap:Ethernet HWaddr 10:FE:ED:90:B0:AE
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2957 errors:0 dropped:40 overruns:0 frame:0
TX packets:773 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:697327 (680.9 KiB) TX bytes:77891 (76.0 KiB)
Interrupt:5
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:3094 errors:0 dropped:0 overruns:0 frame:0
TX packets:3094 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:214342 (209.3 KiB) TX bytes:214342 (209.3 KiB)
wlan0 Link encap:Ethernet HWaddr 10:FE:ED:90:B0:AE
inet6 addr: fe80::12fe:edff:fe90:b0ae/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:13 errors:0 dropped:0 overruns:0 frame:0
TX packets:171 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2378 (2.3 KiB) TX bytes:18380 (17.9 KiB)
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 globals 'globals'
option ula_prefix 'fd7c:73d7:aa3f::/48'
config interface 'lan'
option ifname 'eth1'
option force_link '1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option ifname 'eth0'
option proto 'dhcp'
config interface 'wan6'
option ifname 'eth0'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 4'
Do you have any idea how I could solve it ?