This repository was archived by the owner on Jul 31, 2025. It is now read-only.
forked from dkaser/unraid-tailscale-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiagnostics.json
More file actions
80 lines (80 loc) · 2.83 KB
/
diagnostics.json
File metadata and controls
80 lines (80 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"title": "Tailscale",
"filters": [
"s/\\.[^\\.]*\\.myunraid\\.net/\\.hash\\.myunraid\\.net/g",
"s/\\.[^\\.]*\\.ts\\.net/\\.magicdns\\.ts\\.net/g",
"s/[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}/[email protected]/g",
"s/([0-9A-Fa-f]{2})[:-]([0-9A-Fa-f]{2}[:-]){3}([0-9A-Fa-f]{2})/\\1:XX:XX:XX:\\3/g",
"s/([0-9A-Fa-f]{1,4}):([0-9A-Fa-f]{1,4}:){1,}([0-9A-Fa-f]{1,4})(\\/[0-9]{1,3})?([%][a-zA-Z0-9]+)?/\\1:XX:XX:XX:XX:XX:XX:\\3\\4\\5/g",
"s/\\[([0-9A-Fa-f]{1,4}):([0-9A-Fa-f]{1,4}:){1,}([0-9A-Fa-f]{1,4})(\\/[0-9]{1,3})?([%][a-zA-Z0-9]+)?\\]/[\\1:XX:XX:XX:XX:XX:XX:\\3\\4\\5]/g",
"s/([0-9A-Fa-f]{1,4}):([0-9A-Fa-f]{1,4}:)?::([0-9A-Fa-f]{1,4}:)?([0-9A-Fa-f]{1,4})(\\/[0-9]{1,3})?([%][a-zA-Z0-9]+)?/\\1:XX:XX:XX:XX:XX:XX:\\4\\5\\6/g",
"s/\\[([0-9A-Fa-f]{1,4}):([0-9A-Fa-f]{1,4}:)?::([0-9A-Fa-f]{1,4}:)?([0-9A-Fa-f]{1,4})(\\/[0-9]{1,3})?([%][a-zA-Z0-9]+)?\\]/[\\1:XX:XX:XX:XX:XX:XX:\\4\\5\\6]/g"
],
"commands": [
{
"command": "tailscale status",
"file": "tailscale-status.txt",
"filters": [
"s/^(\\S*[ ]*\\S*[ ]*\\S)\\S*/\\1zzz/g",
"s/^(\\S*[ ]*\\S)\\S*/\\1zzz/g",
"s/ */ /g"
]
},
{
"command": "tailscale debug prefs | jq 'del(.Config)'",
"file": "tailscale-debug-prefs.txt"
},
{
"command": "tailscale lock status | head -1",
"file": "tailscale-lock-status.txt"
},
{
"command": "ls -Rl /usr/local/emhttp/plugins/tailscale/",
"file": "plugin-files.txt"
},
{
"command": "ls -l /boot/config/plugins/tailscale/",
"file": "config-files.txt"
},
{
"command": "iptables -L -n -v",
"file": "iptables.txt"
},
{
"command": "ip link",
"file": "ip-link.txt"
},
{
"command": "ip address",
"file": "ip-address.txt"
},
{
"command": "docker network inspect host",
"file": "docker-network-host.txt"
},
{
"command": "ip rule",
"file": "ip-rule.txt"
},
{
"command": "ip route list table 52",
"file": "ip-route-tailscale.txt"
},
{
"command": "ip route list table all",
"file": "ip-route-all.txt"
},
{
"command": "netstat -4nl",
"file": "ipv4-listening.txt"
}
],
"files": [
"/boot/config/plugins/tailscale/tailscale.cfg",
"/etc/resolv.conf",
"/etc/samba/smb-names.conf",
"/var/log/tailscale.log",
"/var/log/tailscale-utils.log",
"/var/log/tailscale-error.log"],
"system_diagnostics": true
}