Projet

Général

Profil

Wireguard » Historique » Version 20

Fabien ADAM, 06/02/2021 11:30
précisions sur l'objet de cette page

1 10 Matthieu Herrb
{{>toc}}
2 10 Matthieu Herrb
3 1 Matthieu Herrb
h1. Wireguard
4 1 Matthieu Herrb
5 20 Fabien ADAM
Cette page donne les infos générales sur la configuration du serveur Wireguard utilisé à Tetaneutral.
6 13 Matthieu Herrb
7 13 Matthieu Herrb
h2. Configuration serveur sur h10
8 13 Matthieu Herrb
9 13 Matthieu Herrb
h3. Routage
10 13 Matthieu Herrb
11 13 Matthieu Herrb
Sur h7: router les IP via h10:
12 13 Matthieu Herrb
13 13 Matthieu Herrb
Exemple:
14 13 Matthieu Herrb
<pre>
15 13 Matthieu Herrb
ip r add 185.119.170.3/32 via 91.224.148.143 dev eth3.3131
16 13 Matthieu Herrb
ip -6 r add 2a03:7220:8087:300::/56 via fe80::80:8f dev eth3.3131
17 13 Matthieu Herrb
</pre>
18 13 Matthieu Herrb
19 13 Matthieu Herrb
C'est fait automatiquement en indiquant @wireguard@ dans @ip_ttnn.txt@ comme route pour une IPv4
20 13 Matthieu Herrb
21 13 Matthieu Herrb
h3.Config globale sur h10
22 13 Matthieu Herrb
23 13 Matthieu Herrb
<pre>
24 13 Matthieu Herrb
# modprobe wireguard
25 13 Matthieu Herrb
# umask 077
26 13 Matthieu Herrb
# wg genkey > /etc/wireguard/private
27 13 Matthieu Herrb
# wg pubkey < /etc/wireguard/private > /etc/wireguard/public
28 13 Matthieu Herrb
# ip link add dev wg0 type wireguard
29 13 Matthieu Herrb
# ip a add dev wg0 10.99.0.1/32
30 13 Matthieu Herrb
# ip -6 a add dev wg0 fe80::31/128
31 13 Matthieu Herrb
# wg set wg0 private-key ./private listen-port 51820
32 13 Matthieu Herrb
# ip link set wg0 up
33 13 Matthieu Herrb
</pre>
34 13 Matthieu Herrb
35 13 Matthieu Herrb
36 13 Matthieu Herrb
h3. Pour chaque client, sur h10:
37 13 Matthieu Herrb
38 13 Matthieu Herrb
Exemple:
39 13 Matthieu Herrb
<pre>
40 13 Matthieu Herrb
# wg set wg0 peer <clé publique du client> allowed-ips 185.119.170.3/32,2a03:7220:8087:300::/56
41 13 Matthieu Herrb
# ip r add 185.119.170.3/32 dev wg0
42 13 Matthieu Herrb
# ip -6 r add 2a03:7220:8087:300::/56 dev wg0
43 13 Matthieu Herrb
</pre>
44 13 Matthieu Herrb
45 13 Matthieu Herrb
46 13 Matthieu Herrb
47 13 Matthieu Herrb
h2. Old tests VPN tetaneutral sur h9
48 1 Matthieu Herrb
49 9 Matthieu Herrb
h3. Configuration
50 10 Matthieu Herrb
51 11 Matthieu Herrb
Sur h7: router les IP via h9:
52 1 Matthieu Herrb
<pre>
53 11 Matthieu Herrb
ip r add 185.119.170.3/32 via 91.224.148.143 dev eth3.3131
54 11 Matthieu Herrb
ip -6 r add 2a03:7220:8087:300::/56 via fe80::80:8f dev eth3.3131
55 11 Matthieu Herrb
</pre>
56 11 Matthieu Herrb
57 11 Matthieu Herrb
Sur h9 config globale:
58 11 Matthieu Herrb
59 11 Matthieu Herrb
<pre>
60 1 Matthieu Herrb
# modprobe wireguard
61 1 Matthieu Herrb
# umask 077
62 1 Matthieu Herrb
# wg genkey > /etc/wireguard/private
63 1 Matthieu Herrb
# wg pubkey < /etc/wireguard/private > /etc/wireguard/public
64 1 Matthieu Herrb
# ip link add dev wg0 type wireguard
65 1 Matthieu Herrb
# ip a add dev wg0 10.99.0.1/32
66 1 Matthieu Herrb
# ip -6 a add dev wg0 fe80::31/128
67 6 Matthieu Herrb
# wg set wg0 private-key ./private listen-port 55769
68 1 Matthieu Herrb
# ip link set wg0 up
69 1 Matthieu Herrb
</pre>
70 1 Matthieu Herrb
71 11 Matthieu Herrb
72 1 Matthieu Herrb
Pour chaque client, sur h9:
73 1 Matthieu Herrb
74 1 Matthieu Herrb
<pre>
75 1 Matthieu Herrb
# wg set wg0 peer <clé publique du client> allowed-ips 185.119.170.3/32,2a03:7220:8087:300::/56
76 1 Matthieu Herrb
# ip r add 185.119.170.3/32 dev wg0
77 2 Matthieu Herrb
# ip -6 r add 2a03:7220:8087:300::/56 dev wg0
78 1 Matthieu Herrb
</pre>
79 1 Matthieu Herrb
80 11 Matthieu Herrb
h4. Config client openwrt
81 11 Matthieu Herrb
82 11 Matthieu Herrb
Dans @/etc/config/network@
83 11 Matthieu Herrb
84 1 Matthieu Herrb
<pre>
85 1 Matthieu Herrb
config interface 'vpn0'
86 1 Matthieu Herrb
        option proto 'wireguard'
