#13072: ag71xx WNDR3700 slow vlan routing
-----------------------+--------------------------------------------
  Reporter:  severn@…  |      Owner:  developers
      Type:  defect    |     Status:  reopened
  Priority:  normal    |  Milestone:  Barrier Breaker 14.07
 Component:  kernel    |    Version:  Attitude Adjustment 12.09 Beta
Resolution:            |   Keywords:
-----------------------+--------------------------------------------

Comment (by anonymous):

 I never messed around with anything. Youre mistaken me with the other
 three anons talking here. And I dont think he meant you (anon). wndr3800
 ...


 {{{

 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 type 'bridge'
         option proto 'static'
         option netmask '255.255.255.0'
         option ip6assign '64'
         option ipaddr '10.0.0.201'
         option _orig_ifname 'eth0.1 wlan0 wlan1'
         option _orig_bridge 'true'
         option ifname 'eth0.1'

 config interface 'wan'
         option _orig_ifname 'eth1'
         option _orig_bridge 'false'
         option ifname 'eth1'
         option proto 'static'
         option netmask '255.255.255.0'
         option dns '8.8.8.8 8.8.4.4'
         option ipaddr '10.0.1.201'
         option gateway '10.0.1.203'
         option delegate '0'

 config interface 'wan6'
         option ifname '@wan'
         option proto 'dhcpv6'

 config globals 'globals'
         option ula_prefix 'fdd9:7b88:29a8::/48'

 config switch
         option name 'rtl8366s'
         option reset '1'
         option enable_vlan '1'
         option blinkrate '2'

 config switch_vlan
         option device 'rtl8366s'
         option vlan '1'
         option ports '0 1 2 3 5t'

 config switch_port
         option device 'rtl8366s'
         option port '1'
         option led '6'

 config switch_port
         option device 'rtl8366s'
         option port '2'
         option led '9'

 config switch_port
         option device 'rtl8366s'
         option port '5'
         option led '2'

 config interface 'vpn1'
         option proto 'static'
         option ifname 'tun0'
         option auto '0'
         option delegate '0'

 config interface 'vpn2'
         option proto 'static'
         option ifname 'tun1'
         option auto '0'
         option delegate '0'

 config interface 'vpn3'
         option proto 'static'
         option auto '0'
         option _orig_ifname 'tap0'
         option _orig_bridge 'false'
         option ifname 'tap0'
         option delegate '0'
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/13072#comment:80>
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