Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
618e243b36c6518a97e1d3a8ce9a6d69a5eaffad
/
.
/
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"