Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DHCP Client auto-run #1

Open
ironiridis opened this issue Nov 21, 2024 · 0 comments
Open

DHCP Client auto-run #1

ironiridis opened this issue Nov 21, 2024 · 0 comments

Comments

@ironiridis
Copy link

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";
  }
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant