diff options
| author | Paul Buetow <paul@buetow.org> | 2025-05-01 17:48:15 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-05-01 17:48:15 +0300 |
| commit | 404e6a3eac35ae4469a404bbcf4d38eb11f5dc0e (patch) | |
| tree | ce8b8835704a243d4c2a18f22ee1af8b562b6359 /README.md | |
| parent | 3202136ef43723262c5eda69cc42e5d3861f0caa (diff) | |
initial mesh works
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -42,13 +42,12 @@ END [root@r0 ~] dnf update -y [root@r0 ~] reboot -[root@r0 ~] firewall-cmd --add-port=51820/udp --permanent -[root@r0 ~] firewall-cmd --reload [root@r0 ~] dnf install wireguard-tools [root@r0 ~] mkdir -p /etc/wireguard [root@r0 ~] touch /etc/wireguard/wg0.conf [root@r0 ~] systemctl enable wg-quick@wg0.service [root@r0 ~] systemctl start wg-quick@wg0.service +[root@r0 ~] systemctl disable firewalld [root@r0 ~] cat <<END >>/etc/hosts 192.168.1.130 f0 f0.lan f0.lan.buetow.org |
