16.04 - Use NTP server assigned by DHCPDHCPD Server issue multiple IP's to one NicMAAS DHCP Server Setup, PXE...
How to coordinate airplane tickets?
How do conventional missiles fly?
Sums of two squares in arithmetic progressions
How dangerous is XSS
Could the museum Saturn V's be refitted for one more flight?
Does the Idaho Potato Commission associate potato skins with healthy eating?
How to travel to Japan while expressing milk?
Am I breaking OOP practice with this architecture?
Can I hook these wires up to find the connection to a dead outlet?
Is it a bad idea to plug the other end of ESD strap to wall ground?
Does int main() need a declaration on C++?
Partial fraction expansion confusion
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
What historical events would have to change in order to make 19th century "steampunk" technology possible?
What's the meaning of "Sollensaussagen"?
Do Iron Man suits sport waste management systems?
Car headlights in a world without electricity
Should I tell management that I intend to leave due to bad software development practices?
How to find if SQL server backup is encrypted with TDE without restoring the backup
What is the opposite of "eschatology"?
Mathematica command that allows it to read my intentions
Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?
Processor speed limited at 0.4 Ghz
How badly should I try to prevent a user from XSSing themselves?
16.04 - Use NTP server assigned by DHCP
DHCPD Server issue multiple IP's to one NicMAAS DHCP Server Setup, PXE TO1 TFTP File Not FoundDNS Server with bind9 cannot resolve reverse zoneSMTP Gateway/Relay in Cloud with Local SMTP Server behind DHCPlocal NTP server not used by clients. Setup issueHow to make dnsmasq's DHCP server give out arbitrary resolvers?How to pass on DNS servers to another interface?ifconfig not updating with new dhcp provided addressHow do I stop netplan from binding a default gateway on every interfaceDoes Ubuntu 18.04 use dhclient?
I'm trying to have Ubuntu use the NTP server IP's that my local firewall provides it via DHCP, but timedatectl
seems insistent on using its own [alphyn/chilipepper/golem].canonical.com
servers. No way seems to exist for changing NTP servers with timedatectl
, and I don't want to use ntp
because timedatectl
is supposed to have completely replaced and deprecated it.
- How can I have Ubuntu use the DHCP-provided NTP server IP? (Ideal)
--OR--
- How can I change the default NTP server that
timedatectl
calls out to? (would suffice)
16.04 networking server dhcp ntp
add a comment |
I'm trying to have Ubuntu use the NTP server IP's that my local firewall provides it via DHCP, but timedatectl
seems insistent on using its own [alphyn/chilipepper/golem].canonical.com
servers. No way seems to exist for changing NTP servers with timedatectl
, and I don't want to use ntp
because timedatectl
is supposed to have completely replaced and deprecated it.
- How can I have Ubuntu use the DHCP-provided NTP server IP? (Ideal)
--OR--
- How can I change the default NTP server that
timedatectl
calls out to? (would suffice)
16.04 networking server dhcp ntp
To specify an NTP server for the client to use, useoption 42 [ip-address]
in your DHCP options.
– Jos
May 26 '17 at 17:45
Will my DHCP server forward its NTP configuration to its clients if I specify the DHCP server's IP address in the clients' NTP config? If not, will my clients at least sync their time with my DHCP server? I'm not using Ubuntu as DHCP/NTP server in this environment btw
– Willman
May 31 '17 at 0:32
Seems to be handled by systemd-timesyncd.service systemd unit. Did you check editing/etc/systemd/timesyncd.conf
?
– Pablo Bianchi
38 secs ago
add a comment |
I'm trying to have Ubuntu use the NTP server IP's that my local firewall provides it via DHCP, but timedatectl
seems insistent on using its own [alphyn/chilipepper/golem].canonical.com
servers. No way seems to exist for changing NTP servers with timedatectl
, and I don't want to use ntp
because timedatectl
is supposed to have completely replaced and deprecated it.
- How can I have Ubuntu use the DHCP-provided NTP server IP? (Ideal)
--OR--
- How can I change the default NTP server that
timedatectl
calls out to? (would suffice)
16.04 networking server dhcp ntp
I'm trying to have Ubuntu use the NTP server IP's that my local firewall provides it via DHCP, but timedatectl
seems insistent on using its own [alphyn/chilipepper/golem].canonical.com
servers. No way seems to exist for changing NTP servers with timedatectl
, and I don't want to use ntp
because timedatectl
is supposed to have completely replaced and deprecated it.
- How can I have Ubuntu use the DHCP-provided NTP server IP? (Ideal)
--OR--
- How can I change the default NTP server that
timedatectl
calls out to? (would suffice)
16.04 networking server dhcp ntp
16.04 networking server dhcp ntp
edited 3 mins ago
Pablo Bianchi
3,04521536
3,04521536
asked May 26 '17 at 16:24
WillmanWillman
331110
331110
To specify an NTP server for the client to use, useoption 42 [ip-address]
in your DHCP options.
– Jos
May 26 '17 at 17:45
Will my DHCP server forward its NTP configuration to its clients if I specify the DHCP server's IP address in the clients' NTP config? If not, will my clients at least sync their time with my DHCP server? I'm not using Ubuntu as DHCP/NTP server in this environment btw
– Willman
May 31 '17 at 0:32
Seems to be handled by systemd-timesyncd.service systemd unit. Did you check editing/etc/systemd/timesyncd.conf
?
– Pablo Bianchi
38 secs ago
add a comment |
To specify an NTP server for the client to use, useoption 42 [ip-address]
in your DHCP options.
– Jos
May 26 '17 at 17:45
Will my DHCP server forward its NTP configuration to its clients if I specify the DHCP server's IP address in the clients' NTP config? If not, will my clients at least sync their time with my DHCP server? I'm not using Ubuntu as DHCP/NTP server in this environment btw
– Willman
May 31 '17 at 0:32
Seems to be handled by systemd-timesyncd.service systemd unit. Did you check editing/etc/systemd/timesyncd.conf
?
– Pablo Bianchi
38 secs ago
To specify an NTP server for the client to use, use
option 42 [ip-address]
in your DHCP options.– Jos
May 26 '17 at 17:45
To specify an NTP server for the client to use, use
option 42 [ip-address]
in your DHCP options.– Jos
May 26 '17 at 17:45
Will my DHCP server forward its NTP configuration to its clients if I specify the DHCP server's IP address in the clients' NTP config? If not, will my clients at least sync their time with my DHCP server? I'm not using Ubuntu as DHCP/NTP server in this environment btw
– Willman
May 31 '17 at 0:32
Will my DHCP server forward its NTP configuration to its clients if I specify the DHCP server's IP address in the clients' NTP config? If not, will my clients at least sync their time with my DHCP server? I'm not using Ubuntu as DHCP/NTP server in this environment btw
– Willman
May 31 '17 at 0:32
Seems to be handled by systemd-timesyncd.service systemd unit. Did you check editing
/etc/systemd/timesyncd.conf
?– Pablo Bianchi
38 secs ago
Seems to be handled by systemd-timesyncd.service systemd unit. Did you check editing
/etc/systemd/timesyncd.conf
?– Pablo Bianchi
38 secs ago
add a comment |
0
active
oldest
votes
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%2f919182%2f16-04-use-ntp-server-assigned-by-dhcp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f919182%2f16-04-use-ntp-server-assigned-by-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
To specify an NTP server for the client to use, use
option 42 [ip-address]
in your DHCP options.– Jos
May 26 '17 at 17:45
Will my DHCP server forward its NTP configuration to its clients if I specify the DHCP server's IP address in the clients' NTP config? If not, will my clients at least sync their time with my DHCP server? I'm not using Ubuntu as DHCP/NTP server in this environment btw
– Willman
May 31 '17 at 0:32
Seems to be handled by systemd-timesyncd.service systemd unit. Did you check editing
/etc/systemd/timesyncd.conf
?– Pablo Bianchi
38 secs ago