[ntp:questions] ntp broadcast not working with IPv6

2011-11-30 Thread rakesh v
Hi, Iam facing issues with ntp broadcast in case of IPv6. Iam using the latest ntp 4.26p3 package. Can I have a use case scenario for ntp broadcast in IPv6? As I see in the documentation, we can have only multicast addresses in IPv6. Here are my configurations: Client side: *# Created by IMI. /e

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-06 Thread Danny Mayer
On 11/30/2011 3:50 AM, rakesh v wrote: > Hi, > Iam facing issues with ntp broadcast in case of IPv6. > Iam using the latest ntp 4.26p3 package. > Can I have a use case scenario for ntp broadcast in IPv6? > As I see in the documentation, we can have only multicast addresses in IPv6. Where did you

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-06 Thread rakesh v
Hi Danny, Thanks for your valuable reply. Please see my comments/observations inlined On Wed, Dec 7, 2011 at 8:54 AM, Danny Mayer wrote: > On 11/30/2011 3:50 AM, rakesh v wrote: > > Hi, > > Iam facing issues with ntp broadcast in case of IPv6. > > Iam using the latest ntp 4.26p3 package. > > C

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-06 Thread David Woolley
rakesh v wrote: *RV: I couldn't run the ntpd with -D2 option as it is not available.* *These are the options available for ntpd (alphabetically)* *-b no bcastsync Allow us to sync to broadcast servers* *-c Str configfile configuration file name* *-f Str driftfile frequency drift

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-06 Thread rakesh v
Hi David, Iam using the ntp package that is available for Debian 64. http://packages.debian.org/stable/ntp http://packages.debian.org/squeeze/amd64/ntp/download Not sure whether this is Openntp? One query though it is not intended to discuss here: So, if the option(-D2) is not present can't we run

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-07 Thread rakesh v
Hi Danny, Actually I ran the ntpd with Debug option before with a downloaded source code (ntp-4.26p4). These are the logs Iam seeing on the client side... *6 Dec 06:11:52 ntpd[2884]: set_process_priority: Leave priority alone: priority_done is <2>* * 6 Dec 06:11:52 ntpd[2884]: proto: precision =

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-07 Thread Danny Mayer
On 12/7/2011 4:53 AM, rakesh v wrote: > Hi Danny, > Actually I ran the ntpd with Debug option before with a downloaded > source code (ntp-4.26p4). > > > These are the logs Iam seeing on the client side... > > /6 Dec 06:11:52 ntpd[2884]: set_process_priority: Leave priority alone: > priority_done

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-07 Thread Steve Kostecke
On 2011-12-07, rakesh v wrote: > Iam using the ntp package that is available for Debian 64. > http://packages.debian.org/stable/ntp > http://packages.debian.org/squeeze/amd64/ntp/download The Debian NTP packages are built without debugging. Rebuilding the package with debugging enabled is not t

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-07 Thread rakesh v
Thanks for your inputs Danny. Hi Dave, Can you give your inputs on this below issue? Is the socket bind failing due to the reuse of the udp port 123. But I assume for ntp multicast client also we use the same port for listening. Or Is it due to some other issue? On Wed, Dec 7, 2011 at 6:34 PM,

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-07 Thread Danny Mayer
On 12/7/2011 11:15 PM, rakesh v wrote: > Thanks for your inputs Danny. > > Hi Dave, > Can you give your inputs on this below issue? > Is the socket bind failing due to the reuse of the udp port 123. But I > assume for ntp multicast client also we use the same port for listening. > Or Is it due to

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-08 Thread rakesh v
Hi Danny, Have you got a chance to go through the code for this? Here though the socket bind is failing the multicast registration is happening successfully (which are shown by the debug traces here.) Does that have anything to infer here? > > On Thu, Dec 8, 2011 at 9:58 AM, Danny Mayer wrote:

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-09 Thread Danny Mayer
On 12/8/2011 11:18 PM, rakesh v wrote: > Hi Danny, > Have you got a chance to go through the code for this? > Here though the socket bind is failing the multicast registration is > happening successfully (which are shown by the debug traces here.) > Does that have anything to infer here? > Sorry,

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-09 Thread Dave Hart
On Wed, Dec 7, 2011 at 09:53, rakesh v wrote: > Hi Danny, > Actually I ran the ntpd with Debug option before with a downloaded source > code (ntp-4.26p4). > > These are the logs Iam seeing on the client side... > > * 6 Dec 06:11:52 ntpd[2884]: bind(25) AF_INET6 ff02::101#123 (multicast) > flags 0x

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-18 Thread Danny Mayer
On 12/6/2011 11:58 PM, rakesh v wrote: > Hi Danny, > Thanks for your valuable reply. Please see my comments/observations inlined > > > On Wed, Dec 7, 2011 at 8:54 AM, Danny Mayer > wrote: > > On 11/30/2011 3:50 AM, rakesh v wrote: > > Hi, > > Iam facing issues

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-19 Thread E-Mail Sent to this address will be added to the BlackLists
Danny Mayer wrote: > rakesh v wrote: >> */RV: Iam not saying multicast does not work with IPv4. >> I was saying for IPv6, we can give only multicast >> addresses as part of broadcast command. /* > > That is correct. There is no such thing as broadcast in IPv6. Can it use the all hosts on local

Re: [ntp:questions] ntp broadcast not working with IPv6

2011-12-25 Thread Danny Mayer
On 12/19/2011 1:37 PM, E-Mail Sent to this address will be added to the BlackLists wrote: > Danny Mayer wrote: >> rakesh v wrote: >>> */RV: Iam not saying multicast does not work with IPv4. >>> I was saying for IPv6, we can give only multicast >>> addresses as part of broadcast command. /* >> >>

Re: [ntp:questions] ntp broadcast not working with IPv6

2017-02-08 Thread ngreco
On Thursday, December 8, 2011 at 1:28:23 AM UTC-3, Danny Mayer wrote: > > I think it is trying to bind to the incorrect address but I'd have to > look carefully at the code to figure out exactly what is going on. > Sorry to refloat this old thread, but this bug is still present on 4.2.6p5 and I t