Jump to content

Recommended Posts

Posted

Thanks, this was from my 15th March post that got moved:

 

Currently working on getting salt formulas working with pillars, trying to get salt to configure bind9. Then DHCP and apt-cache, and then creating client machines.

 

Got debian server to auto install, and saltstack setup, a simple push of a standard package is working.

 

Then openldap I assume, not used that before, advice welcome.

Posted

Thanks, I'll keep reading how to do it myself, for now anyway.

 

Wrote a small python script to convert a CSV of mac addresses and hostnames into a format for dhcp, although the saltstack formulas for that aren't great.

 

https://github.com/bechtoldt/saltstack-iscdhcp-formula seems to support RNDC, but can't get it working, while https://github.com/saltstack-formulas/dhcpd-formula doesn't.

 

Need some way to auto name clients as they network boot, thought dhcp reservations would be best

Posted
Thanks, I'll keep reading how to do it myself, for now anyway.

 

Well you can take the components that make up FreeIPA and DIY it.

 

Need some way to auto name clients as they network boot, thought dhcp reservations would be best

 

Don't forget you can send the hostname as a DHCP option.

Posted
do you mean send it from the client? or from the server? I'm thinking server, then hostnames are centralised and repeatable. Wonder if you can set a hostname but not an IP, don't see why not.
Posted
The problem is most clients ignore the option sent by the client. You are better off doing a client match in your dhcpd.conf based on the clientid, hardwareid or vendorid and giving out an ip on a separate range that has a matching set of pre generated dns hostnames in bind. That way it's irrelevant what the client calls itself.
  • 4 weeks later...
Posted
Chromebooks with google apps would be a much better idea I think. The US has already gone this way for a lot of school districts.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...