このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン | |||
01_linux:10_network:06_wireguard [2024/08/06 10:28] – [サーバ側wg0.confに追加する設定を表示] matsui | 01_linux:10_network:06_wireguard [2024/08/06 10:46] (現在) – [6.クライアント設定ファイル作成] matsui | ||
---|---|---|---|
行 130: | 行 130: | ||
# ${CL} | # ${CL} | ||
PrivateKey = ${CLIENT_privkey} | PrivateKey = ${CLIENT_privkey} | ||
- | Address = 10.0.1.2/24 #client01のIP | + | Address = 10.0.1.2/32 #${CL}のIP |
DNS = 8.8.8.8, 8.8.4.4 | DNS = 8.8.8.8, 8.8.4.4 | ||