M
M
Michael2017-09-15 14:34:15
Computer networks
Michael, 2017-09-15 14:34:15

Why is there no ping between networks?

There is LEDE project on TP-link wr-942n.
I want to use 2 LAN ports for one network, and 2 LAN for another.
Lifted networks, I ping the interface. But I do not ping hosts between networks, although there are routes. What could be the reason?
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.6.30 0.0.0.0 UG 0 0 0 eth0
10.80.0.0 * 255.255.255.0 U 0 0 0 eth1.10
192.168.1.0 * 255.255.255.0 U 0 0 0 br -lan
192.168.6.0 * 255.255.255.0 U 0 0 0 eth0
192.168.6.30 * 255.255.255.255 UH 0 0 0 eth0
[email protected]:/etc/config# cat 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 'fdfa: 5209:ba5e::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth1.1'
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 switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option vid '1'
option ports '0t 1 4'
config interface 'test'
option proto 'static'
option ipaddr '10.80.0.1'
option netmask '255.255.255.0'
option broadcast '10.80.0.255'
option _orig_ifname 'eth1.1'
option _orig_bridge 'false'
option ifname 'eth1.10'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '0t 2 3'
option vid '10'

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question