Offline Windows DHCPHow do I wire a Windows network? Active Directory/DNS/DHCP ServerDNS, DHCP, FILESERVER transition from W2003 to W2008R2 DC'sip-helper forwarded DHCP request not reaching DHCP serverDHCP is assigning existing static ipChanging DHCP server on Network ramifications?DHCP and infrastructureWindows RRAS VPN failing to set options on Mac L2TP clients due to DHCP relay discarding packetsMoving from a dual ISP set up to a single ISP facility with mixed IP handling (DHCP with Static IPs)How to add Windows 2019 server to 2008 R2 and migrate DCWindows Server 2019 - Certificate with private key export, encryption type
Does Disney no longer produce hand-drawn cartoon films?
Why not invest in precious metals?
I have a problematic assistant manager, but I can't fire him
Arriving at the same result with the opposite hypotheses
Which languages would be most useful in Europe at the end of the 19th century?
How to handle (one's own) self-harm scars (on the arm), in a work environment?
Is it possible to fly backward if you have REALLY STRONG headwind?
How can I get an unreasonable manager to approve time off?
Can I utilise a baking stone to make crepes?
Second (easy access) account in case my bank screws up
If I leave the US through an airport, do I have to return through the same airport?
Heap allocation on microcontroller
Is an entry level DSLR going to shoot nice portrait pictures?
A map of non-pathological topology?
The colon does not align with the vdots
Live action TV show where High school Kids go into the virtual world and have to clear levels
Wooden cooking layout
Are there any important biographies of nobodies?
US doctor working in Tripoli wants me to open online account
What aircraft was used as Air Force One for the flight between Southampton and Shannon?
Who enforces MPAA rating adherence?
Is it possible for a vehicle to be manufactured without a catalytic converter?
Meaning of 'lose their grip on the groins of their followers'
How to hide rifle during medieval town entrance inspection?
Offline Windows DHCP
How do I wire a Windows network? Active Directory/DNS/DHCP ServerDNS, DHCP, FILESERVER transition from W2003 to W2008R2 DC'sip-helper forwarded DHCP request not reaching DHCP serverDHCP is assigning existing static ipChanging DHCP server on Network ramifications?DHCP and infrastructureWindows RRAS VPN failing to set options on Mac L2TP clients due to DHCP relay discarding packetsMoving from a dual ISP set up to a single ISP facility with mixed IP handling (DHCP with Static IPs)How to add Windows 2019 server to 2008 R2 and migrate DCWindows Server 2019 - Certificate with private key export, encryption type
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
My company is needing to switch over from our current DHCP server to building out a new virtual machine Windows 2016/2019 DHCP server.
The question I have is, can I build the server and configure the service, without enabling it until we decide to make the cutover - aka leave it in an offline state and flip the switch when we're ready? Our existing DHCP is on our firewall appliance and I'm not sure how well the database will export/import into Windows DHCP service. So we're thinking this will be built from scratch.
I've stood up DHCP service before but never in an existing environment.
windows-server-2012-r2 dhcp windows-server-2016 dhcp-server windows-server-2019
add a comment |
My company is needing to switch over from our current DHCP server to building out a new virtual machine Windows 2016/2019 DHCP server.
The question I have is, can I build the server and configure the service, without enabling it until we decide to make the cutover - aka leave it in an offline state and flip the switch when we're ready? Our existing DHCP is on our firewall appliance and I'm not sure how well the database will export/import into Windows DHCP service. So we're thinking this will be built from scratch.
I've stood up DHCP service before but never in an existing environment.
windows-server-2012-r2 dhcp windows-server-2016 dhcp-server windows-server-2019
2
Yes. Don't authorize it in AD (if used), block the port on the firewall and / or just don't start the DHCP-server-service until you are ready. As this is a VM, you can even disable networking completely for the setup.
– Lenniey
May 23 at 16:17
I think the last suggestion will be the path I'll take. Sounds the most simple. Thanks for the response back. I was getting some pushback from others on the team who felt I needed to wait and set everything up over the weekend and deploy it all at once. Really wanted to get 3rd party, unbiased, advice.
– David
May 23 at 19:20
add a comment |
My company is needing to switch over from our current DHCP server to building out a new virtual machine Windows 2016/2019 DHCP server.
The question I have is, can I build the server and configure the service, without enabling it until we decide to make the cutover - aka leave it in an offline state and flip the switch when we're ready? Our existing DHCP is on our firewall appliance and I'm not sure how well the database will export/import into Windows DHCP service. So we're thinking this will be built from scratch.
I've stood up DHCP service before but never in an existing environment.
windows-server-2012-r2 dhcp windows-server-2016 dhcp-server windows-server-2019
My company is needing to switch over from our current DHCP server to building out a new virtual machine Windows 2016/2019 DHCP server.
The question I have is, can I build the server and configure the service, without enabling it until we decide to make the cutover - aka leave it in an offline state and flip the switch when we're ready? Our existing DHCP is on our firewall appliance and I'm not sure how well the database will export/import into Windows DHCP service. So we're thinking this will be built from scratch.
I've stood up DHCP service before but never in an existing environment.
windows-server-2012-r2 dhcp windows-server-2016 dhcp-server windows-server-2019
windows-server-2012-r2 dhcp windows-server-2016 dhcp-server windows-server-2019
asked May 23 at 15:57
DavidDavid
418
418
2
Yes. Don't authorize it in AD (if used), block the port on the firewall and / or just don't start the DHCP-server-service until you are ready. As this is a VM, you can even disable networking completely for the setup.
– Lenniey
May 23 at 16:17
I think the last suggestion will be the path I'll take. Sounds the most simple. Thanks for the response back. I was getting some pushback from others on the team who felt I needed to wait and set everything up over the weekend and deploy it all at once. Really wanted to get 3rd party, unbiased, advice.
– David
May 23 at 19:20
add a comment |
2
Yes. Don't authorize it in AD (if used), block the port on the firewall and / or just don't start the DHCP-server-service until you are ready. As this is a VM, you can even disable networking completely for the setup.
– Lenniey
May 23 at 16:17
I think the last suggestion will be the path I'll take. Sounds the most simple. Thanks for the response back. I was getting some pushback from others on the team who felt I needed to wait and set everything up over the weekend and deploy it all at once. Really wanted to get 3rd party, unbiased, advice.
– David
May 23 at 19:20
2
2
Yes. Don't authorize it in AD (if used), block the port on the firewall and / or just don't start the DHCP-server-service until you are ready. As this is a VM, you can even disable networking completely for the setup.
– Lenniey
May 23 at 16:17
Yes. Don't authorize it in AD (if used), block the port on the firewall and / or just don't start the DHCP-server-service until you are ready. As this is a VM, you can even disable networking completely for the setup.
– Lenniey
May 23 at 16:17
I think the last suggestion will be the path I'll take. Sounds the most simple. Thanks for the response back. I was getting some pushback from others on the team who felt I needed to wait and set everything up over the weekend and deploy it all at once. Really wanted to get 3rd party, unbiased, advice.
– David
May 23 at 19:20
I think the last suggestion will be the path I'll take. Sounds the most simple. Thanks for the response back. I was getting some pushback from others on the team who felt I needed to wait and set everything up over the weekend and deploy it all at once. Really wanted to get 3rd party, unbiased, advice.
– David
May 23 at 19:20
add a comment |
1 Answer
1
active
oldest
votes
The question I have is, can I build the server and configure the
service, without enabling it until we decide to make the cutover - aka
leave it in an offline state and flip the switch when we're ready?
Yes. Authorization need not come into play at all (and is only relevant id the DHCP server is AD domain joined). Authorize it or don't, the solution is below:
Create your DHCP scope. Configure your server/scope options, reservations, and anything else you need to configure. Then DO NOT activate the scope. The DHCP server will do nothing until you activate the scope.
Thanks for the suggestion. I might try both options, just to play it safe. The last thing I want to do is become the guy that DOS's my userbase because I did something wrong. :)
– David
May 23 at 22:59
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f968591%2foffline-windows-dhcp%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The question I have is, can I build the server and configure the
service, without enabling it until we decide to make the cutover - aka
leave it in an offline state and flip the switch when we're ready?
Yes. Authorization need not come into play at all (and is only relevant id the DHCP server is AD domain joined). Authorize it or don't, the solution is below:
Create your DHCP scope. Configure your server/scope options, reservations, and anything else you need to configure. Then DO NOT activate the scope. The DHCP server will do nothing until you activate the scope.
Thanks for the suggestion. I might try both options, just to play it safe. The last thing I want to do is become the guy that DOS's my userbase because I did something wrong. :)
– David
May 23 at 22:59
add a comment |
The question I have is, can I build the server and configure the
service, without enabling it until we decide to make the cutover - aka
leave it in an offline state and flip the switch when we're ready?
Yes. Authorization need not come into play at all (and is only relevant id the DHCP server is AD domain joined). Authorize it or don't, the solution is below:
Create your DHCP scope. Configure your server/scope options, reservations, and anything else you need to configure. Then DO NOT activate the scope. The DHCP server will do nothing until you activate the scope.
Thanks for the suggestion. I might try both options, just to play it safe. The last thing I want to do is become the guy that DOS's my userbase because I did something wrong. :)
– David
May 23 at 22:59
add a comment |
The question I have is, can I build the server and configure the
service, without enabling it until we decide to make the cutover - aka
leave it in an offline state and flip the switch when we're ready?
Yes. Authorization need not come into play at all (and is only relevant id the DHCP server is AD domain joined). Authorize it or don't, the solution is below:
Create your DHCP scope. Configure your server/scope options, reservations, and anything else you need to configure. Then DO NOT activate the scope. The DHCP server will do nothing until you activate the scope.
The question I have is, can I build the server and configure the
service, without enabling it until we decide to make the cutover - aka
leave it in an offline state and flip the switch when we're ready?
Yes. Authorization need not come into play at all (and is only relevant id the DHCP server is AD domain joined). Authorize it or don't, the solution is below:
Create your DHCP scope. Configure your server/scope options, reservations, and anything else you need to configure. Then DO NOT activate the scope. The DHCP server will do nothing until you activate the scope.
answered May 23 at 21:59
joeqwertyjoeqwerty
97.6k466149
97.6k466149
Thanks for the suggestion. I might try both options, just to play it safe. The last thing I want to do is become the guy that DOS's my userbase because I did something wrong. :)
– David
May 23 at 22:59
add a comment |
Thanks for the suggestion. I might try both options, just to play it safe. The last thing I want to do is become the guy that DOS's my userbase because I did something wrong. :)
– David
May 23 at 22:59
Thanks for the suggestion. I might try both options, just to play it safe. The last thing I want to do is become the guy that DOS's my userbase because I did something wrong. :)
– David
May 23 at 22:59
Thanks for the suggestion. I might try both options, just to play it safe. The last thing I want to do is become the guy that DOS's my userbase because I did something wrong. :)
– David
May 23 at 22:59
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f968591%2foffline-windows-dhcp%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Yes. Don't authorize it in AD (if used), block the port on the firewall and / or just don't start the DHCP-server-service until you are ready. As this is a VM, you can even disable networking completely for the setup.
– Lenniey
May 23 at 16:17
I think the last suggestion will be the path I'll take. Sounds the most simple. Thanks for the response back. I was getting some pushback from others on the team who felt I needed to wait and set everything up over the weekend and deploy it all at once. Really wanted to get 3rd party, unbiased, advice.
– David
May 23 at 19:20