Thursday, August 29, 2019

Re: relayd: "listen on egress" only listens to IPv4 and not IPv6

Hi Tom,

> In any case... just specifiy the interface manually, on the config line
>
> --listen on egress port 443 tls
>
> ++listen on vio0 port 443 tls
>
> replace vio0 with your actual "egress" interface name

I tried it. Sadly it doesn't work, it still only listens to IPv4.

% cat /etc/relayd.conf

...
relay "https" {
listen on vio0 port 443 tls
...
}

% netstat -nat | grep LISTEN | grep '.443'
tcp 0 0 46.23.92.126.443 *.* LISTEN

Thanks.

No comments:

Post a Comment