ifconfig
br0 Link encap:Ethernet HWaddr b8:a3:86:6b:c7:3a
inet addr:192.168.1.6 Bcast:192.168.1.255 Mask:255.255.255.0
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:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr b8:a3:86:6b:c7:3a
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:16 Base address:0xa000
eth1 Link encap:Ethernet HWaddr c8:60:00:c8:ae:64
inet addr:192.168.2.6 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::ca60:ff:fec8:ae64/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:566849 errors:0 dropped:36 overruns:0 frame:0
TX packets:701400 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:86563191 (86.5 MB) TX bytes:818324774 (818.3 MB)
Interrupt:18 Memory:fb700000-fb720000
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
address 192.168.2.6
netmask 255.255.255.0
gateway 192.168.2.253
dns-nameservers 85.113.62.227 85.113.63.252 8.8.8.8
auto eth0
iface eth0 inet manual
auto br0
iface br0 inet static
address 192.168.1.6
netmask 255.255.255.0
bridge_ports eth0
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.2.253 0.0.0.0 UG 100 0 0 eth1
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 br0
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
подсеть 192.168.2.0 - пингуется без проблем, а вот 192.168.1.0 - вообще глухо: From 192.168.1.6 icmp_seq=3 Destination Host Unreachable
iptables - пустой. в чем может быть проблема?