Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2025 16:45:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 284863] ntpd throws "Address already in use" error with shared IP on multiple interfaces after upgrade from 14.1 to 14.2
Message-ID:  <bug-284863-227-edyF5Dit05@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-284863-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-284863-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D284863

--- Comment #2 from Leif Pedersen <leif@ofWilsonCreek.com> ---
You bet.

I reverted to the previous configuration (without "--interface=3Dena0"), to=
 show
that ntpd will not start, and the output from both is empty, of course.
```
$ sockstat -4 -p 123
USER     COMMAND    PID   FD  PROTO  LOCAL ADDRESS         FOREIGN ADDRESS
$ netstat -an | grep 123
```

After adding "--interface=3Dena0" back to ntpd_flags, `service start ntpd` =
is
successful, and then here is the output:
```
$ sockstat -4 -p 123
USER     COMMAND    PID   FD  PROTO  LOCAL ADDRESS         FOREIGN ADDRESS
root     ntpd        5200 21  udp4   *:123                 *:*
root     ntpd        5200 23  udp4   10.96.16.8:123        *:*
root     ntpd        5200 25  udp4   127.0.0.1:123         *:*
$ netstat -an | grep 123
udp4       0      0 127.0.0.1.123          *.*
udp6       0      0 ::1.123                *.*
udp4       0      0 10.96.16.8.123         *.*
udp6       0      0 fe80::c07:6eff:f.123   *.*
udp4       0      0 *.123                  *.*
udp6       0      0 *.123                  *.*
```

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-284863-227-edyF5Dit05>