87 5 Matthieu Herrb
        option private_key '<clé privée>'
88 1 Matthieu Herrb
        list addresses '185.119.170.3/32'
89 5 Matthieu Herrb
        list addresses '2a03:7220:8087:300::1/56'
90 1 Matthieu Herrb
91 1 Matthieu Herrb
config wireguard_vpn0
92 1 Matthieu Herrb
        option public_key 'DsIeOCRs/5uYdi8rLiBzRNmN4zUzKCQRqY3Sbl8NS0A=' # La clé publique de h9
93 1 Matthieu Herrb
        option route_allowed_ips '1'
94 1 Matthieu Herrb
        option endpoint_host '91.224.148.143'
95 1 Matthieu Herrb
        option endpoint_port '55769'
96 4 Matthieu Herrb
        option persistent_keepalive '25'
97 2 Matthieu Herrb
        list allowed_ips '0.0.0.0/0'
98 3 Matthieu Herrb
        list allowed_ips '::/0'
99 1 Matthieu Herrb
</pre>
100 1 Matthieu Herrb
101 12 Matthieu Herrb
h4. Config client debian 
102 11 Matthieu Herrb
103 11 Matthieu Herrb
Dans @/etc/rc.local@ pas de route par défaut configurée
104 11 Matthieu Herrb
105 1 Matthieu Herrb
<pre>
106 11 Matthieu Herrb
# wireguard
107 11 Matthieu Herrb
# route vers h9 
108 11 Matthieu Herrb
/bin/ip route add 91.224.148.143/32 via 192.168.31.200 dev eth0
109 11 Matthieu Herrb
110 11 Matthieu Herrb
/sbin/modprobe wireguard
111 11 Matthieu Herrb
/bin/ip link add dev wg0 type wireguard
112 11 Matthieu Herrb
/bin/ip a add dev wg0 185.119.170.2
113 11 Matthieu Herrb
/bin/ip -6 a add dev wg0 2a03:7220:8087:200::1/56
114 11 Matthieu Herrb
/usr/bin/wg set wg0 private-key /etc/wireguard/private 
115 11 Matthieu Herrb
/usr/bin/wg set wg0 peer DsIeOCRs/5uYdi8rLiBzRNmN4zUzKCQRqY3Sbl8NS0A= \
116 11 Matthieu Herrb
        endpoint  91.224.148.143:55769 \
117 11 Matthieu Herrb
        allowed-ips 0.0.0.0/0,::/0 \
118 11 Matthieu Herrb
        persistent-keepalive 25
