Tailscale: Difference between revisions
From DikapediaV2
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
* On Windows, you can ping devices on connected to your tailnet using the <b>tailscale cli</b>. | * On Windows, you can ping devices on connected to your tailnet using the <b>tailscale cli</b>. | ||
C:\Users\ardik>tailscale ping 100. | C:\Users\ardik>tailscale ping 100.88.252.98 | ||
* On MacOS, you can also ping using the <b>tailscale cli</b>. On my system, I installed the AppStore variant, so I needed to make this alias: | * On MacOS, you can also ping using the <b>tailscale cli</b>. On my system, I installed the AppStore variant, so I needed to make this alias: | ||
$ alias tailscale="/Applications/Tailscale.localized/Tailscale.app/Contents/MacOS/Tailscale" | |||
$ tailscale ping 100.86.138.253 | |||
pong from desktop-toreeks (100.86.138.253) via DERP(nyc) in 148ms | |||
pong from desktop-toreeks (100.86.138.253) via DERP(nyc) in 62ms | |||
pong from desktop-toreeks (100.86.138.253) via DERP(nyc) in 53ms |
Revision as of 20:40, 15 September 2024
Downloads: https://tailscale.com/download
- For MacOS, there is an AppStore variant which you can install as an alternative.
Adding Devices to Network
https://tailscale.com/kb/1316/device-add
Tailscale CLI
- On Windows, you can ping devices on connected to your tailnet using the tailscale cli.
C:\Users\ardik>tailscale ping 100.88.252.98
- On MacOS, you can also ping using the tailscale cli. On my system, I installed the AppStore variant, so I needed to make this alias:
$ alias tailscale="/Applications/Tailscale.localized/Tailscale.app/Contents/MacOS/Tailscale" $ tailscale ping 100.86.138.253 pong from desktop-toreeks (100.86.138.253) via DERP(nyc) in 148ms pong from desktop-toreeks (100.86.138.253) via DERP(nyc) in 62ms pong from desktop-toreeks (100.86.138.253) via DERP(nyc) in 53ms