Home                              
** 2/17/25   Tailscale        
  Ver   Home        
  2/17/25                              
   
  Home Notes: to access subnets (ie, Vickie's printer, router, …) then  Tailscale Preference's >  Use Tailscale subnets  > checkmarked
  Auto_Login.htm to use both LAN+Tailscale paths on my LAN then  Tailscale Preference's >  Use Tailscale subnets  > uncheckmarked
  Misc
  subnetting Tailscale as a service for all users (unattended mode)  Tailscale Preference's > Run unattended  > checkmarked (see Copilt:  Auto-Login Tailscale)
  site-to-site
  Troubleshooting
  Visual Policy Ed
  Glossary
   
   
    install Free Plan:
    sign in to your network upto 3 users
    mdhvezda@gmail.com 100 devices
    --->  mdh@gm
   
    Add device to my tailscale Network
    --->  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