alchemy-charmers / layer-haproxy

GNU General Public License v3.0
3 stars 1 forks source link

charm doesn't bind to ipv6 addresses #15

Open ChrisMacNaughton opened 4 years ago

ChrisMacNaughton commented 4 years ago
$ sudo netstat -peanut|grep LISTEN
tcp        0      0 252.155.0.1:53          0.0.0.0:*               LISTEN      0          20064       3051/dnsmasq    
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      0          15886       1310/sshd       
tcp        0      0 0.0.0.0:9000            0.0.0.0:*               LISTEN      0          38523       12155/haproxy   
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      0          38532       12155/haproxy   
tcp6       0      0 fe80::4004:f1ff:fecc:53 :::*                    LISTEN      109        20947       3051/dnsmasq    
tcp6       0      0 :::22                   :::*                    LISTEN      0          15895       1310/sshd       
tcp6       0      0 fe80::1:13128           :::*                    LISTEN      0          21629       4080/lxd-bridge-pro
chris-sanders commented 4 years ago

Yes unfortunately I don't have an IPv6 environment and LXD doesn't support IPv6 with juju (at least last I checked) for my testing so I've not personally been targeting it.

Is it as simple as adding a generic :::* on the frontend? Do you have an environment that you're interested in testing it with?