Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
8c4ea242050b617dfd80d5e3d35f56df7f9ea98b
/
.
/
scripts
/
hetzner
/
network.sh
blob: 69e86abed8c7bb0b03c88a4862d9aa34fb371bf3 [
file
] [
log
] [
blame
]
#!/bin/sh
ssh root@h01
"systemctl restart systemd-networkd"
ssh root@h02
"systemctl restart systemd-networkd"
ssh root@h01
"tailscale down"
ssh root@h01
"tailscale up --advertise-routes=192.168.100.0/24"