On 2014-02-08 14:44, Randy Bush wrote: >> 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 > pppoe-wan6 Link encap:Point-to-Point Protocol > inet addr:210.138.216.50 Oh dear =).
(a) Are we sure that the noip option is really getting into any generated or piped config/cmdline that ends up with the pppd, and that this is a correct parameter for the included version of pppd? On my 10.03.1 system, pppd seems to run with a huge cmdline which can be read by finding the process in ps and then cat /proc/579/cmdline | xargs -0 echo where '579' should be the actual PID of pppd. HOWEVER, I also have /etc/ppp/options with the extra "+ipv6" line on the end of it, which is also read, not just the cmdline. Might need to look in pppd in source tree to get the help. (b) A fundamental question, I was trying to ask, was:- Is there some way of the network-side 'distinguishing' the PPPoE sessions? maybe they use a different username on each? --Simon _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
