Skip to content

How to bind port 6060 to ipv6? #764

@ronnybremer

Description

@ronnybremer

Running haproxy-ingress with the current helm charts adds port 6060 for metrics and pprof debug output. However, in contrast to ports 8080, 8443, 1024 and 1042, it only binds to 0.0.0.0, turning it inaccessible via ipv6.

/ $ netstat -a -n -t|grep LIST
tcp        0      0 0.0.0.0:6060            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:6061            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:1042            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:1024            0.0.0.0:*               LISTEN      
tcp        0      0 0.0.0.0:8443            0.0.0.0:*               LISTEN      
tcp        0      0 10.244.4.90:10000       0.0.0.0:*               LISTEN      
tcp        0      0 :::8080                 :::*                    LISTEN      
tcp        0      0 :::1042                 :::*                    LISTEN      
tcp        0      0 :::1024                 :::*                    LISTEN      
tcp        0      0 :::8443                 :::*                    LISTEN      
tcp        0      0 :::3306                 :::*                    LISTEN 

Is it possible to expose port 6060 also via ipv6?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions