武汉E信 IPV6 拨号方法 - miao1007/Openwrt-NetKeeper GitHub Wiki
##协议原理
ds_lite,将IPv4数据封装在IPv6中进行ppp拨号,需要@exin_ds_lite
后缀
##设置
config globals 'globals'
option ula_prefix 'auto'
config interface 'wan'
option proto 'pppoe'
option ifname 'eth0.2'
option pppd_options 'plugin wuhan_sxplugin.so'
option username 'xxxxxx@exin_ds_lite'
option password 'xxxxxx'
config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
config interface 'whds'
option proto 'dslite'
option peeraddr '240e:d:1000::ffff:1'