#17707: TPLINK 8970 OPENWRT VDSL2  cant connect
----------------------+-----------------------------------
  Reporter:  decks@…  |      Owner:
      Type:  defect   |     Status:  new
  Priority:  normal   |  Milestone:  Barrier Breaker 14.07
 Component:  luci     |    Version:  Trunk
Resolution:           |   Keywords:
----------------------+-----------------------------------

Comment (by anonymous):

 like this should be ok ??

 please check LOGS cause i changed some times from PPPOA to PPPOE


 {{{in 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 'fd17:afba:5e06::/48'

 config interface 'lan'
 option ifname 'eth0'
 option type 'bridge'
 option proto 'static'
 option ipaddr '192.168.1.1'
 option netmask '255.255.255.0'
 option ip6assign '60'
 option macaddr 'c0:4a:00:5a:9f:9c'

 config atm-bridge 'atm'
 option vpi '0'
 option vci '35'
 option encaps 'llc'
 option payload 'bridged'

 config interface 'wan'
 option _orig_ifname 'nas0'
 option _orig_bridge 'false'
 option proto 'pppoa'
 option encaps 'vc'
 option atmdev '0'
 option vci '35'
 option vpi '0'
 option username 'neostrada.pl'
 option password 'a'

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

 config vdsl 'dsl'
 option annex 'a'
 option firmware '/lib/firmware/vdsl.bin'
 option tone 'av'
 option xfer_mode 'atm'




 }}}

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