> Try adding
>   option pppd_options "noip"
> to your wan6 interface.

same result, including getting an ipv4 address :(

pppoe-wan Link encap:Point-to-Point Protocol  
          inet addr:210.138.216.50  P-t-P:210.149.34.94  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1454  Metric:1
          RX packets:17 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:2185 (2.1 KiB)  TX bytes:54 (54.0 B)

pppoe-wan6 Link encap:Point-to-Point Protocol  
          inet addr:210.138.216.50  P-t-P:210.149.34.70  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1454  Metric:1
          RX packets:3 errors:0 dropped:0 overruns:0 frame:0
          TX packets:50 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:54 (54.0 B)  TX bytes:4432 (4.3 KiB)


config dhcp 'wan'
        option interface 'wan'
        option ignore '1'

config dhcp 'wan6'
        option dhcpv6 'hybrid'
        option ra 'hybrid'
        option ndp 'hybrid'
        option master '1'
        option defaultroute '0'
        option ignore '1'
        option pppd_options 'noip'

randy
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to