| Giorgi Lekveishvili | 29c95ca | 2023-11-06 14:44:00 +0400 | [diff] [blame] | 1 | #!/bin/sh |
| 2 | |||||
| 3 | ssh root@h01 "systemctl restart systemd-networkd" | ||||
| 4 | ssh root@h02 "systemctl restart systemd-networkd" | ||||
| Giorgi Lekveishvili | ba589ae | 2024-03-14 18:51:34 +0400 | [diff] [blame] | 5 | |
| 6 | ssh root@h01 "tailscale down" | ||||
| 7 | ssh root@h01 "tailscale up --advertise-routes=192.168.100.0/24" | ||||