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