There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

randombullet ,

This is the exact script I use to install tailscale on my VPN server

Installing Tailscale

<pre style="background-color:#ffffff;">
<span style="color:#323232;"> curl -fsSL https://tailscale.com/install.sh | sh 
</span>

Enable IP forwarding

<pre style="background-color:#ffffff;">
<span style="color:#323232;"> echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.conf 
</span><span style="color:#323232;"> echo 'net.ipv6.conf.all.forwarding = 1' | sudo tee -a /etc/sysctl.conf 
</span><span style="color:#323232;"> sudo sysctl -p /etc/sysctl.conf 
</span>

Advertise subenets and exit node

<pre style="background-color:#ffffff;">
<span style="color:#323232;"> tailscale up --advertise-exit-node --advertise-routes=192.168.0.0/24,192.168.2.0/28,192.168.5.0/24,192.168.10.0/24
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines