Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4832

Listen ipv4 to ipv6 backend server

$
0
0

Hi, I am using haproxy to send traffic/requests to multiple backend server IPs but my problem is that i
cant send traffic/requests to an ipv6 backend server. (but ipv4 works fine)

I tried the following as backend servers but they didnt work:

server s1 ipv6.domain.com:443 resolvers mydns resolve-prefer ipv6
server s1 ipv6.domain.com:443
server s1 appIPv6:443
server s1 appIPv6:::443
server s1 appIPv6::1:443
server s1 [appIPv6::1]:443
server s1 [appIPv6]:443

what is the problem?
on the backend server i also run haproxy and i done like this:

listen front
mode tcp
bind :::443 v4v6

use_backend app …
backend app
mode tcp
server sr1 127.0.0.1:1123

backend server IPv6 is ok and has connection, but does not work in haproxy to send traffic/requests from front end to ipv6 backend server.
HAProxy version 2.4.22-0ubuntu0.22.04.3 2023/12/04

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4832

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>