| Summary: | systemd is opening sockets only on IPv6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Avi Alkalay <avibrazil> |
| Component: | cockpit | Assignee: | Stef Walter <stefw> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | avibrazil, johannbg, lnykryn, msekleta, s, stefw, systemd-maint, zbyszek |
| Target Milestone: | --- | Flags: | stefw:
needinfo?
(avibrazil) |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-27 12:12:38 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
Avi Alkalay
2016-01-12 08:46:56 UTC
Sounds like a cockpit problem. It all depends what they configure in the .socket unit. If they use "ListenStream=0.0.0.0:9090 [::]:9090" they get two sockets, one for ipv4 and one for ipv6. This is what we use: src/ws/cockpit.socket:ListenStream=9090 Avi, what does ListenStream say on your machine? No response from Avi. Closing this bug. On a default install: $ netstat -an | grep 9090 tcp6 0 0 :::9090 :::* LISTEN |