# tailscale客户端连接headscale

## 阿里服务器：
https://tailscale.bakeding.site

** Headscale `API Key`：**
```shell
vrSvmc5.TU76cARTlr0Ifv2kdDaBvuthY1GuqEi0
```

** eason user `Preauth Keys`： **
```shell
6aa4e048254831ebae24254359a04bff94b22e6b93f56958
```

** 运行命令：**
```shell
tailscale up -login-server https://tailscale.bakeding.site -authkey 6aa4e048254831ebae24254359a04bff94b22e6b93f56958 -accept-dns=false -accept-routes --advertise-exit-node --reset
tailscale up -login-server https://tailscale.bakeding.site -authkey 6aa4e048254831ebae24254359a04bff94b22e6b93f56958 -accept-dns=false -accept-routes  --advertise-routes=10.8.0.0/24 --advertise-exit-node --reset
```

## 腾讯服务器：
https://tailscale.bakeding.site

** Headscale `API Key`：**
```shell
ynREpBS.UduOZ_Dwxu1WRreh6vMKvUsiNwvefz_n
```

** eason user `Preauth Keys`：**
```shell
c5765d7426fe55c005ffda74419ec38f9a32fd770fa13199 
```

** 运行命令：**
```shell
tailscale up -login-server https://tailscale.bakeding.site -authkey c5765d7426fe55c005ffda74419ec38f9a32fd770fa13199 -accept-dns=false -accept-routes  --advertise-exit-node --reset
# 或者
tailscale up -login-server https://tailscale.bakeding.site -authkey c5765d7426fe55c005ffda74419ec38f9a32fd770fa13199 -accept-dns=false -accept-routes  --advertise-routes=10.9.0.0/24 --advertise-exit-node --reset
```
## 常用命令 
```shell
tailscale netcheck 
taiscale ping 100.100.0.1
tailscale status
tailscale switch eason
tailscale switch bakeding@126.com
```