You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't appear to be possible with the PPPoE interface that CenturyLink DSL requires, but their Quantum Fiber service uses plain DHCP in a particular VLAN. It might be useful to note this as a possible option for those of us picking up an IPv4 this way, rather than running every 5 minutes.
It should be possible to paste this or something similar into the Script field in the Advanced section of the DHCP Client:
{
:if ($bound = 1) do={
:delay 3s;
:log info "Running 6rd script";
/system script run script-6rd-centurylink
:log info "After 6rd script";
}
}
The text was updated successfully, but these errors were encountered:
It doesn't appear to be possible with the PPPoE interface that CenturyLink DSL requires, but their Quantum Fiber service uses plain DHCP in a particular VLAN. It might be useful to note this as a possible option for those of us picking up an IPv4 this way, rather than running every 5 minutes.
It should be possible to paste this or something similar into the
Script
field in theAdvanced
section of the DHCP Client:The text was updated successfully, but these errors were encountered: