> Is there some way of the network-side 'distinguishing'
> the PPPoE sessions? maybe they use a different username
> on each?
i have done that just a couple of hours ago.
so now i am not getting an ipv4 address on wan6. i am also not getting
an ipv6 address.
it turns out ntt wants this wonderful custom hcp hack, dhcpv6-pd.
luckily the wide-dhcpv6 has it. so i now have
config dnsmasq
option domainneeded '1'
option boguspriv '1'
option localise_queries '1'
option rebind_protection '1'
option rebind_localhost '1'
option local '/lan/'
option domain 'lan'
option expandhosts '1'
option authoritative '1'
option readethers '1'
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
option notinterface 'pppoe-wan'
config dhcp 'lan'
option interface 'lan'
option start '100'
option leasetime '12h'
option force '1'
option limit '50'
option dhcpv6 'hybrid'
option ra 'hybrid'
option ndp 'hybrid'
config dhcp 'wan'
option interface 'wan'
option ignore '1'
config dhcp 'wan6'
option interface 'wan6'
option dhcpv6 'hybrid'
option ra 'hybrid'
option ndp 'hybrid'
option master '1'
option ignore '1'
# option pppd_options 'noip'
config dhcp6c 'basic'
option enabled '1'
option interface 'wan6'
option pd '1'
option domain_name_servers '1'
config interface 'lan'
option enabled '1'
option sla_id '0'
option sla_len '0'
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users