#19905: Openwrt does not use metric on systems with intel atom d525 and chipset
ich8m
---------------------------------+---------------------------------------
 Reporter:  aiello@…             |      Owner:  developers
     Type:  defect               |     Status:  new
 Priority:  normal               |  Milestone:
Component:  packages             |    Version:  Attitude Adjustment 12.09
 Keywords:  metric, atom, ich8m  |
---------------------------------+---------------------------------------
 (specifically i sue a lex twitter 3i525u , with atom d525 and chipset
 ich8m ). The system works (with 12.09 or 14.07), with openwrt x86 generic
 + all the packages containing usc/ata/scsi in the name.

 But if i have a configuration, in /etc/config/network , like:

 {{{
 config interface lan
   option ifname eth0
   option proto static
   option ipaddr 192.168.1.1
   option netmask 255.255.255.0

 config interface lan_a1
   option ifname eth0
   option proto static
   option ipaddr 172.22.1.1
   option netmask 255.255.255.0
   option metric 100
 }}}

 Then i can reach, with ping, systems in the network 192.168.1.1/24 but not
 in the network 172.22.1.1/24 , even using 'ping -I 172.22.1.1 172.22.1.3'

 The same applies if i use different interfaces but same destination.

 {{{
 config interface wan
   option ifname eth0
   option proto static
   option ipaddr 192.168.1.10
   option netmask 255.255.255.255
   option gateway 192.168.1.1

 config interface wan2
   option ifname eth1
   option proto static
   option ipaddr 172.22.1.10
   option netmask 255.255.255.255
   option gateway 172.22.1.1
   option metric 100
 }}}

 I can reach the internet through the wan, i can reach the gateway of the
 wan2 using ping -I eth1 172.22.1.1 , but ping -I eth1 8.8.8.8 (google dns)
 does not work.

 If i install debian on the same machine it works. I have no idea why with
 openwrt 12.09 or 14.07 it does not work.

--
Ticket URL: <https://dev.openwrt.org/ticket/19905>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to