On Sun, Mar 7, 2010 at 22:29 UTC, Joachim Tingvold wrote: > I'm trying to bind NTP to listen on a specific IP - is this possible? I've > tried to search, and read around; someone says it's not currently > possible, however those posts seems to be way old (2+ years old), > while others claims it works just fine using «-L eth1:2».
I believe -L does not accept an argument, and causes ntpd to behave as if you had used -I (capital i) repeatedly, listing every interface whose name does not include a colon. If you want to process input solely on eth1:2 and drop on the rest, you probably want "-I eth1:2" As Matt noted, 4.2.6 lets you control which interfaces are listened on, 4.2.4 only allows you to conrol which have input processed. Cheers, Dave Hart _______________________________________________ timekeepers mailing list [email protected] https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers
