root@{{hostname}}:~ # ps x | grep "dhcp6c"74604 - Ss 0:00.05 /usr/local/sbin/dhcp6c -D -c /var/etc/dhcp6c_wan.conf -p /var/run/dhcp6c_pppoe0.pid pppoe079106 - Ss 0:00.04 /usr/local/sbin/dhcp6c -D -c /var/etc/dhcp6c_wan.conf -p /var/run/dhcp6c_pppoe0.pid pppoe0
It worked out for me (deleting the custom value completely, leaving the field empty), i'm really curious if it does for you as well. Please report back
Code: [Select]root@{{hostname}}:~ # ps x | grep "dhcp6c"74604 - Ss 0:00.05 /usr/local/sbin/dhcp6c -D -c /var/etc/dhcp6c_wan.conf -p /var/run/dhcp6c_pppoe0.pid pppoe079106 - Ss 0:00.04 /usr/local/sbin/dhcp6c -D -c /var/etc/dhcp6c_wan.conf -p /var/run/dhcp6c_pppoe0.pid pppoe0I'm at loss what even to do next.It just feels so random. Every time I fix something, more problems come up.
sorry about that but them's the rules as they say.
The pid will be the same name, as that's the name created in the start command, the value of the pid is what counts and that's in the file itself.
# file /var/run/dhcp6c_pppoe0.pid/var/run/dhcp6c_pppoe0.pid: cannot open `/var/run/dhcp6c_pppoe0.pid' (No such file or directory)
When a new instance starts, it overwrites the PID file. I'll try and get the dhcp6c handling part of the PR pushed through over the next few days and that should see an end of this issue.
If you see two ( or more ) instances of dhcp6c use a kill -9 pid_value on all of the instances and restart the WAN interface.
However,, Franco pulled a couple of PR's this morning that should appear in 18.1_6, hopefully that should be the end of the problem.
My ISP (1&1 / Versanet) provides me VDSL via PPPoE dial-in. They only accept PPPoE traffic which is tagged as VLAN 7.So I created an interface for that (re1_vlan7) and used it for the PPP configuration (pppoe0). That resulted in the creation of the WAN interface.