Tailscale异地组网中转derp服务器搭建(无需域名)
⚠️⚠️⚠️此文档搭建方式失效
个别用户反馈搭建后ping不通等问题,浪浪云技术经过测试后发现此教程存在一些问题
为此重新做出最新一键部署搭建文档 请看 最新derp服务器搭建文档免域名免备案版
最新文档请看
准备一台nat服务器
安装带有docker环境的系统
登录服务器
部署derp容器
docker run -d --restart always --name derper -p 4433:443 -p 3478:3478/udp pvapor/derper
添加端口转发
测试访问derp服务器
修改tailscale配置文件
// Example/default ACLs for unrestricted connections.
{
// Declare static groups of users beyond those in the identity service.
"Groups": {
"group:example": ["user1@example.com", "user2@example.com"],
},
// Declare convenient hostname aliases to use in place of IP addresses.
"Hosts": {
"example-host-1": "100.100.100.100",
},
"ACLs": [
// Match absolutely everything. Comment out this section if you want
// to define specific ACL restrictions.
{"Action": "accept", "Users": ["*"], "Ports": ["*:*"]},
],
"derpMap": {
"OmitDefaultRegions": true,
"Regions": {
"900": {
"RegionID": 900,
"RegionCode": "浙江",
"RegionName": "宁波",
"Nodes": [{
"Name": "1",
"RegionID": 900,
"HostName": "服务器的ip",
"IPv4": "服务器的ip",
"DERPPort": 4433对应的网端口,
"STUNPort": 3478对应的外网端口,
}],
},
},
},
}
保存配置文件通过 tailscale netcheck
命令进行查看
避坑指南
本文是原创文章,采用 CC BY-NC-ND 4.0 协议,完整转载请注明来自 浪浪云技术栈
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果