Thursday, October 29, 2020

Re: wg(4) listen on a specific interface / address

> On Oct 29, 2020, at 11:21 AM, Pierre Emeriaud <petrus.lt+openbsd@gmail.com> wrote:
>
> Le jeu. 29 oct. 2020 à 00:09, Brian Brombacher <brian@planetunix.net> a écrit :
>>
>> Scratch that, use the ifconfig wgrtable option to specify separate routing domains for the port 53. This lets you initiate many. You still need to deal with getting the IP pointing at the right routing domain now.
>
> I'm already using wgrtable and rdomains, and I can't change the
> outside interface to use another rtable. This won't solve the fact
> that wg is still trying to bind to INADDR_ANY.
>

Then there's a misconfiguration, wg driver bug, or the driver documentation is wrong in ifconfig about wgrtable.

Routing domains are where you can specify multiple conflicting port binds and be fine, INADDR_ANY included.

No comments:

Post a Comment