| Home | |||||||||||||||||||||||||
| ** | 2/17/25 | Tailscale | |||||||||||||||||||||||
| Ver | Home | ||||||||||||||||||||||||
| 2/17/25 | |||||||||||||||||||||||||
| Home | install | Free Plan: | |||||||||||||||||||||||
| Misc | sign in to your network | upto 3 users | |||||||||||||||||||||||
| subnetting | [email protected] | 100 devices | |||||||||||||||||||||||
| site-to-site | ---> mdh@gm | ||||||||||||||||||||||||
| Troubleshooting | |||||||||||||||||||||||||
| Visual Policy Ed | Add device to my tailscale Network | ||||||||||||||||||||||||
| Glossary | ---> goes to my Dashboard | ||||||||||||||||||||||||
| "Disable Key expiry" | ---> | on the newly installed devicde | |||||||||||||||||||||||
| Advertise SSH on the host ---> | # | tailscale status | |||||||||||||||||||||||
| # | tailscale set --ssh | enable SSH | |||||||||||||||||||||||
| # | ssh root@unifi-os-server | SSH to that machine | |||||||||||||||||||||||
| nmcli | |||||||||||||||||||||||||
| $ | sudo nmcli connection modify "Wired connection 1" ipv4.addresses 192.168.7.44/24 | ||||||||||||||||||||||||
| $ | sudo nmcli connection modify "Wired connection 1" ipv4.gateway 192.168.7.1 | ||||||||||||||||||||||||
| $ | sudo nmcli connection modify "Wired connection 1" ipv4.dns "192.168.7.1 8.8.8.8" | ||||||||||||||||||||||||
| $ | sudo nmcli connection modify "Wired connection 1" ipv4.method manual | ||||||||||||||||||||||||
| Updating | apt update | sudo apt-get update | |||||||||||||||||||||||
| apt install tailscale | sudo apt-get install tailscale | ||||||||||||||||||||||||
| systemctl restart tailscaled | |||||||||||||||||||||||||