Using Ubuntu 12.04 DHCP server to securely update DNS records in Active DirectoryDHCP server doesn't assign network dns to other hosts on my networkDHCP is mangling my PTR records in DNSubuntu 12.04 dhcp gateway serverHow do I perform maintenance on a master DNS/DHCP (BIND9/ISC-DHCP) Ubuntu server?Ubuntu 14.04 DHCP client not updating Windows DNSISC DHCP Different DNS Server For Different Client OSHow to configure dynamic DNS for IPv6 using bind and isc-dhcp-serverUsing Ubuntu Server machine as a DHCP and DNS server to forward URL's to IP addressesProblems setting up dnsmasq for DHCP/DNS on 16.04 serverRegister hostname in active directory DNS in 18.04
How could a planet have erratic days?
C++ check if statement can be evaluated constexpr
Does Doodling or Improvising on the Piano Have Any Benefits?
How to make money from a browser who sees 5 seconds into the future of any web page?
Why is the Sun approximated as a black body at ~ 5800 K?
Can a stoichiometric mixture of oxygen and methane exist as a liquid at standard pressure and some (low) temperature?
awk assign to multiple variables at once
Make a Bowl of Alphabet Soup
Why is the "ls" command showing permissions of files in a FAT32 partition?
Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?
Microchip documentation does not label CAN buss pins on micro controller pinout diagram
Why should universal income be universal?
Is there a RAID 0 Equivalent for RAM?
What kind of floor tile is this?
When were female captains banned from Starfleet?
What's the name of the logical fallacy where a debater extends a statement far beyond the original statement to make it true?
Pre-mixing cryogenic fuels and using only one fuel tank
Has any country ever had 2 former presidents in jail simultaneously?
Review your own paper in Mathematics
How many arrows is an archer expected to fire by the end of the Tyranny of Dragons pair of adventures?
Why Shazam when there is already Superman?
Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?
What does "Scientists rise up against statistical significance" mean? (Comment in Nature)
Why does this expression simplify as such?
Using Ubuntu 12.04 DHCP server to securely update DNS records in Active Directory
DHCP server doesn't assign network dns to other hosts on my networkDHCP is mangling my PTR records in DNSubuntu 12.04 dhcp gateway serverHow do I perform maintenance on a master DNS/DHCP (BIND9/ISC-DHCP) Ubuntu server?Ubuntu 14.04 DHCP client not updating Windows DNSISC DHCP Different DNS Server For Different Client OSHow to configure dynamic DNS for IPv6 using bind and isc-dhcp-serverUsing Ubuntu Server machine as a DHCP and DNS server to forward URL's to IP addressesProblems setting up dnsmasq for DHCP/DNS on 16.04 serverRegister hostname in active directory DNS in 18.04
What seems, to me, to be a simple question, apparently isn't.
I have a Linux (Ubuntu 12.04) DHCP server: isc-dhcp-server
, that works GREAT. No issues and all clients can get an address with no issues.
I also have a Windows 2003 Server Active Directory domain: corp.local
, e.g. that works great as well.
What I'm trying to do, is to get the Linux DHCP server to SECURELY update the DNS records in Active directory. I can get full functionality if I select "Secure and Non Secure" updates in Windows DNS, but nothing works when I select Secure Only.
I've tried and tried and tried, all to no avail.
- I recognize that I need to somehow share a key or encrypt the data between the Linux DHCP clients and Windows AD/DNS, but I just cant find a how-to.
Any suggestions?
I am NOT interested in having BOTH DHCP and DNS in Linux or BOTH DHCP and DNS in Windows. I want to keep the Linux DHCP server and Windows AD/DNS. I just want to find a way to let the Linux DHCP clients securely update their own records in Windows AD.
- When I have "Secure and Non Secure" enabled in Windows DNS, it works - I get the Linux DHCP records in AD. I also get a "TXT" record that looks like a hash for some kind of secure update. It's a strong preference (just short of a requirement) to have the updates be secure.
Lastly, I do NOT want to install Samba. It seems to me to be unnecessary for my environment.
Seems simple to me - a Linux DHCP server that will securely update Windows AD/DNS records.
James
12.04 server dhcp active-directory
bumped to the homepage by Community♦ 19 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
What seems, to me, to be a simple question, apparently isn't.
I have a Linux (Ubuntu 12.04) DHCP server: isc-dhcp-server
, that works GREAT. No issues and all clients can get an address with no issues.
I also have a Windows 2003 Server Active Directory domain: corp.local
, e.g. that works great as well.
What I'm trying to do, is to get the Linux DHCP server to SECURELY update the DNS records in Active directory. I can get full functionality if I select "Secure and Non Secure" updates in Windows DNS, but nothing works when I select Secure Only.
I've tried and tried and tried, all to no avail.
- I recognize that I need to somehow share a key or encrypt the data between the Linux DHCP clients and Windows AD/DNS, but I just cant find a how-to.
Any suggestions?
I am NOT interested in having BOTH DHCP and DNS in Linux or BOTH DHCP and DNS in Windows. I want to keep the Linux DHCP server and Windows AD/DNS. I just want to find a way to let the Linux DHCP clients securely update their own records in Windows AD.
- When I have "Secure and Non Secure" enabled in Windows DNS, it works - I get the Linux DHCP records in AD. I also get a "TXT" record that looks like a hash for some kind of secure update. It's a strong preference (just short of a requirement) to have the updates be secure.
Lastly, I do NOT want to install Samba. It seems to me to be unnecessary for my environment.
Seems simple to me - a Linux DHCP server that will securely update Windows AD/DNS records.
James
12.04 server dhcp active-directory
bumped to the homepage by Community♦ 19 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
What seems, to me, to be a simple question, apparently isn't.
I have a Linux (Ubuntu 12.04) DHCP server: isc-dhcp-server
, that works GREAT. No issues and all clients can get an address with no issues.
I also have a Windows 2003 Server Active Directory domain: corp.local
, e.g. that works great as well.
What I'm trying to do, is to get the Linux DHCP server to SECURELY update the DNS records in Active directory. I can get full functionality if I select "Secure and Non Secure" updates in Windows DNS, but nothing works when I select Secure Only.
I've tried and tried and tried, all to no avail.
- I recognize that I need to somehow share a key or encrypt the data between the Linux DHCP clients and Windows AD/DNS, but I just cant find a how-to.
Any suggestions?
I am NOT interested in having BOTH DHCP and DNS in Linux or BOTH DHCP and DNS in Windows. I want to keep the Linux DHCP server and Windows AD/DNS. I just want to find a way to let the Linux DHCP clients securely update their own records in Windows AD.
- When I have "Secure and Non Secure" enabled in Windows DNS, it works - I get the Linux DHCP records in AD. I also get a "TXT" record that looks like a hash for some kind of secure update. It's a strong preference (just short of a requirement) to have the updates be secure.
Lastly, I do NOT want to install Samba. It seems to me to be unnecessary for my environment.
Seems simple to me - a Linux DHCP server that will securely update Windows AD/DNS records.
James
12.04 server dhcp active-directory
What seems, to me, to be a simple question, apparently isn't.
I have a Linux (Ubuntu 12.04) DHCP server: isc-dhcp-server
, that works GREAT. No issues and all clients can get an address with no issues.
I also have a Windows 2003 Server Active Directory domain: corp.local
, e.g. that works great as well.
What I'm trying to do, is to get the Linux DHCP server to SECURELY update the DNS records in Active directory. I can get full functionality if I select "Secure and Non Secure" updates in Windows DNS, but nothing works when I select Secure Only.
I've tried and tried and tried, all to no avail.
- I recognize that I need to somehow share a key or encrypt the data between the Linux DHCP clients and Windows AD/DNS, but I just cant find a how-to.
Any suggestions?
I am NOT interested in having BOTH DHCP and DNS in Linux or BOTH DHCP and DNS in Windows. I want to keep the Linux DHCP server and Windows AD/DNS. I just want to find a way to let the Linux DHCP clients securely update their own records in Windows AD.
- When I have "Secure and Non Secure" enabled in Windows DNS, it works - I get the Linux DHCP records in AD. I also get a "TXT" record that looks like a hash for some kind of secure update. It's a strong preference (just short of a requirement) to have the updates be secure.
Lastly, I do NOT want to install Samba. It seems to me to be unnecessary for my environment.
Seems simple to me - a Linux DHCP server that will securely update Windows AD/DNS records.
James
12.04 server dhcp active-directory
12.04 server dhcp active-directory
edited Mar 2 '14 at 15:39
v2r
6,439113948
6,439113948
asked Mar 2 '14 at 15:14
cliff_nhcliff_nh
1114
1114
bumped to the homepage by Community♦ 19 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 19 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller
Its all there also I think in the default domain policy you should disable ddns?
Read the dhcp as its the same as samba.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
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%2faskubuntu.com%2fquestions%2f428401%2fusing-ubuntu-12-04-dhcp-server-to-securely-update-dns-records-in-active-director%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
https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller
Its all there also I think in the default domain policy you should disable ddns?
Read the dhcp as its the same as samba.
add a comment |
https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller
Its all there also I think in the default domain policy you should disable ddns?
Read the dhcp as its the same as samba.
add a comment |
https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller
Its all there also I think in the default domain policy you should disable ddns?
Read the dhcp as its the same as samba.
https://wiki.archlinux.org/index.php/Samba_4_Active_Directory_Domain_Controller
Its all there also I think in the default domain policy you should disable ddns?
Read the dhcp as its the same as samba.
answered Mar 27 '14 at 15:41
user216951user216951
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f428401%2fusing-ubuntu-12-04-dhcp-server-to-securely-update-dns-records-in-active-director%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