I am trying pppoe client mode under vyos 1.3 rolling.
As minimum config I set following configuration for pppoe1
‘set interface pppoe pppoe1 connect-on-demand’
‘set interface pppoe pppoe1 ipv6 enable’
‘set interface pppoe pppoe1 source-interface eth0’
when I do commit, there is no complaint. But pppd does not start.
When I tried to start it manually using command
‘sudo pppd call pppoe1’
pppd complains as
“pppd: local/remote LL address required for demand-dialling”
I verified the configuration file as this do input option
‘ipv6cp-use-ipaddr’
but still pppd do not start
Anyone have any idea, to resolve this ??
I can manually put local and remote address in the configuration file by
ipv6 ::dead:beef,::dead:beef
but I don`t want to use this option as I will have to generate mac address/s each time.
Please, help me if anyone has different idea to solve this.
Thank you