Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not resolve address ipv6 #29

Closed
wpzzz opened this issue Sep 23, 2019 · 1 comment
Closed

could not resolve address ipv6 #29

wpzzz opened this issue Sep 23, 2019 · 1 comment
Labels

Comments

@wpzzz
Copy link

wpzzz commented Sep 23, 2019

haproxy2.0.6
/etc/haproxy/haproxy.cfg

frontend ss-in
    timeout client          1m
    bind *:10000-50000
    default_backend ss-out

backend ss-out
    timeout connect         10s
    timeout server          1m
    server server1 2001:470:c:f56::2 maxconn 20480

haproxy -D -f /etc/haproxy/haproxy.cfg
: parsing [/etc/haproxy/haproxy.cfg:9] : 'server server1' : could not resolve address '2001:470:c:f56:'.
: Failed to initialize server(s) addr.

if single port will work fine.

@cbonte
Copy link
Owner

cbonte commented Sep 24, 2019

This has nothing to do with the haproxy-dconv project (where the goal is to convert the haproxy documentation into html).
If you want some support on how to configure haproxy, please use the haproxy mailing list, and if a bug is really identified, please fill a bug report on the right project : haproxy.

Btw, here I don't see any bug except a misconfiguration in your ip:port syntax.

@cbonte cbonte closed this as completed Sep 24, 2019
@cbonte cbonte added the invalid label Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants