Bridge interfaces?

Lord Kitsuna lordkitsuna112 at gmail.com
Thu Sep 28 07:45:32 CEST 2017


Oh hey missed this reply, thanks! That was what i needed working
beautifully.

On Sep 23, 2017 3:44 PM, "Jason A. Donenfeld" <Jason at zx2c4.com> wrote:

> Hi,
>
> Yes indeed this is possible. Enable ip forwarding (sysctl -w
> net.ipv4.ip_forwarding=1), and then make sure you have the correct
> routes set. You may have to add a few entries to your allowed-ips to
> ensure that the network is okay with wireguard, or, perhaps easier,
> would to just enable MASQUERADEing (iptables -t nat -A POSTROUTING -s
> 10.8.8.0/24 -o tinc0 -j MASQUERADE, where 10.8.8.0/24 is the wireguard
> network.)
>
> There are a lot of ways to skin the cat, and I suspect if you write
> back with details of network segments and whatnot, there might be
> others who might have their own useful opinions. Alternatively, you
> can always ask in #wireguard on Freenode.
>
> Jason
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.zx2c4.com/pipermail/wireguard/attachments/20170927/d6baf6bd/attachment.html>


More information about the WireGuard mailing list