blob: 69e86abed8c7bb0b03c88a4862d9aa34fb371bf3 [file] [log] [blame]
Giorgi Lekveishvili29c95ca2023-11-06 14:44:00 +04001#!/bin/sh
2
3ssh root@h01 "systemctl restart systemd-networkd"
4ssh root@h02 "systemctl restart systemd-networkd"
Giorgi Lekveishviliba589ae2024-03-14 18:51:34 +04005
6ssh root@h01 "tailscale down"
7ssh root@h01 "tailscale up --advertise-routes=192.168.100.0/24"