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

Add DHCP options in GUI #1006

Closed
CoolAEW opened this issue Dec 10, 2023 · 4 comments
Closed

Add DHCP options in GUI #1006

CoolAEW opened this issue Dec 10, 2023 · 4 comments

Comments

@CoolAEW
Copy link
Contributor

CoolAEW commented Dec 10, 2023

Is your feature request related to a problem? Please describe.
We use Cisco IP phones that connect to a central FreePBX instance, we have a TFTP server with config files for the phones to provision from. To get this to work properly we have to SSH in to each node and add option 150 with the IP of the PBX. This config gets lost on fw updates.

Describe the solution you'd like
A way somewhere in the gui to add custom DHCP options.

Describe alternatives you've considered
Manually SSH into nodes and add DHCP options

Additional context
echo "dhcp-option=150,xx.xx.xx.xx" >> /etc/dnsmasq.conf
/etc/init.d/dnsmasq restart

@CoolAEW CoolAEW added the enhancement New feature or request label Dec 10, 2023
@aanon4
Copy link
Contributor

aanon4 commented Dec 11, 2023

Would an extra file you could add options to, and which is preserved across reboot and installs, suffice for now?

@aanon4
Copy link
Contributor

aanon4 commented Dec 11, 2023

Such as something like this #1007

@CoolAEW
Copy link
Contributor Author

CoolAEW commented Dec 11, 2023

That would be great to have, but a way to add options through GUI later would also be nice 👍

@aanon4
Copy link
Contributor

aanon4 commented Jan 23, 2024

#1073 might be what you're looking for.

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

No branches or pull requests

2 participants