Wireguard setup?

Hi All

I’m trying to get the wonderfull wireguard implementation by @frenck up and running.
And I’m a bit confused.

As I understand it, if I enter my LAN ip’s in ‘allowed_ips’ it should do a split tunnel.
I have four LAN’s.
Then the ‘client_allowed_ips’ should be set to [] to just allow all traffic to the client be let through.

I tried setting this:

  - name: SplitTunnel
    addresses:
      - 172.16.100.10
    allowed_ips:
      - 172.16.12.0/24
      - 172.16.13.0/24
      - 172.16.14.0/24
      - 172.16.21.0/24
      - 172.16.100.10/32
    client_allowed_ips: []

But if I do that, I just loose all connection to everything :slight_smile: