Bug 25242

Summary: Re: PR bin/6161: 2.2.6 kerberos servers are awfully visible
Product: Base System Reporter: assar <assar>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: sef
Priority: Normal    
Version: 1.0-RELEASE   
Hardware: Any   
OS: Any   

Description assar freebsd_committer freebsd_triage 2001-02-21 03:10:01 UTC
 > The kerberos and kadmind server are showing up in 'netstat -f inet' output,
 > when they did not before.
 
 In the output you enclose, there's no admin server as far as I can
 tell?
 
 > And, they're showing up multiple times.
 
 The reason for this is that it's not possible to get the destination
 address of UDP packets sent by just listening on INADDR_ANY, so the
 server binds one socket for every interface, much the same way as bind
 does.
 
 > This did not used to be the case, and is somewhat disconcerting.
 
 Why do you find it disconcerting?  They need to listen to the network
 after all.
 
 /assar
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 2001-04-04 08:38:11 UTC
Responsible Changed
From-To: gnats-admin->freebsd-bugs

over to bugs
Comment 2 iedowse freebsd_committer freebsd_triage 2001-11-19 23:09:07 UTC
State Changed
From-To: open->closed


Looks as if this PR was accidentally created by a reply to bin/6161. 
The full text of the reply also made it to the audit trail of 
bin/6161, so there's no reason to keep this one open.