Development discussion of WireGuard
 help / color / mirror / Atom feed
From: reiner otto <augustus_meyer@yahoo.de>
To: <wireguard@lists.zx2c4.com>
Subject: Multiple (client-)peers with same keys possible ?
Date: Tue, 15 May 2018 18:36:09 +0000 (UTC)	[thread overview]
Message-ID: <267632710.2840000.1526409369057@mail.yahoo.com> (raw)
In-Reply-To: <267632710.2840000.1526409369057.ref@mail.yahoo.com>

Is it possible somehow, to define multiple (client-)peers to share the same keys ?
(Trading some loss of security for simpler distribution)

I.e. on server:
[Interface]
ListenPort = 5000
PrivateKey = ABCD ...XYZ
Address=172.16.0.1

[Peer]
PublicKey = 1234...7890
AllowedIPs = 172.16.0.0/16


client1:
[Interface]
PrivateKey = top...secret
ListenPort = 5000
Address = 172.16.0.2
[Peer]
PublicKey = everybodyknows
AllowedIPs = 0.0.0.0/0
Endpoint = 1.2.3.4

client2:
[Interface]
PrivateKey = top...secret
ListenPort = 5000
Address = 172.16.0.3
[Peer]
PublicKey = everybodyknows
AllowedIPs = 0.0.0.0/0
Endpoint = 1.2.3.4
....
....
....

       reply	other threads:[~2018-05-15 18:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <267632710.2840000.1526409369057.ref@mail.yahoo.com>
2018-05-15 18:36 ` reiner otto [this message]
2018-05-15 20:50   ` Eric Light
2018-05-15 21:39     ` Ivan Labáth
     [not found] <896575027.3009605.1526448125867.ref@mail.yahoo.com>
2018-05-16  5:22 ` reiner otto
2018-05-16 14:04   ` ajs124

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=267632710.2840000.1526409369057@mail.yahoo.com \
    --to=augustus_meyer@yahoo.de \
    --cc=wireguard@lists.zx2c4.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).