Bug 2005501

Summary: Heimdal KDC process is only listening on localhost addresses
Product: [Fedora] Fedora EPEL Reporter: proehl <proehl>
Component: heimdalAssignee: Ken Dreyer <ktdreyer>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: epel8CC: abo, ktdreyer
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: heimdal-7.7.1-3.fc38 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-11-21 10:00:01 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description proehl@puzzle-itc.de 2021-09-17 19:49:32 UTC
Description of problem:

after reboot /usr/libexec/kdc is listening only on localhost

Version-Release number of selected component (if applicable):

Name        : heimdal-server
Version     : 7.7.0


How reproducible:

every reboot

Steps to Reproduce:

* configure heimdal kdc
* systemctl enable heimdal-kdc.service
* reboot
* netstat -tulpn | grep :88


Actual results:

* only 127.0.0.1:88 and ::1:88 are listed in netstat output
* KDC cannot be contacted from other machines


Expected results:

KDC should also listen to IP of enp0s3

Additional info:
a fix could be to modify /usr/lib/systemd/system/heimdal-kdc.service:

  After=syslog.target network.target network-online.target
  Wants=network-online.target

Comment 1 Fedora Update System 2022-11-21 09:58:10 UTC
FEDORA-2022-0afde5e104 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2022-0afde5e104

Comment 2 Fedora Update System 2022-11-21 10:00:01 UTC
FEDORA-2022-0afde5e104 has been pushed to the Fedora 38 stable repository.
If problem still persists, please make note of it in this bug report.