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

Configure services to be on automatically #2

Open
luisblitzmind opened this issue Jan 29, 2025 · 1 comment
Open

Configure services to be on automatically #2

luisblitzmind opened this issue Jan 29, 2025 · 1 comment

Comments

@luisblitzmind
Copy link

Hi, first congratulations, this is an amazing tool , so glad I found it.
Is there a way to turn on services , for example, on a server, I can make it a DHCP server and even have a pool of ip's, but can't figure out how to auto start the dhcp service on it , is it possible?
Thank you!

@kimmknight
Copy link
Owner

kimmknight commented Jan 30, 2025

Thanks for the feedback! Glad the tool has been interesting/helpful.

It would be great to be able to configure server services with PT Builder, but a fair bit of work to add that functionality.

I had a quick tinker and found it can be done with a native PT function:

ipc.network().getDevice("Server0").getProcess("DhcpServerMain").getDhcpServerProcessByPortName("FastEthernet0").setEnable(true)

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

2 participants