Re: [ntp:questions] Is there something with greater detail on interface besides the manpage?

2013-11-20 Thread Rob
Harlan Stenn st...@ntp.org wrote: Rick Jones writes: Harlan Stenn st...@ntp.org wrote: You might want: interface ignore all interface listen 127.0.0.1 # if you want localhost ntpq to work interface listen a.b.c.d # enumerate the IPs you want to use Thanks. I take it

Re: [ntp:questions] Pool returns IPv6 address to IPv4 query

2013-11-20 Thread Rob
Brian Utterback brian.utterb...@oracle.com wrote: On 11/19/2013 3:40 PM, Danny Mayer wrote: You should not be using literal IP addresses of either flavor without also setting the AI_NUMERICHOST flag otherwise it tries to do a DNS lookup. That's poorly written code otherwise. Danny Not so.

Re: [ntp:questions] Is there something with greater detail on interface besides the manpage?

2013-11-20 Thread Uwe Klein
Harlan Stenn wrote: How much info that NTP would care about would come from DHCP? http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol#DHCP_options uwe ___ questions mailing list questions@lists.ntp.org

Re: [ntp:questions] Is there something with greater detail on interface besides the manpage?

2013-11-20 Thread Harlan Stenn
Rob writes: Harlan Stenn st...@ntp.org wrote: Rick Jones writes: Harlan Stenn st...@ntp.org wrote: You might want: interface ignore all interface listen 127.0.0.1 # if you want localhost ntpq to work interface listen a.b.c.d # enumerate the IPs you want to use

Re: [ntp:questions] Is there something with greater detail on interface besides the manpage?

2013-11-20 Thread Rob
Harlan Stenn st...@ntp.org wrote: Rob writes: Harlan Stenn st...@ntp.org wrote: Rick Jones writes: Harlan Stenn st...@ntp.org wrote: You might want: interface ignore all interface listen 127.0.0.1 # if you want localhost ntpq to work interface listen a.b.c.d #

Re: [ntp:questions] Pool returns IPv6 address to IPv4 query

2013-11-20 Thread Brian Utterback
On 11/20/2013 4:44 AM, Rob wrote: Brian Utterback brian.utterb...@oracle.com wrote: On 11/19/2013 3:40 PM, Danny Mayer wrote: You should not be using literal IP addresses of either flavor without also setting the AI_NUMERICHOST flag otherwise it tries to do a DNS lookup. That's poorly written

Re: [ntp:questions] Pool returns IPv6 address to IPv4 query

2013-11-20 Thread Rob
Brian Utterback brian.utterb...@oracle.com wrote: However, what I don't understand is why an IPv6 address does not fit into a struct sockaddr, and why this fact is so badly documented. It took me a lot of time to find why my queried IPv6 addresses were truncated. It is a little tricky to be

Re: [ntp:questions] Pool returns IPv6 address to IPv4 query

2013-11-20 Thread Danny Mayer
On 11/19/2013 10:48 PM, Brian Utterback wrote: On 11/19/2013 3:40 PM, Danny Mayer wrote: You should not be using literal IP addresses of either flavor without also setting the AI_NUMERICHOST flag otherwise it tries to do a DNS lookup. That's poorly written code otherwise. Danny Not so.

Re: [ntp:questions] Is there something with greater detail on interface besides the manpage?

2013-11-20 Thread Rick Jones
Harlan Stenn st...@ntp.org wrote: So all of the other information (bonded interfaces, etc.) are handled locally? Does ntpd listen using the address of the local system or some other address? Bonded versus not is indeed handled locally, so presumably that the system should be using bond0

Re: [ntp:questions] Is there something with greater detail on interface besides the manpage?

2013-11-20 Thread David Woolley
On 20/11/13 03:34, Harlan Stenn wrote: We use certificates generated and signed by CAcert.org . Their class 1 and class 3 certificates are not included by default in many places yet. You probably just need to install these certificates: https://www.cacert.org/index.php?id=3 Only after

Re: [ntp:questions] Is there something with greater detail on interface besides the manpage?

2013-11-20 Thread Harlan Stenn
David Woolley writes: On 20/11/13 03:34, Harlan Stenn wrote: We use certificates generated and signed by CAcert.org . Their class 1 and class 3 certificates are not included by default in many places yet. You probably just need to install these certificates:

Re: [ntp:questions] Is there something with greater detail on interface besides the manpage?

2013-11-20 Thread Greg Troxel
From: E-Mail Sent to this address will be added to the BlackLists Null@BlackList.Anitech-Systems.invalid I might have sent this by private mail, but the sender is both stating they will ignore replies and being anonymous. Two comments: 1) I think it's impolite to threaten people

Re: [ntp:questions] Is there something with greater detail on interface besides the manpage?

2013-11-20 Thread John Hasler
The CAcert certificate is included by Debian, most other Linux distributions, and by OpenBSD. It is at least as trustworthy as most commercial certificates. http://wiki.cacert.org/InclusionStatus -- John Hasler jhas...@newsguy.com Dancing Horse Hill Elmwood, WI USA

Re: [ntp:questions] how did ntp service set the maxallowphaseoffset

2013-11-20 Thread xiaoniao112233
在 2013年11月20日星期三UTC+8上午8时17分32秒,David Woolley写道: On 19/11/13 08:41, Brian Inglis wrote: Someone else asked: what are you trying to do by changing this parameter? The defaults have been set based on running and simulating different control algorithms, settings, and scenarios. This is

Re: [ntp:questions] Pool returns IPv6 address to IPv4 query

2013-11-20 Thread Uwe Klein
Rob wrote: Brian Utterback brian.utterb...@oracle.com wrote: On 11/19/2013 3:40 PM, Danny Mayer wrote: You should not be using literal IP addresses of either flavor without also setting the AI_NUMERICHOST flag otherwise it tries to do a DNS lookup. That's poorly written code otherwise.