Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vpn_client [2023/07/16 05:20] – Grammatical changes in the Tailscale section. markfeuervpn_client [2024/01/28 00:57] (current) – add note in tailscale setup section to access resources behind a tailscale subnet router cs
Line 132: Line 132:
 /userdata/tailscale/tailscaled -state /userdata/tailscale/state > /userdata/tailscale/tailscaled.log 2>&1 &/userdata/tailscale/tailscale up /userdata/tailscale/tailscaled -state /userdata/tailscale/state > /userdata/tailscale/tailscaled.log 2>&1 &/userdata/tailscale/tailscale up
 </file> </file>
 +
 +  * **IF YOU ARE ACCESSING RESOURCES BEHIND A TAILSCALE SUBNET ROUTER:** By default, Tailscale clients specifically for Linux do not accept routes advertised by subnet routers. If you wish to access resources in the subnet router's network, the ''tailscale up'' command needs an ''--accept-routes'' flag appended. [[https://tailscale.com/kb/1241/tailscale-up?q=--accept-routes|Tailscale Docs]]
 +  * Using the above script block as a reference, the last line will look like this if you want to enable this feature:
 +
 +<code>
 +/userdata/tailscale/tailscaled -state /userdata/tailscale/state > /userdata/tailscale/tailscaled.log 2>&1 &/userdata/tailscale/tailscale up --accept-routes
 +</code>
  
   * **IF YOU ARE USING AN ARM SBC:** You need to use WinSCP or another program with this function to check that the tailscale and tailscaled files in /userdata/tailscale have the execute permission. Go to that directory and right click on both files, then click "Properties." Make sure to check the checkboxes for "Owner" and "Group" marked "X," then hit OK.   * **IF YOU ARE USING AN ARM SBC:** You need to use WinSCP or another program with this function to check that the tailscale and tailscaled files in /userdata/tailscale have the execute permission. Go to that directory and right click on both files, then click "Properties." Make sure to check the checkboxes for "Owner" and "Group" marked "X," then hit OK.
  • vpn_client.txt
  • Last modified: 3 months ago
  • by cs