>>> 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.
> You have done a ??that?? -- as in  found out something?

that referring to the previous sentence, have different user
names for the two pppoe sessions

> Maybe the fact that one session requests ipv4 and the
>   other doesn't, or something...  is all they need...

i was unable to disable v4 negotiation until there was the
different user name

>> so now i am not getting an ipv4 address on wan6.  i am
>> also not getting an ipv6 address.

root@wrt-tokyo:~# ps | grep ppp
14811 root      1608 S    /usr/sbin/pppd nodetach ipparam wan6 ifname pppoe-wa
14835 root      1608 S    /usr/sbin/pppd nodetach ipparam wan ifname pppoe-wan
15281 root         8 R    {ash} grep ppp

root@wrt-tokyo:~# cat /proc/14811/cmdline | xargs -0 echo
/usr/sbin/pppd nodetach ipparam wan6 ifname pppoe-wan6 +ipv6 nodefaultroute 
usepeerdns persist maxfail 1 user userid-secret password password-secret 
ip-up-script /lib/netifd/ppp-up ipv6-up-script /lib/netifd/ppp-up 
ip-down-script /lib/netifd/ppp-down ipv6-down-script /lib/netifd/ppp-down mtu 
1492 mru 1492 plugin rp-pppoe.so nic-eth1

and, for comparison

root@wrt-tokyo:~# cat /proc/14835/cmdline | xargs -0 echo
/usr/sbin/pppd nodetach ipparam wan ifname pppoe-wan nodefaultroute usepeerdns 
persist maxfail 1 user userid-secret password  ip-up-script /lib/netifd/ppp-up 
ipv6-up-script /lib/netifd/ppp-up ip-down-script /lib/netifd/ppp-down 
ipv6-down-script /lib/netifd/ppp-down mtu 1492 mru 1492 plugin rp-pppoe.so 
nic-eth1
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to