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

2024-02-03 Thread Sebastian Benoit
Thanks for the feedback. I guess now i have to try and remember what this was about ;-) /Benno Stefan R. Filipek(srfili...@gmail.com) on 2024.02.03 09:47:45 -0500: > Hi all, > > Reviving a really old thread, but this problem still exists in 7.4 and > is impacting my use case as well. > > How

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

2024-02-03 Thread Stefan R. Filipek
Hi all, Reviving a really old thread, but this problem still exists in 7.4 and is impacting my use case as well. However, I can confirm that this patch does fix the issue. An additional "struct keyname *name;" was required in the function, but otherwise it works as-is. Best, Stefan On Tue, S

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

2019-09-17 Thread Muhammad Kaisar Arkhan
Hi, No, not yet. I've been busy with life atm (Uni just started and other stuff). I'm hoping to test it this weekend. Thanks. Le September 17, 2019 à 1:51 PM Sebastian Benoit a écrit: > Hi, > > did you manage to test the diff? > > /Benno > > Seba

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

2019-09-17 Thread Sebastian Benoit
Hi, did you manage to test the diff? /Benno Sebastian Benoit(benoit-li...@fb12.de) on 2019.09.01 17:05:34 +0200: > Sebastian Benoit(benoit-li...@fb12.de) on 2019.09.01 16:44:37 +0200: > > Muhammad Kaisar Arkhan(h...@yukiisbo.red) on 2019.08.29 14:55:03 +0200: > > > Hi Tom, > > > > > > > listen

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

2019-09-01 Thread Sebastian Benoit
Sebastian Benoit(benoit-li...@fb12.de) on 2019.09.01 16:44:37 +0200: > Muhammad Kaisar Arkhan(h...@yukiisbo.red) on 2019.08.29 14:55:03 +0200: > > Hi Tom, > > > > > listen on 2a03:6000:9106::50f7:f07a:d1cc port 443 tls > > > > I've tried this before, it just results in this: > > > > /etc/relayd

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

2019-09-01 Thread Sebastian Benoit
Muhammad Kaisar Arkhan(h...@yukiisbo.red) on 2019.08.29 14:55:03 +0200: > Hi Tom, > > > listen on 2a03:6000:9106::50f7:f07a:d1cc port 443 tls > > I've tried this before, it just results in this: > > /etc/relayd.conf:33: cannot load certificates for relay https2:443 Your error says "for relay h

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

2019-08-29 Thread trondd
On Thu, August 29, 2019 8:55 am, Muhammad Kaisar Arkhan wrote: > Hi Tom, > >> listen on 2a03:6000:9106::50f7:f07a:d1cc port 443 tls > > I've tried this before, it just results in this: > > /etc/relayd.conf:33: cannot load certificates for relay https2:443 > > I'm not sure why it does this despite

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

2019-08-29 Thread Muhammad Kaisar Arkhan
Hi Tom, > listen on 2a03:6000:9106::50f7:f07a:d1cc port 443 tls I've tried this before, it just results in this: /etc/relayd.conf:33: cannot load certificates for relay https2:443 I'm not sure why it does this despite the fact I have clearly indicated which TLS certificates to use in relayd.c

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

2019-08-29 Thread Tom Smyth
try listen on 2a03:6000:9106::50f7:f07a:d1cc port 443 tls and see if that works On Thu, 29 Aug 2019 at 13:37, Muhammad Kaisar Arkhan wrote: > > can you run > > ifconfig interfacename > > route -n show > > % ifconfig vio0 > > vio0: > flags=408b43 > mtu 1500 > lladdr xx:xx:xx:xx:xx:xx

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

2019-08-29 Thread Muhammad Kaisar Arkhan
> can you run > ifconfig interfacename > route -n show % ifconfig vio0 vio0: flags=408b43 mtu 1500 lladdr xx:xx:xx:xx:xx:xx index 1 priority 0 llprio 3 groups: egress media: Ethernet autoselect status: active inet 46.23.92.126 netmask 0xff00

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

2019-08-29 Thread Tom Smyth
can you run ifconfig interfacename route -n show On Thu, 29 Aug 2019 at 12:03, Muhammad Kaisar Arkhan wrote: > 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

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

2019-08-29 Thread Muhammad Kaisar Arkhan
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/rela

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

2019-08-29 Thread Tom Smyth
Hi Muhammad, Check your Ipv6 routing table is there a default route on your V6 Routing Table... If I understand egress correctly (it is the external interface) which at a guess is chosen by the interface that the default route in your routing table would use. In any case... just specifiy the i

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

2019-08-29 Thread Muhammad Kaisar Arkhan
Hi misc@, I have relayd running on my -current machine which does reverse proxies along with TLS relays for various programs and it seems when using "listen on egress", it only listens to IPv4 and doesn't listen to IPv6. In httpd, this is not the case, when using "listen on egress" it listens