On 21/07/26 08:55am, deich...@placebonol.com wrote:
> Did you enable forwarding?
>
> On July 25, 2021 10:22:58 PM MDT, Vincent Lee <vinc...@vincent-lee.net> wrote:

Basically, what this gentleman said.  You've thus far not sent us any
information of worth on your setup, or even a tcpdump(8).

Please send us the output of
        (1) $ sysctl net.inet.ip.forwarding
as well as that of
        (2) $ netstat -rnf inet

The former needs to output 1 for any of this to work.  It allow
forwarding of packets across interfaces.  If it outputs zero then simply
set it via sysctl(8) and add the corresponding entry to sysctl.conf(5)

In the case of (2), I suspect there might not be a route to the host on
the other end.

To resolve (2), assuming you've resolved (1), requires my favourite
OpenBSD daemon: relayd(8).  You can save yourself a lot of time by
simply configuring a route context in relayd.conf(5).

Regards,
JP

Reply via email to