| Summary: | Telnet server not atart after install telnet-server package | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Marian <corcodel.marian> |
| Component: | telnet | Assignee: | Michal Sekletar <msekleta> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | msekleta, vonsch |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-25 20:31:19 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: | |
|
Description
Marian
2013-09-24 12:44:13 UTC
telnet is now started via systemd socket activation, we no longer distribute xinetd configuration files. In order to use the telnet server you have to start the socket unit. # systemctl enable telnet.socket # systemctl start telnet.socket As a next step you should make sure you have telnet allowed in firewall configuration. # firewall-cmd --permanent --add-service=telnet # firewall-cmd --reload |