Bug 2005501 - Heimdal KDC process is only listening on localhost addresses
Summary: Heimdal KDC process is only listening on localhost addresses
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: heimdal
Version: epel8
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ken Dreyer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-09-17 19:49 UTC by proehl@puzzle-itc.de
Modified: 2022-11-21 10:00 UTC (History)
2 users (show)

Fixed In Version: heimdal-7.7.1-3.fc38
Clone Of:
Environment:
Last Closed: 2022-11-21 10:00:01 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.