On Fri, 26 Mar 2021 17:32:14 -0300
Bruno <[email protected]> wrote:

> ---- Local conf
> 
>         rightsubnets={192.168.168.151,192.168.168.152,192.168.168.153}

These are not right. Subnet MUST include cidr netmask. So this should
be:

        rightsubnets=192.168.168.151/32,192.168.168.152/32,192.168.168.153/32

Note: {} are only needed if you have spaces between subnets.

-- 
Tuomo Soini <[email protected]>
Foobar Linux services
+358 40 5240030
Foobar Oy <https://foobar.fi/>
_______________________________________________
Swan mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan

Reply via email to