119 11 Matthieu Herrb
/bin/ip link set wg0 up
120 11 Matthieu Herrb
121 11 Matthieu Herrb
/bin/ip route add 10.99.0.1 dev wg0
122 11 Matthieu Herrb
/bin/ip route add default via 10.99.0.1 dev wg0
123 11 Matthieu Herrb
/bin/ip -6 route add default via fe80::31 dev wg0
124 9 Matthieu Herrb
</pre>
125 9 Matthieu Herrb
126 9 Matthieu Herrb
h3. Status
127 9 Matthieu Herrb
128 9 Matthieu Herrb
<pre>
129 9 Matthieu Herrb
root@h9:~# wg show
130 9 Matthieu Herrb
interface: wg0
131 9 Matthieu Herrb
  public key: DsIeOCRs/5uYdi8rLiBzRNmN4zUzKCQRqY3Sbl8NS0A=
132 9 Matthieu Herrb
  private key: (hidden)
133 9 Matthieu Herrb
  listening port: 55769
134 9 Matthieu Herrb
135 9 Matthieu Herrb
peer: y4ydCem0bUQpryyiTxS2eMPtoHLD5iOGqth1f9xkfww=
136 9 Matthieu Herrb
  endpoint: 176.158.4.203:57103
137 9 Matthieu Herrb
  allowed ips: 185.119.170.3/32, 2a03:7220:8087:300::/56
138 9 Matthieu Herrb
  latest handshake: 1 minute, 27 seconds ago
139 9 Matthieu Herrb
  transfer: 1.08 MiB received, 1.92 MiB sent
140 9 Matthieu Herrb
141 9 Matthieu Herrb
peer: hUT6WhmUw6yRpwLX3R9Rh/8x1lZDk9JeX56We7zVvWc=
142 9 Matthieu Herrb
  endpoint: 176.158.4.203:57658
143 9 Matthieu Herrb
  allowed ips: 185.119.170.2/32, 2a03:7220:8087:200::/56
144 3 Matthieu Herrb
  latest handshake: 1 minute, 38 seconds ago
145 7 Matthieu Herrb
  transfer: 107.09 KiB received, 208.19 KiB sent
146 7 Matthieu Herrb
</pre>
147 7 Matthieu Herrb
148 8 Matthieu Herrb
h3. Déploiement
149 8 Matthieu Herrb
150 8 Matthieu Herrb
Remarque: clé privée des clients à garder privée...
151 8 Matthieu Herrb
152 8 Matthieu Herrb
Deux modes possibles :
153 8 Matthieu Herrb
154 8 Matthieu Herrb
# sur un PC de l'adhérent·e
155 8 Matthieu Herrb
156 8 Matthieu Herrb
 * iel installe wireguard
157 8 Matthieu Herrb
 * iel génère la clé privé et envoie à ttnn la clé publique
158 8 Matthieu Herrb
 * ttnn envoie la config à l'adhérent·e
159 8 Matthieu Herrb
 * Avantages :
160 8 Matthieu Herrb
161 8 Matthieu Herrb
  * performance
162 8 Matthieu Herrb
  * utilisable en mobilité
163 8 Matthieu Herrb
 * Inconvénients :
164 8 Matthieu Herrb
165 8 Matthieu Herrb
  * difficulté assistance installation initiale / dépannage
166 8 Matthieu Herrb
# Sur un routeur fourni par l'association
167 8 Matthieu Herrb
168 8 Matthieu Herrb
 * routeur un peu costaud (ZBT ou Archer C7)
169 8 Matthieu Herrb
 * on génère un firmware avec la config en dur
170 8 Matthieu Herrb
 * on fournit le routeur à l'adhérent·e (comme pour un accès radio)
171 8 Matthieu Herrb
 * Avantages :
172 8 Matthieu Herrb
173 8 Matthieu Herrb
  * simplicité pour l'adhérent·e
174 8 Matthieu Herrb
  * assistance
175 8 Matthieu Herrb
 * Inconvénients :
176 8 Matthieu Herrb
177 8 Matthieu Herrb
  * performances (à confirmer)
178 1 Matthieu Herrb
  * moins mobile