Skip to content

Commit

Permalink
enable ip forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Apr 12, 2024
1 parent e46c81d commit 26b9982
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider/pkg/provider/azure/userdata.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh

echo "set some kernel values"
sudo sysctl -w net.ipv4.ip_forward=1

echo "Installing Tailscale"
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.noarmor.gpg | sudo tee /usr/share/keyrings/tailscale-archive-keyring.gpg >/dev/null
curl -fsSL https://pkgs.tailscale.com/stable/ubuntu/focal.tailscale-keyring.list | sudo tee /etc/apt/sources.list.d/tailscale.list
Expand Down

0 comments on commit 26b9982

Please sign in to comment.