#20484: setting PPPoE as connection method for 'wan' should set interface for
'wan6' too
------------------------+--------------------------
  Reporter:  anonymous  |      Owner:
      Type:  defect     |     Status:  reopened
  Priority:  high       |  Milestone:
 Component:  luci       |    Version:  Trunk
Resolution:             |   Keywords:  dhcpv6, ipv6
------------------------+--------------------------

Comment (by anonymous):

 it's a normal pppoe config.. used to work fine on rc3 (i kept the config
 files from rc2 there though.. only fixed the opkg.conf paths for rc3)

 now that CC...15.05 is final i used a clean firmware install and
 reconfigured the router from scratch without keeping any old config files.

 system type             : Qualcomm Atheros QCA9558 ver 1 rev 0
 machine                 : TP-LINK TL-WR1043ND v2


 and /etc/config/network looks quite normal after changing wan6 ... i use
 192.168.0.1 instead of the default 192.168.1.1 router address. Since
 opening the ticket i changed reqaddress from "try" to "force"...i want to
 see if it works better this way.

 Also, i assigned the wireless to be on a separate subnet than the wired
 network, and added firewall rules to block traffic from wireless to the
 internal network. The wireless subnet is ipv4-only (i disabled ipv6 on
 wireless).


 config interface 'lan'
         option ifname 'eth1'
         option force_link '1'
         option type 'bridge'
         option proto 'static'
         option netmask '255.255.255.0'
         option stp '1'
         option ipaddr '192.168.0.1'
         option ip6assign '64'

 config interface 'wan'
         option ifname 'eth0'
         option _orig_ifname 'eth0'
         option _orig_bridge 'false'
         option proto 'pppoe'
         option username '----pppoe username-here---'
         option password '----my-pppoe-passwd----'
         option ipv6 '1'
         option peerdns '0'
         option dns '213.154.124.1 193.231.252.1 8.8.8.8 8.8.4.4'

 config interface 'wan6'
         option ifname '@wan'
         option _orig_ifname '@wan'
         option _orig_bridge 'false'
         option proto 'dhcpv6'
         option reqprefix 'auto'
         option reqaddress 'force'

 config interface 'WiFiNet'
         option _orig_ifname 'radio0.network1'
         option _orig_bridge 'false'
         option proto 'static'
         option ipaddr '192.168.150.1'
         option netmask '255.255.255.0'
         option delegate '0'

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