ubuntuusers.de

Wireguard client mit Netplan

Status: Gelöst | Ubuntu-Version: Ubuntu 22.04 (Jammy Jellyfish)
Antworten |

goerdi

Anmeldungsdatum:
18. Januar 2009

Beiträge: 145

Hi !

Ich hab jetzt mal versucht einen wireguard client via Netplan einzubinden (u.a. mit der doku auf netplan.io) aber irgendwo hängts beim netplan apply und zwar:

1
2
/etc/netplan/01-wireguard-config.yaml:4:16: Invalid YAML: inconsistent indentation:
      addresses: [192.168.111.7/32]

das passende yaml file

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
tunnels:
  wg0:
     mode: wireguard
      addresses: [192.168.111.7/32]
      key:
        private: aaa....aaaaa
      peers:
        - keys:
            public: bbb...bbbbb
            shared: ccc....ccccccc
          allowed-ips: [192.168.111.0/24]
          keepalive: 5
          endpoint: host.domain.tld:51820

bei addresses habe ich schon einige varinaten probiert.. ohne erfolg

Gruss Goerdi

Antworten |