Where do I start with replacing the whole MS AD stack
-
Re: What Are You Doing Right Now
@Donahue said in What Are You Doing Right Now:
Where do I start with replacing the whole AD/DHCP/DNS stack for managing windows machines? I'm locked in to windows desktop OS for the foreseeable future, but I dont need to be dependent on them for everything else. I can see the next generation of services not using windows server in anyway, with SQL being able to be run from linux or windows 10, and something like Nextcloud running the file server.
Start with DHCP and DNS.
Those are easy, low hanging fruit.First DHCP, because it is tied to nothing.
Second DNS. You need to have your DNS use your AD server as it's forwarder, but everything else can look at your DNS.
-
@JaredBusch said in Where do I start with replacing the whole MS AD stack:
Re: What Are You Doing Right Now
@Donahue said in What Are You Doing Right Now:
Where do I start with replacing the whole AD/DHCP/DNS stack for managing windows machines? I'm locked in to windows desktop OS for the foreseeable future, but I dont need to be dependent on them for everything else. I can see the next generation of services not using windows server in anyway, with SQL being able to be run from linux or windows 10, and something like Nextcloud running the file server.
Start with DHCP and DNS.
Those are easy, low hanging fruit.First DHCP, because it is tied to nothing.
Second DNS. You need to have your DNS use your AD server as it's forwarder, but everything else can look at your DNS.
I know those are the low hanging fruit, but what I dont know is how much AD want to have DHCP and DNS under it's umbrella. I know I used to have AD by itself, with DHCP on the router and no internal DNS. Everything has seems to work better since I tied them all together.
-
what I need to look up is what to run for internal DNS. This whole thing is stupid and makes me hate MS licensing even more.
-
@Donahue said in Where do I start with replacing the whole MS AD stack:
@JaredBusch said in Where do I start with replacing the whole MS AD stack:
Re: What Are You Doing Right Now
@Donahue said in What Are You Doing Right Now:
Where do I start with replacing the whole AD/DHCP/DNS stack for managing windows machines? I'm locked in to windows desktop OS for the foreseeable future, but I dont need to be dependent on them for everything else. I can see the next generation of services not using windows server in anyway, with SQL being able to be run from linux or windows 10, and something like Nextcloud running the file server.
Start with DHCP and DNS.
Those are easy, low hanging fruit.First DHCP, because it is tied to nothing.
Second DNS. You need to have your DNS use your AD server as it's forwarder, but everything else can look at your DNS.
I know those are the low hanging fruit, but what I dont know is how much AD want to have DHCP and DNS under it's umbrella. I know I used to have AD by itself, with DHCP on the router and no internal DNS. Everything has seems to work better since I tied them all together.
Your problem
no internal DNS
I specifically stated in my post that you have to handle that.
Only fixing the DNS fixed your problems.
-
Why would you have no internal dns?
-
@JaredBusch said in Where do I start with replacing the whole MS AD stack:
@Donahue said in Where do I start with replacing the whole MS AD stack:
@JaredBusch said in Where do I start with replacing the whole MS AD stack:
Re: What Are You Doing Right Now
@Donahue said in What Are You Doing Right Now:
Where do I start with replacing the whole AD/DHCP/DNS stack for managing windows machines? I'm locked in to windows desktop OS for the foreseeable future, but I dont need to be dependent on them for everything else. I can see the next generation of services not using windows server in anyway, with SQL being able to be run from linux or windows 10, and something like Nextcloud running the file server.
Start with DHCP and DNS.
Those are easy, low hanging fruit.First DHCP, because it is tied to nothing.
Second DNS. You need to have your DNS use your AD server as it's forwarder, but everything else can look at your DNS.
I know those are the low hanging fruit, but what I dont know is how much AD want to have DHCP and DNS under it's umbrella. I know I used to have AD by itself, with DHCP on the router and no internal DNS. Everything has seems to work better since I tied them all together.
Your problem
no internal DNS
I specifically stated in my post that you have to handle that.
Only fixing the DNS fixed your problems.
I know I needed internal DNS, and that was what resolved most of my issues. But I was asking where to start with getting some other internal DNS setup.
I guess I didnt understand your post when you saidSecond DNS. You need to have your DNS use your AD server as it's forwarder, but everything else can look at your DNS.
-
So first, you setup your DHCP up on your non Windows Server device.
Router, pfSense, WTF ever.
But you set it up so that the DNS it hands to the clients is the Windows server.
At that point, DHCP is migrated.
-
@DustinB3403 said in Where do I start with replacing the whole MS AD stack:
Why would you have no internal dns?
We used to only use public external DNS because we didn't have servers at all. When we first got our servers, I didnt really know what DNS was and we ran for while with no internal DNS, but there were lots of issues as you can imagine.
-
@JaredBusch said in Where do I start with replacing the whole MS AD stack:
So first, you setup your DHCP up on your non Windows Server device.
Router, pfSense, WTF ever.
But you set it up so that the DNS it hands to the clients is the Windows server.
At that point, DHCP is migrated.
no, I got that. But simply using windows DNS as a service requires the CAL. I need to run some other DNS server.
-
@Donahue said in Where do I start with replacing the whole MS AD stack:
@JaredBusch said in Where do I start with replacing the whole MS AD stack:
So first, you setup your DHCP up on your non Windows Server device.
Router, pfSense, WTF ever.
But you set it up so that the DNS it hands to the clients is the Windows server.
At that point, DHCP is migrated.
no, I got that. But simply using windows DNS as a service requires the CAL. I need to run some other DNS server.
Centos, Fedora, Ubuntu. .
-
@Donahue said in Where do I start with replacing the whole MS AD stack:
@JaredBusch said in Where do I start with replacing the whole MS AD stack:
So first, you setup your DHCP up on your non Windows Server device.
Router, pfSense, WTF ever.
But you set it up so that the DNS it hands to the clients is the Windows server.
At that point, DHCP is migrated.
no, I got that. But simply using windows DNS as a service requires the CAL. I need to run some other DNS server.
One thing at a time. Changing all the pieces at once is a good way to break your shit, again.
-
@DustinB3403 said in Where do I start with replacing the whole MS AD stack:
Why would you have no internal dns?
LANless? Other than being a cache, often no need for internal DNS.
-
Once your DHCP is all fixed, then you can move on to DNS.
Unless you have a need for a fully managed DNS system with a fuck ton of records, I recommend just using the system that is doing the DHCP. Router, pfSense, WTF ever.
Here is how I do it at a remote site for a client that has IPSEC between their sites.
This is the config in their ER4
10.1.1.4 is the Windows AD server.
So the router looks to that first. The options also tell it to know thatdomain
anddomain.local
are 10.1.1.4 -
@scottalanmiller said in Where do I start with replacing the whole MS AD stack:
@DustinB3403 said in Where do I start with replacing the whole MS AD stack:
Why would you have no internal dns?
LANless? Other than being a cache, often no need for internal DNS.
Unrelated to this discussion.
-
Like @JaredBusch keeps saying, start with DHCP because that's the easiest. When I was moving away from AD, DHCP was the first thing I started with. Just document any DHCP settings like reservation, network booting and so on.
-
Once you setup DNS, you can manually set your DNS On a test workstation to point to the new system and make sure everything works as expected.
Then you update your DHCP to hand out that IP as the DNS.
-
I am in the middle of changing all my DHCP stuff, which is what prompted this whole thing. I want to switch over to reservations for everything, but it got me thinking about CALs, and it all snowballed from there.
-
@Donahue said in Where do I start with replacing the whole MS AD stack:
I am in the middle of changing all my DHCP stuff, which is what prompted this whole thing. I want to switch over to reservations for everything, but it got me thinking about CALs, and it all snowballed from there.
Well first, you don't change anything.
Get it cleaned up and in a known good working state.
-
@JaredBusch said in Where do I start with replacing the whole MS AD stack:
You need to have your DNS use your AD server as it's forwarder, but everything else can look at your DNS.
How will this affect licensing? Do you only need one CAL for that DNS server, since it's the only thing actually talking to the server? Interesting work-around to MS licensing.
-
@JaredBusch said in Where do I start with replacing the whole MS AD stack:
Unless you have a need for a fully managed DNS system with a fuck ton of records, I recommend just using the system that is doing the DHCP. Router, pfSense, WTF ever.
I've got just our 50 or so workstations and then our servers as records. I don't need much.