Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get nodes: context deadline exceeded returns 0 exit code and wrong stderr output #1856

Open
2 tasks
k2m30 opened this issue Apr 5, 2024 · 0 comments
Open
2 tasks
Labels
bug Something isn't working

Comments

@k2m30
Copy link

k2m30 commented Apr 5, 2024

Bug description

headscale nodes list
2024-04-05T11:06:06+02:00 DBG Setting timeout timeout=5000
Cannot get nodes: context deadline exceeded

echo $?
0

Expected non-zero value

Also stderr's and stdout's content should be swapped:

headscale nodes list > stdout.log 2> stderr.log

cat stdout.log
Cannot get nodes: context deadline exceeded

cat stderr.log
2024-04-05T11:03:54+02:00 DBG Setting timeout timeout=5000

Environment

  • OS: Mac OS Sonoma
  • Headscale version: v0.23.0-alpha5
  • Tailscale version: 1.60.1
  • Headscale is behind a (reverse) proxy
  • Headscale runs in a container

To Reproduce

see above

Logs and attachments

tailscale debug netmap
{
	"SelfNode": {
		"ID": 62,
		"StableID": "62",
		"Name": "rb-prod-cis-connector.redbull-prod-cis.kvinta.to",
		"User": 5,
		"Key": "nodekey:44a657b8df99213f65bb4a4152ca012653b9f1d14c5f5510d170c1da80e67e43",
		"KeyExpiry": "0001-01-01T00:00:00Z",
		"Machine": "mkey:39dc0521220520dc6b8553e9d2f48e069681a188581c824f5abee605c5b1f208",
		"DiscoKey": "discokey:b36b2713165347b5a9405cf3329683e71c5524e1881a19d8dc0a376ac2a38956",
		"Addresses": [
			"100.64.0.1/32",
			"fd7a:115c:a1e0::1/128"
		],
		"AllowedIPs": [
			"100.64.0.1/32",
			"fd7a:115c:a1e0::1/128"
		],
		"Endpoints": [
			"3.77.4.244:65295",
			"10.25.4.92:50282"
		],
		"DERP": "127.3.3.40:18",
		"Hostinfo": {
			"IPNVersion": "1.60.1-t2caffeeb4",
			"BackendLogID": "813b65434eaed6530cec479402bd77c965a691445f98b21d00ad810783967cef",
			"OS": "linux",
			"OSVersion": "5.4.269-183.369.amzn2.x86_64",
			"Container": true,
			"Env": "k8s",
			"Distro": "alpine",
			"DistroVersion": "3.18.6",
			"Desktop": false,
			"Hostname": "rb-prod-cis-connector",
			"Machine": "x86_64",
			"GoArch": "amd64",
			"GoArchVar": "v1",
			"GoVersion": "go1.22.0",
			"Services": [
				{
					"Proto": "peerapi4",
					"Port": 58436
				},
				{
					"Proto": "peerapi6",
					"Port": 1
				},
				{
					"Proto": "peerapi-dns-proxy",
					"Port": 1
				}
			],
			"NetInfo": {
				"MappingVariesByDestIP": true,
				"HairPinning": false,
				"WorkingIPv6": false,
				"OSHasIPv6": false,
				"WorkingUDP": true,
				"WorkingICMPv4": false,
				"UPnP": false,
				"PMP": false,
				"PCP": false,
				"PreferredDERP": 18,
				"DERPLatency": {
					"1-v4": 0.099776221,
					"14-v4": 0.012435306,
					"18-v4": 0.01202559,
					"19-v4": 0.100223783,
					"21-v4": 0.100229786,
					"22-v4": 0.099832308,
					"23-v4": 0.099835953,
					"4-v4": 0.012402738,
					"8-v4": 0.099741226
				},
				"FirewallMode": "ipt-default"
			},
			"Cloud": "aws",
			"Userspace": false,
			"UserspaceRouter": false,
			"AppConnector": false
		},
		"Created": "2024-03-17T08:46:10.615649Z",
		"Cap": 87,
		"Online": true,
		"MachineAuthorized": true,
		"CapMap": {
			"https://tailscale.com/cap/file-sharing": [],
			"https://tailscale.com/cap/is-admin": [],
			"https://tailscale.com/cap/ssh": []
		},
		"ComputedName": "rb-prod-cis-connector",
		"ComputedNameWithHost": "rb-prod-cis-connector"
	},
	"NodeKey": "nodekey:44a657b8df99213f65bb4a4152ca012653b9f1d14c5f5510d170c1da80e67e43",
	"PrivateKey": "privkey:0000000000000000000000000000000000000000000000000000000000000000",
	"Expiry": "0001-01-01T00:00:00Z",
	"Name": "rb-prod-cis-connector.redbull-prod-cis.kvinta.to",
	"MachineKey": "mkey:39dc0521220520dc6b8553e9d2f48e069681a188581c824f5abee605c5b1f208",
	"Peers": [
		{
			"ID": 63,
			"StableID": "63",
			"Name": "rb-test-cis-connector.redbull-test-cis.kvinta.to",
			"User": 6,
			"Key": "nodekey:e65875d9d2b94cf382f8deffbf5865c7c38471fb24169f599fff66d3ffc73d1e",
			"KeyExpiry": "0001-01-01T00:00:00Z",
			"Machine": "mkey:565932f17cddb0dd452b22a41b4d1b74a24a98fbc68395eedbe2c44ffdba2069",
			"DiscoKey": "discokey:a07cf3c024ef6714d894b1700e306d9d13490cbf06092e0d26b9f9558a52826e",
			"Addresses": [
				"100.64.0.2/32",
				"fd7a:115c:a1e0::2/128"
			],
			"AllowedIPs": [
				"100.64.0.2/32",
				"fd7a:115c:a1e0::2/128"
			],
			"Endpoints": [
				"3.65.104.154:59160",
				"3.65.104.154:31670",
				"3.65.104.154:43988",
				"3.65.104.154:30622",
				"10.24.10.127:35496"
			],
			"DERP": "127.3.3.40:14",
			"Hostinfo": {
				"IPNVersion": "1.62.1-t2827330c6",
				"BackendLogID": "a83f9115a32da79c4a95b7db49f36f095da5ebaaacc8d6af648ebb5d410792a7",
				"OS": "linux",
				"OSVersion": "5.4.269-183.369.amzn2.x86_64",
				"Container": true,
				"Env": "k8s",
				"Distro": "alpine",
				"DistroVersion": "3.18.6",
				"Desktop": false,
				"Hostname": "rb-test-cis-connector",
				"Machine": "x86_64",
				"GoArch": "amd64",
				"GoArchVar": "v1",
				"GoVersion": "go1.22.1",
				"Services": [
					{
						"Proto": "peerapi4",
						"Port": 46590
					},
					{
						"Proto": "peerapi6",
						"Port": 1
					},
					{
						"Proto": "peerapi-dns-proxy",
						"Port": 1
					}
				],
				"NetInfo": {
					"MappingVariesByDestIP": true,
					"HairPinning": false,
					"WorkingIPv6": false,
					"OSHasIPv6": false,
					"WorkingUDP": true,
					"WorkingICMPv4": false,
					"UPnP": false,
					"PMP": false,
					"PCP": false,
					"PreferredDERP": 14,
					"DERPLatency": {
						"14-v4": 0.010317101,
						"18-v4": 0.011079757,
						"8-v4": 0.016810097
					},
					"FirewallMode": "ipt-default"
				},
				"Cloud": "aws",
				"Userspace": false,
				"UserspaceRouter": false,
				"AppConnector": false
			},
			"Created": "2024-03-17T08:48:07.511764Z",
			"Cap": 87,
			"LastSeen": "2024-04-02T08:18:05.960283999Z",
			"Online": true,
			"MachineAuthorized": true,
			"CapMap": {
				"https://tailscale.com/cap/file-sharing": [],
				"https://tailscale.com/cap/is-admin": [],
				"https://tailscale.com/cap/ssh": []
			},
			"ComputedName": "rb-test-cis-connector.redbull-test-cis.kvinta.to",
			"ComputedNameWithHost": "rb-test-cis-connector.redbull-test-cis.kvinta.to (rb-test-cis-connector)"
		},
		{
			"ID": 64,
			"StableID": "64",
			"Name": "qa-test-cis-connector.qa-eu-test-cis.kvinta.to",
			"User": 8,
			"Key": "nodekey:a69357dae95425765949a72e945cca6d68fa8ea7abc1262109e45e279d65e956",
			"KeyExpiry": "0001-01-01T00:00:00Z",
			"Machine": "mkey:dfccf796775a69064dc99642adf93363f0ae2dc480da4365f4889c74dc90aa05",
			"DiscoKey": "discokey:658e0926778fc5ae2bf7ff9955b8480b6990cbe5f1afa8f66892173daa8e2c6a",
			"Addresses": [
				"100.64.0.3/32",
				"fd7a:115c:a1e0::3/128"
			],
			"AllowedIPs": [
				"100.64.0.3/32",
				"fd7a:115c:a1e0::3/128"
			],
			"Endpoints": [
				"3.65.104.154:60457",
				"3.65.104.154:13482",
				"10.24.6.113:49166"
			],
			"DERP": "127.3.3.40:14",
			"Hostinfo": {
				"IPNVersion": "1.62.0-tcc950c079",
				"BackendLogID": "f043b9968559a5df9bb000ec173199a5e294123985fd8ccae94d058db65d87ed",
				"OS": "linux",
				"OSVersion": "5.4.269-183.369.amzn2.x86_64",
				"Container": true,
				"Env": "k8s",
				"Distro": "alpine",
				"DistroVersion": "3.18.6",
				"Desktop": false,
				"Hostname": "qa-test-cis-connector",
				"Machine": "x86_64",
				"GoArch": "amd64",
				"GoArchVar": "v1",
				"GoVersion": "go1.22.1",
				"Services": [
					{
						"Proto": "peerapi4",
						"Port": 34152
					},
					{
						"Proto": "peerapi6",
						"Port": 1
					},
					{
						"Proto": "peerapi-dns-proxy",
						"Port": 1
					}
				],
				"NetInfo": {
					"MappingVariesByDestIP": true,
					"HairPinning": false,
					"WorkingIPv6": false,
					"OSHasIPv6": false,
					"WorkingUDP": true,
					"WorkingICMPv4": false,
					"UPnP": false,
					"PMP": false,
					"PCP": false,
					"PreferredDERP": 14,
					"DERPLatency": {
						"14-v4": 0.013246783,
						"4-v4": 0.093328992,
						"8-v4": 0.093282402
					},
					"FirewallMode": "ipt-default"
				},
				"Cloud": "aws",
				"Userspace": false,
				"UserspaceRouter": false,
				"AppConnector": false
			},
			"Created": "2024-03-17T08:48:37.222925Z",
			"Cap": 87,
			"LastSeen": "2024-04-02T08:18:08.867708796Z",
			"Online": true,
			"MachineAuthorized": true,
			"CapMap": {
				"https://tailscale.com/cap/file-sharing": [],
				"https://tailscale.com/cap/is-admin": [],
				"https://tailscale.com/cap/ssh": []
			},
			"ComputedName": "qa-test-cis-connector.qa-eu-test-cis.kvinta.to",
			"ComputedNameWithHost": "qa-test-cis-connector.qa-eu-test-cis.kvinta.to (qa-test-cis-connector)"
		},
		{
			"ID": 65,
			"StableID": "65",
			"Name": "rb-prod-cryptopro.redbull-prod-cis.kvinta.to",
			"User": 5,
			"Key": "nodekey:905cc9a27bba814037aa08d7d71be152a6cbe618f257d3a5913e4c6c761a7648",
			"KeyExpiry": "0001-01-01T00:00:00Z",
			"Machine": "mkey:02f1427a835aeda222187e8365b280ac62da86623feb8801683660a9f51d6843",
			"DiscoKey": "discokey:0d731239aba3b8c4bdb4f12ac4036465b9ccaf0aece589136776d308a22d5427",
			"Addresses": [
				"100.64.0.4/32",
				"fd7a:115c:a1e0::4/128"
			],
			"AllowedIPs": [
				"100.64.0.4/32",
				"fd7a:115c:a1e0::4/128"
			],
			"Endpoints": [
				"158.160.15.181:56708",
				"10.112.151.7:56708"
			],
			"DERP": "127.3.3.40:22",
			"Hostinfo": {
				"IPNVersion": "1.60.1-t2caffeeb4",
				"BackendLogID": "df97fb56accb1368dac7b5a01f03d6c357a043747a1092788f5349e8bb22c8e9",
				"OS": "linux",
				"OSVersion": "5.4.0-139-generic",
				"Container": false,
				"Env": "k8s",
				"Distro": "alpine",
				"DistroVersion": "3.18.6",
				"Desktop": false,
				"Hostname": "rb-prod-cryptopro",
				"Machine": "x86_64",
				"GoArch": "amd64",
				"GoArchVar": "v1",
				"GoVersion": "go1.22.0",
				"Services": [
					{
						"Proto": "peerapi4",
						"Port": 37067
					},
					{
						"Proto": "peerapi6",
						"Port": 40203
					},
					{
						"Proto": "peerapi-dns-proxy",
						"Port": 1
					}
				],
				"NetInfo": {
					"MappingVariesByDestIP": false,
					"HairPinning": false,
					"WorkingIPv6": false,
					"OSHasIPv6": true,
					"WorkingUDP": true,
					"WorkingICMPv4": false,
					"UPnP": false,
					"PMP": false,
					"PCP": false,
					"PreferredDERP": 22,
					"DERPLatency": {
						"1-v4": 0.1288078,
						"10-v4": 0.186499362,
						"11-v4": 0.240882789,
						"12-v4": 0.139356923,
						"13-v4": 0.160005493,
						"14-v4": 0.123242564,
						"15-v4": 0.23886569,
						"16-v4": 0.166357338,
						"17-v4": 0.178949017,
						"18-v4": 0.058677513,
						"19-v4": 0.074823757,
						"2-v4": 0.192733109,
						"20-v4": 0.366274265,
						"21-v4": 0.1308072,
						"22-v4": 0.029058064,
						"23-v4": 0.158058272,
						"24-v4": 0.24121337,
						"25-v4": 0.206238158,
						"3-v4": 0.202623476,
						"4-v4": 0.123574586,
						"5-v4": 0.273719866,
						"6-v4": 0.183576097,
						"7-v4": 0.308302434,
						"8-v4": 0.123507599,
						"9-v4": 0.169733246
					},
					"FirewallMode": "ipt-default"
				},
				"Userspace": false,
				"UserspaceRouter": false,
				"AppConnector": false
			},
			"Created": "2024-03-17T08:49:03.600138Z",
			"Cap": 87,
			"LastSeen": "2024-04-02T08:18:06.590722269Z",
			"Online": true,
			"MachineAuthorized": true,
			"CapMap": {
				"https://tailscale.com/cap/file-sharing": [],
				"https://tailscale.com/cap/is-admin": [],
				"https://tailscale.com/cap/ssh": []
			},
			"ComputedName": "rb-prod-cryptopro",
			"ComputedNameWithHost": "rb-prod-cryptopro"
		},
		{
			"ID": 67,
			"StableID": "67",
			"Name": "rb-dev-cryptopro.redbull-dev-cis.kvinta.to",
			"User": 3,
			"Key": "nodekey:3e650389074978967c90add2a302ff38824890d07dd9c0cd2b07aa815c019051",
			"KeyExpiry": "0001-01-01T00:00:00Z",
			"Machine": "mkey:a4d3e4f860cc6445c00771e27eb84bf22165f6fe26d7b2acd76cc4fac0d58a62",
			"DiscoKey": "discokey:c8b2ec9076cd0a1829af9e10e760bb1d2d2e8eedc249cb4da9d6cb01255f901b",
			"Addresses": [
				"100.64.0.6/32",
				"fd7a:115c:a1e0::6/128"
			],
			"AllowedIPs": [
				"100.64.0.6/32",
				"fd7a:115c:a1e0::6/128"
			],
			"Endpoints": [
				"51.250.53.20:35426",
				"51.250.53.36:35426",
				"10.112.209.8:35426"
			],
			"DERP": "127.3.3.40:22",
			"Hostinfo": {
				"IPNVersion": "1.60.1-t2caffeeb4",
				"BackendLogID": "7f8ba6040a341193f11e8c3ad74d4a24ccff9fc57f077be93cf2a64ada5fddf0",
				"OS": "linux",
				"OSVersion": "5.4.0-153-generic",
				"Container": false,
				"Env": "k8s",
				"Distro": "alpine",
				"DistroVersion": "3.18.6",
				"Desktop": false,
				"Hostname": "rb-dev-cryptopro",
				"Machine": "x86_64",
				"GoArch": "amd64",
				"GoArchVar": "v1",
				"GoVersion": "go1.22.0",
				"Services": [
					{
						"Proto": "peerapi4",
						"Port": 61927
					},
					{
						"Proto": "peerapi6",
						"Port": 64551
					},
					{
						"Proto": "peerapi-dns-proxy",
						"Port": 1
					}
				],
				"NetInfo": {
					"MappingVariesByDestIP": true,
					"HairPinning": false,
					"WorkingIPv6": false,
					"OSHasIPv6": true,
					"WorkingUDP": true,
					"WorkingICMPv4": false,
					"UPnP": false,
					"PMP": false,
					"PCP": false,
					"PreferredDERP": 22,
					"DERPLatency": {
						"1-v4": 0.125525123,
						"10-v4": 0.179367476,
						"11-v4": 0.245032196,
						"12-v4": 0.144529001,
						"13-v4": 0.150278178,
						"14-v4": 0.043002842,
						"15-v4": 0.245014352,
						"16-v4": 0.15080976,
						"17-v4": 0.171666281,
						"18-v4": 0.053747793,
						"19-v4": 0.066446707,
						"2-v4": 0.188941097,
						"21-v4": 0.139860753,
						"22-v4": 0.021508854,
						"23-v4": 0.144422459,
						"24-v4": 0.244865347,
						"25-v4": 0.245040756,
						"3-v4": 0.24505407,
						"4-v4": 0.055871709,
						"8-v4": 0.046161031,
						"9-v4": 0.153067167
					},
					"FirewallMode": "ipt-default"
				},
				"Userspace": false,
				"UserspaceRouter": false,
				"AppConnector": false
			},
			"Created": "2024-03-17T09:34:59.229104Z",
			"Cap": 87,
			"LastSeen": "2024-04-02T08:18:10.783735767Z",
			"Online": true,
			"MachineAuthorized": true,
			"CapMap": {
				"https://tailscale.com/cap/file-sharing": [],
				"https://tailscale.com/cap/is-admin": [],
				"https://tailscale.com/cap/ssh": []
			},
			"ComputedName": "rb-dev-cryptopro.redbull-dev-cis.kvinta.to",
			"ComputedNameWithHost": "rb-dev-cryptopro.redbull-dev-cis.kvinta.to (rb-dev-cryptopro)"
		},
		{
			"ID": 68,
			"StableID": "68",
			"Name": "qa-test-cryptopro.qa-eu-test-cis.kvinta.to",
			"User": 8,
			"Key": "nodekey:1696e1ade84817e41eac582ab8540b12f389e7c272b5a20d99265b348058fe5e",
			"KeyExpiry": "0001-01-01T00:00:00Z",
			"Machine": "mkey:87943060ff4bd49d9e125a5a6574fba5c74eabfe5a2c7666a7957d9f885d833a",
			"DiscoKey": "discokey:5ba0b4ef0973b9d1bed1f282249a38d2ef90f843a99714ef07d9aba5f185061e",
			"Addresses": [
				"100.64.0.7/32",
				"fd7a:115c:a1e0::7/128"
			],
			"AllowedIPs": [
				"100.64.0.7/32",
				"fd7a:115c:a1e0::7/128"
			],
			"Endpoints": [
				"51.250.21.96:51152",
				"10.112.214.3:51152"
			],
			"DERP": "127.3.3.40:22",
			"Hostinfo": {
				"IPNVersion": "1.62.1-t2827330c6",
				"BackendLogID": "224b12b3754617505dec49d81ca72d7d37957d5b8e7db604d7799a98476957d0",
				"OS": "linux",
				"OSVersion": "5.4.0-139-generic",
				"Container": false,
				"Env": "k8s",
				"Distro": "alpine",
				"DistroVersion": "3.18.6",
				"Desktop": false,
				"Hostname": "qa-test-cryptopro",
				"Machine": "x86_64",
				"GoArch": "amd64",
				"GoArchVar": "v1",
				"GoVersion": "go1.22.1",
				"Services": [
					{
						"Proto": "peerapi4",
						"Port": 49521
					},
					{
						"Proto": "peerapi6",
						"Port": 52401
					},
					{
						"Proto": "peerapi-dns-proxy",
						"Port": 1
					}
				],
				"NetInfo": {
					"MappingVariesByDestIP": false,
					"HairPinning": false,
					"WorkingIPv6": false,
					"OSHasIPv6": true,
					"WorkingUDP": true,
					"WorkingICMPv4": false,
					"UPnP": false,
					"PMP": false,
					"PCP": false,
					"PreferredDERP": 22,
					"DERPLatency": {
						"1-v4": 0.172774285,
						"10-v4": 0.199538625,
						"11-v4": 0.272512931,
						"12-v4": 0.172798904,
						"13-v4": 0.173047385,
						"14-v4": 0.072849812,
						"15-v4": 0.272570787,
						"16-v4": 0.172879789,
						"17-v4": 0.199472384,
						"18-v4": 0.072808364,
						"19-v4": 0.077165877,
						"2-v4": 0.199517362,
						"20-v4": 0.34670348,
						"21-v4": 0.172726479,
						"22-v4": 0.07260348,
						"23-v4": 0.172715927,
						"24-v4": 0.272558862,
						"25-v4": 0.206948429,
						"3-v4": 0.206989218,
						"4-v4": 0.073016038,
						"5-v4": 0.284947976,
						"6-v4": 0.174122084,
						"7-v4": 0.299589126,
						"8-v4": 0.072813559,
						"9-v4": 0.172855561
					},
					"FirewallMode": "ipt-default"
				},
				"Userspace": false,
				"UserspaceRouter": false,
				"AppConnector": false
			},
			"Created": "2024-03-17T11:11:53.691518Z",
			"Cap": 87,
			"LastSeen": "2024-04-02T08:18:52.994546143Z",
			"Online": true,
			"MachineAuthorized": true,
			"CapMap": {
				"https://tailscale.com/cap/file-sharing": [],
				"https://tailscale.com/cap/is-admin": [],
				"https://tailscale.com/cap/ssh": []
			},
			"ComputedName": "qa-test-cryptopro.qa-eu-test-cis.kvinta.to",
			"ComputedNameWithHost": "qa-test-cryptopro.qa-eu-test-cis.kvinta.to (qa-test-cryptopro)"
		},
		{
			"ID": 69,
			"StableID": "69",
			"Name": "lt-dev-cryptopro.load-tests-dev-cis.kvinta.to",
			"User": 7,
			"Key": "nodekey:494d10fb05094cb95e228963ceab7ee47eefba17c8f3b0f4c6723320a2ea5816",
			"KeyExpiry": "0001-01-01T00:00:00Z",
			"Machine": "mkey:7b030fbc5d17c957fd7160c48a12384b55d57522eb060b16ac7ba9c5f9bffd12",
			"DiscoKey": "discokey:306b58613d62a9318d4dcd058930fecb302dfee4cbefa3430e713d173fc75a51",
			"Addresses": [
				"100.64.0.8/32",
				"fd7a:115c:a1e0::8/128"
			],
			"AllowedIPs": [
				"100.64.0.8/32",
				"fd7a:115c:a1e0::8/128"
			],
			"Endpoints": [
				"84.201.183.119:11024",
				"51.250.53.71:38097",
				"10.112.207.5:54432"
			],
			"DERP": "127.3.3.40:22",
			"Hostinfo": {
				"IPNVersion": "1.62.1-t2827330c6",
				"BackendLogID": "a1ceab28c34327e1e79ce70cd06c5fcb48544f41d82371fd02eb0a2f180f54b9",
				"OS": "linux",
				"OSVersion": "5.4.0-153-generic",
				"Container": false,
				"Env": "k8s",
				"Distro": "alpine",
				"DistroVersion": "3.18.6",
				"Desktop": false,
				"Hostname": "lt-dev-cryptopro",
				"Machine": "x86_64",
				"GoArch": "amd64",
				"GoArchVar": "v1",
				"GoVersion": "go1.22.1",
				"Services": [
					{
						"Proto": "peerapi4",
						"Port": 56544
					},
					{
						"Proto": "peerapi6",
						"Port": 53536
					},
					{
						"Proto": "peerapi-dns-proxy",
						"Port": 1
					}
				],
				"NetInfo": {
					"MappingVariesByDestIP": true,
					"HairPinning": false,
					"WorkingIPv6": false,
					"OSHasIPv6": true,
					"WorkingUDP": true,
					"WorkingICMPv4": false,
					"UPnP": false,
					"PMP": false,
					"PCP": false,
					"PreferredDERP": 22,
					"DERPLatency": {
						"1-v4": 0.122683134,
						"10-v4": 0.177868111,
						"11-v4": 0.237937056,
						"12-v4": 0.141543916,
						"13-v4": 0.158212896,
						"14-v4": 0.045696108,
						"15-v4": 0.21436344,
						"16-v4": 0.145440459,
						"17-v4": 0.175164447,
						"18-v4": 0.0563009,
						"19-v4": 0.080487604,
						"2-v4": 0.192614031,
						"21-v4": 0.125986554,
						"22-v4": 0.027217971,
						"23-v4": 0.149576994,
						"24-v4": 0.233400898,
						"25-v4": 0.21436062,
						"3-v4": 0.214344602,
						"4-v4": 0.043687673,
						"5-v4": 0.269907695,
						"6-v4": 0.256045468,
						"8-v4": 0.062168026,
						"9-v4": 0.154154547
					},
					"FirewallMode": "ipt-default"
				},
				"Userspace": false,
				"UserspaceRouter": false,
				"AppConnector": false
			},
			"Created": "2024-03-17T11:50:43.882468Z",
			"Cap": 87,
			"LastSeen": "2024-04-02T08:18:24.394666645Z",
			"Online": true,
			"MachineAuthorized": true,
			"CapMap": {
				"https://tailscale.com/cap/file-sharing": [],
				"https://tailscale.com/cap/is-admin": [],
				"https://tailscale.com/cap/ssh": []
			},
			"ComputedName": "lt-dev-cryptopro.load-tests-dev-cis.kvinta.to",
			"ComputedNameWithHost": "lt-dev-cryptopro.load-tests-dev-cis.kvinta.to (lt-dev-cryptopro)"
		},
		{
			"ID": 70,
			"StableID": "70",
			"Name": "rb-test-cryptopro.redbull-test-cis.kvinta.to",
			"User": 6,
			"Key": "nodekey:351a336b4b3651621eee1523835b07cafca15b796541c4327862de2f8ece1c33",
			"KeyExpiry": "0001-01-01T00:00:00Z",
			"Machine": "mkey:c380c4e7353331b1db0565a9e549ef52d54198d0a5e2c0b0a5472b3d98c8bd3c",
			"DiscoKey": "discokey:331a4068ef2ee310e80f5ec2f1d49e49afb6d584d9f980069c31ee3c7defb322",
			"Addresses": [
				"100.64.0.9/32",
				"fd7a:115c:a1e0::9/128"
			],
			"AllowedIPs": [
				"100.64.0.9/32",
				"fd7a:115c:a1e0::9/128"
			],
			"Endpoints": [
				"51.250.21.96:41498",
				"10.112.212.19:41498"
			],
			"DERP": "127.3.3.40:22",
			"Hostinfo": {
				"IPNVersion": "1.62.1-t2827330c6",
				"BackendLogID": "d054b03c16857e8a4626b7d7a4ccec86bfda959b09b9404802f0174d782707b8",
				"OS": "linux",
				"OSVersion": "5.4.0-139-generic",
				"Container": false,
				"Env": "k8s",
				"Distro": "alpine",
				"DistroVersion": "3.18.6",
				"Desktop": false,
				"Hostname": "rb-test-cryptopro",
				"Machine": "x86_64",
				"GoArch": "amd64",
				"GoArchVar": "v1",
				"GoVersion": "go1.22.1",
				"Services": [
					{
						"Proto": "peerapi4",
						"Port": 60534
					},
					{
						"Proto": "peerapi6",
						"Port": 57782
					},
					{
						"Proto": "peerapi-dns-proxy",
						"Port": 1
					}
				],
				"NetInfo": {
					"MappingVariesByDestIP": false,
					"HairPinning": false,
					"WorkingIPv6": false,
					"OSHasIPv6": true,
					"WorkingUDP": true,
					"WorkingICMPv4": false,
					"UPnP": false,
					"PMP": false,
					"PCP": false,
					"PreferredDERP": 22,
					"DERPLatency": {
						"1-v4": 0.121964534,
						"10-v4": 0.199935497,
						"11-v4": 0.24277176,
						"12-v4": 0.137528294,
						"13-v4": 0.156631427,
						"14-v4": 0.047357648,
						"15-v4": 0.21296413,
						"16-v4": 0.146645249,
						"17-v4": 0.176398834,
						"18-v4": 0.056506689,
						"19-v4": 0.100101609,
						"2-v4": 0.186562321,
						"20-v4": 0.355452049,
						"21-v4": 0.125522943,
						"22-v4": 0.026013348,
						"23-v4": 0.155854655,
						"24-v4": 0.255597005,
						"25-v4": 0.201225401,
						"3-v4": 0.199601015,
						"4-v4": 0.155717546,
						"5-v4": 0.276861143,
						"6-v4": 0.183661101,
						"7-v4": 0.299564193,
						"8-v4": 0.099907893,
						"9-v4": 0.165357679
					},
					"FirewallMode": "ipt-default"
				},
				"Userspace": false,
				"UserspaceRouter": false,
				"AppConnector": false
			},
			"Created": "2024-03-17T12:43:43.956352Z",
			"Cap": 87,
			"LastSeen": "2024-04-02T08:18:23.498837269Z",
			"Online": true,
			"MachineAuthorized": true,
			"CapMap": {
				"https://tailscale.com/cap/file-sharing": [],
				"https://tailscale.com/cap/is-admin": [],
				"https://tailscale.com/cap/ssh": []
			},
			"ComputedName": "rb-test-cryptopro.redbull-test-cis.kvinta.to",
			"ComputedNameWithHost": "rb-test-cryptopro.redbull-test-cis.kvinta.to (rb-test-cryptopro)"
		},
		{
			"ID": 76,
			"StableID": "76",
			"Name": "lt-dev-cis-connector.load-tests-dev-cis.kvinta.to",
			"User": 7,
			"Key": "nodekey:61c2d20fc09aefea471f1a616af5a100c451b5ab07ebbbd3e6a78630937fb01a",
			"KeyExpiry": "0001-01-01T00:00:00Z",
			"Machine": "mkey:2b4ba2337a757a7f7b050aa7500ff2e550779705f4fdca80ab6394597658f52f",
			"DiscoKey": "discokey:3336b8a7b657bd841d4db261cc4e344fd0d06648cb3c2dc1c32a1bd69197e322",
			"Addresses": [
				"100.64.0.10/32",
				"fd7a:115c:a1e0::a/128"
			],
			"AllowedIPs": [
				"100.64.0.10/32",
				"fd7a:115c:a1e0::a/128"
			],
			"Endpoints": [
				"35.157.102.160:36434",
				"35.157.102.160:17018",
				"35.157.102.160:53743",
				"10.13.9.177:42734"
			],
			"DERP": "127.3.3.40:4",
			"Hostinfo": {
				"IPNVersion": "1.62.0-tcc950c079",
				"BackendLogID": "758b1dad6ea509afc8fa15ff26832a3c55161dd4925eb0faf00b084d59c75e29",
				"OS": "linux",
				"OSVersion": "5.4.268-181.370.amzn2.x86_64",
				"Container": true,
				"Env": "k8s",
				"Distro": "alpine",
				"DistroVersion": "3.18.6",
				"Desktop": false,
				"Hostname": "lt-dev-cis-connector",
				"Machine": "x86_64",
				"GoArch": "amd64",
				"GoArchVar": "v1",
				"GoVersion": "go1.22.1",
				"Services": [
					{
						"Proto": "peerapi4",
						"Port": 48588
					},
					{
						"Proto": "peerapi6",
						"Port": 1
					},
					{
						"Proto": "peerapi-dns-proxy",
						"Port": 1
					}
				],
				"NetInfo": {
					"MappingVariesByDestIP": true,
					"HairPinning": false,
					"WorkingIPv6": false,
					"OSHasIPv6": false,
					"WorkingUDP": true,
					"WorkingICMPv4": false,
					"UPnP": false,
					"PMP": false,
					"PCP": false,
					"PreferredDERP": 4,
					"DERPLatency": {
						"1-v4": 0.100290878,
						"10-v4": 0.195113543,
						"11-v4": 0.200342798,
						"12-v4": 0.111314237,
						"13-v4": 0.126460057,
						"14-v4": 0.011286288,
						"15-v4": 0.19556215,
						"16-v4": 0.112106658,
						"17-v4": 0.195246871,
						"18-v4": 0.100098211,
						"19-v4": 0.100853235,
						"2-v4": 0.195363852,
						"20-v4": 0.200035902,
						"21-v4": 0.100516313,
						"22-v4": 0.100357659,
						"23-v4": 0.100247351,
						"24-v4": 0.203313847,
						"25-v4": 0.195729429,
						"3-v4": 0.195799471,
						"4-v4": 0.005622211,
						"5-v4": 0.292423905,
						"6-v4": 0.195455946,
						"7-v4": 0.292447349,
						"8-v4": 0.100745448,
						"9-v4": 0.121013437
					},
					"FirewallMode": "ipt-default"
				},
				"Cloud": "aws",
				"Userspace": false,
				"UserspaceRouter": false,
				"AppConnector": false
			},
			"Created": "2024-03-26T12:47:08.704295Z",
			"Cap": 87,
			"LastSeen": "2024-04-02T08:18:08.744132722Z",
			"Online": true,
			"MachineAuthorized": true,
			"CapMap": {
				"https://tailscale.com/cap/file-sharing": [],
				"https://tailscale.com/cap/is-admin": [],
				"https://tailscale.com/cap/ssh": []
			},
			"ComputedName": "lt-dev-cis-connector.load-tests-dev-cis.kvinta.to",
			"ComputedNameWithHost": "lt-dev-cis-connector.load-tests-dev-cis.kvinta.to (lt-dev-cis-connector)"
		},
		{
			"ID": 82,
			"StableID": "82",
			"Name": "rb-dev-cis-connector.redbull-dev-cis.kvinta.to",
			"User": 3,
			"Key": "nodekey:8573b4eba20f33ed3d930b085cfcc803394f921b9b60b5fa0e5d90cd66b28167",
			"KeyExpiry": "0001-01-01T00:00:00Z",
			"Machine": "mkey:4ee60d702e9a7a425cfb6e7a20cbe6099d8058f793ead2ca2449b224ddebd521",
			"DiscoKey": "discokey:3a1c6a1527820e9d589df7f2aab873a79a78693c0ffa7afd33f0d2c78cdb4733",
			"Addresses": [
				"100.64.0.5/32",
				"fd7a:115c:a1e0::5/128"
			],
			"AllowedIPs": [
				"100.64.0.5/32",
				"fd7a:115c:a1e0::5/128"
			],
			"Endpoints": [
				"18.193.195.163:29461",
				"10.10.10.152:54590"
			],
			"DERP": "127.3.3.40:14",
			"Hostinfo": {
				"IPNVersion": "1.60.1-t2caffeeb4",
				"BackendLogID": "d7a343daaf8bf9af38bcae8ff37fd97d9c8f03612642ad3eb8916ed8d43e88ef",
				"OS": "linux",
				"OSVersion": "5.4.268-181.370.amzn2.x86_64",
				"Container": true,
				"Env": "k8s",
				"Distro": "alpine",
				"DistroVersion": "3.18.6",
				"Desktop": false,
				"Hostname": "rb-dev-cis-connector",
				"Machine": "x86_64",
				"GoArch": "amd64",
				"GoArchVar": "v1",
				"GoVersion": "go1.22.0",
				"Services": [
					{
						"Proto": "peerapi4",
						"Port": 41053
					},
					{
						"Proto": "peerapi6",
						"Port": 1
					},
					{
						"Proto": "peerapi-dns-proxy",
						"Port": 1
					}
				],
				"NetInfo": {
					"MappingVariesByDestIP": true,
					"HairPinning": false,
					"WorkingIPv6": false,
					"OSHasIPv6": false,
					"WorkingUDP": true,
					"WorkingICMPv4": false,
					"UPnP": false,
					"PMP": false,
					"PCP": false,
					"PreferredDERP": 14,
					"DERPLatency": {
						"14-v4": 0.01378239,
						"18-v4": 0.014175904,
						"19-v4": 0.034705846,
						"22-v4": 0.021150039,
						"4-v4": 0.018400872,
						"8-v4": 0.030308235
					},
					"FirewallMode": "ipt-default"
				},
				"Cloud": "aws",
				"Userspace": false,
				"UserspaceRouter": false,
				"AppConnector": false
			},
			"Created": "2024-04-02T07:03:45.319098Z",
			"Cap": 87,
			"Online": true,
			"MachineAuthorized": true,
			"CapMap": {
				"https://tailscale.com/cap/file-sharing": [],
				"https://tailscale.com/cap/is-admin": [],
				"https://tailscale.com/cap/ssh": []
			},
			"ComputedName": "rb-dev-cis-connector.redbull-dev-cis.kvinta.to",
			"ComputedNameWithHost": "rb-dev-cis-connector.redbull-dev-cis.kvinta.to (rb-dev-cis-connector)"
		}
	],
	"DNS": {
		"Routes": {
			"0.e.1.a.c.5.1.1.a.7.d.f.ip6.arpa": [],
			"100.100.in-addr.arpa": [],
			"101.100.in-addr.arpa": [],
			"102.100.in-addr.arpa": [],
			"103.100.in-addr.arpa": [],
			"104.100.in-addr.arpa": [],
			"105.100.in-addr.arpa": [],
			"106.100.in-addr.arpa": [],
			"107.100.in-addr.arpa": [],
			"108.100.in-addr.arpa": [],
			"109.100.in-addr.arpa": [],
			"110.100.in-addr.arpa": [],
			"111.100.in-addr.arpa": [],
			"112.100.in-addr.arpa": [],
			"113.100.in-addr.arpa": [],
			"114.100.in-addr.arpa": [],
			"115.100.in-addr.arpa": [],
			"116.100.in-addr.arpa": [],
			"117.100.in-addr.arpa": [],
			"118.100.in-addr.arpa": [],
			"119.100.in-addr.arpa": [],
			"120.100.in-addr.arpa": [],
			"121.100.in-addr.arpa": [],
			"122.100.in-addr.arpa": [],
			"123.100.in-addr.arpa": [],
			"124.100.in-addr.arpa": [],
			"125.100.in-addr.arpa": [],
			"126.100.in-addr.arpa": [],
			"127.100.in-addr.arpa": [],
			"64.100.in-addr.arpa": [],
			"65.100.in-addr.arpa": [],
			"66.100.in-addr.arpa": [],
			"67.100.in-addr.arpa": [],
			"68.100.in-addr.arpa": [],
			"69.100.in-addr.arpa": [],
			"70.100.in-addr.arpa": [],
			"71.100.in-addr.arpa": [],
			"72.100.in-addr.arpa": [],
			"73.100.in-addr.arpa": [],
			"74.100.in-addr.arpa": [],
			"75.100.in-addr.arpa": [],
			"76.100.in-addr.arpa": [],
			"77.100.in-addr.arpa": [],
			"78.100.in-addr.arpa": [],
			"79.100.in-addr.arpa": [],
			"80.100.in-addr.arpa": [],
			"81.100.in-addr.arpa": [],
			"82.100.in-addr.arpa": [],
			"83.100.in-addr.arpa": [],
			"84.100.in-addr.arpa": [],
			"85.100.in-addr.arpa": [],
			"86.100.in-addr.arpa": [],
			"87.100.in-addr.arpa": [],
			"88.100.in-addr.arpa": [],
			"89.100.in-addr.arpa": [],
			"90.100.in-addr.arpa": [],
			"91.100.in-addr.arpa": [],
			"92.100.in-addr.arpa": [],
			"93.100.in-addr.arpa": [],
			"94.100.in-addr.arpa": [],
			"95.100.in-addr.arpa": [],
			"96.100.in-addr.arpa": [],
			"97.100.in-addr.arpa": [],
			"98.100.in-addr.arpa": [],
			"99.100.in-addr.arpa": [],
			"load-tests-dev-cis.kvinta.to": null,
			"qa-eu-test-cis.kvinta.to": null,
			"redbull-dev-cis.kvinta.to": null,
			"redbull-prod-cis.kvinta.to": null,
			"redbull-test-cis.kvinta.to": null
		},
		"FallbackResolvers": [
			{
				"Addr": "1.1.1.1"
			}
		],
		"Domains": [
			"redbull-prod-cis.kvinta.to"
		],
		"Proxied": true,
		"Nameservers": [
			"1.1.1.1"
		]
	},
	"PacketFilter": [
		{
			"IPProto": [
				6,
				17,
				1,
				58
			],
			"Srcs": [
				"0.0.0.0/0",
				"::/0"
			],
			"Dsts": [
				{
					"Net": "0.0.0.0/0",
					"Ports": {
						"First": 0,
						"Last": 65535
					}
				},
				{
					"Net": "::/0",
					"Ports": {
						"First": 0,
						"Last": 65535
					}
				}
			],
			"Caps": []
		}
	],
	"PacketFilterRules": [
		{
			"SrcIPs": [
				"*"
			],
			"DstPorts": [
				{
					"IP": "*",
					"Bits": null,
					"Ports": {
						"First": 0,
						"Last": 65535
					}
				}
			]
		}
	],
	"SSHPolicy": {
		"rules": null
	},
	"CollectServices": false,
	"DERPMap": {
		"Regions": {
			"1": {
				"RegionID": 1,
				"RegionCode": "nyc",
				"RegionName": "New York City",
				"Nodes": [
					{
						"Name": "1f",
						"RegionID": 1,
						"HostName": "derp1f.tailscale.com",
						"IPv4": "199.38.181.104",
						"IPv6": "2607:f740:f::bc"
					},
					{
						"Name": "1g",
						"RegionID": 1,
						"HostName": "derp1g.tailscale.com",
						"IPv4": "209.177.145.120",
						"IPv6": "2607:f740:f::3eb"
					},
					{
						"Name": "1h",
						"RegionID": 1,
						"HostName": "derp1h.tailscale.com",
						"IPv4": "199.38.181.93",
						"IPv6": "2607:f740:f::afd"
					},
					{
						"Name": "1i",
						"RegionID": 1,
						"HostName": "derp1i.tailscale.com",
						"IPv4": "199.38.181.103",
						"IPv6": "2607:f740:f::e19",
						"STUNOnly": true
					}
				]
			},
			"10": {
				"RegionID": 10,
				"RegionCode": "sea",
				"RegionName": "Seattle",
				"Nodes": [
					{
						"Name": "10b",
						"RegionID": 10,
						"HostName": "derp10b.tailscale.com",
						"IPv4": "192.73.240.161",
						"IPv6": "2607:f740:14::61c"
					},
					{
						"Name": "10c",
						"RegionID": 10,
						"HostName": "derp10c.tailscale.com",
						"IPv4": "192.73.240.121",
						"IPv6": "2607:f740:14::40c"
					},
					{
						"Name": "10d",
						"RegionID": 10,
						"HostName": "derp10d.tailscale.com",
						"IPv4": "192.73.240.132",
						"IPv6": "2607:f740:14::500"
					}
				]
			},
			"11": {
				"RegionID": 11,
				"RegionCode": "sao",
				"RegionName": "São Paulo",
				"Nodes": [
					{
						"Name": "11b",
						"RegionID": 11,
						"HostName": "derp11b.tailscale.com",
						"IPv4": "148.163.220.129",
						"IPv6": "2607:f740:1::211"
					},
					{
						"Name": "11c",
						"RegionID": 11,
						"HostName": "derp11c.tailscale.com",
						"IPv4": "148.163.220.134",
						"IPv6": "2607:f740:1::861"
					},
					{
						"Name": "11d",
						"RegionID": 11,
						"HostName": "derp11d.tailscale.com",
						"IPv4": "148.163.220.210",
						"IPv6": "2607:f740:1::2e6"
					}
				]
			},
			"12": {
				"RegionID": 12,
				"RegionCode": "ord",
				"RegionName": "Chicago",
				"Nodes": [
					{
						"Name": "12d",
						"RegionID": 12,
						"HostName": "derp12d.tailscale.com",
						"IPv4": "209.177.158.246",
						"IPv6": "2607:f740:e::811"
					},
					{
						"Name": "12e",
						"RegionID": 12,
						"HostName": "derp12e.tailscale.com",
						"IPv4": "209.177.158.15",
						"IPv6": "2607:f740:e::b17"
					},
					{
						"Name": "12f",
						"RegionID": 12,
						"HostName": "derp12f.tailscale.com",
						"IPv4": "199.38.182.118",
						"IPv6": "2607:f740:e::4c8"
					}
				]
			},
			"13": {
				"RegionID": 13,
				"RegionCode": "den",
				"RegionName": "Denver",
				"Nodes": [
					{
						"Name": "13b",
						"RegionID": 13,
						"HostName": "derp13b.tailscale.com",
						"IPv4": "192.73.242.187",
						"IPv6": "2607:f740:16::640"
					},
					{
						"Name": "13c",
						"RegionID": 13,
						"HostName": "derp13c.tailscale.com",
						"IPv4": "192.73.242.28",
						"IPv6": "2607:f740:16::5c"
					},
					{
						"Name": "13d",
						"RegionID": 13,
						"HostName": "derp13d.tailscale.com",
						"IPv4": "192.73.242.204",
						"IPv6": "2607:f740:16::c23"
					}
				]
			},
			"14": {
				"RegionID": 14,
				"RegionCode": "ams",
				"RegionName": "Amsterdam",
				"Nodes": [
					{
						"Name": "14b",
						"RegionID": 14,
						"HostName": "derp14b.tailscale.com",
						"IPv4": "176.58.93.248",
						"IPv6": "2a00:dd80:3c::807"
					},
					{
						"Name": "14c",
						"RegionID": 14,
						"HostName": "derp14c.tailscale.com",
						"IPv4": "176.58.93.147",
						"IPv6": "2a00:dd80:3c::b09"
					},
					{
						"Name": "14d",
						"RegionID": 14,
						"HostName": "derp14d.tailscale.com",
						"IPv4": "176.58.93.154",
						"IPv6": "2a00:dd80:3c::3d5"
					}
				]
			},
			"15": {
				"RegionID": 15,
				"RegionCode": "jnb",
				"RegionName": "Johannesburg",
				"Nodes": [
					{
						"Name": "15b",
						"RegionID": 15,
						"HostName": "derp15b.tailscale.com",
						"IPv4": "102.67.165.90",
						"IPv6": "2c0f:edb0:0:10::963"
					},
					{
						"Name": "15c",
						"RegionID": 15,
						"HostName": "derp15c.tailscale.com",
						"IPv4": "102.67.165.185",
						"IPv6": "2c0f:edb0:0:10::b59"
					},
					{
						"Name": "15d",
						"RegionID": 15,
						"HostName": "derp15d.tailscale.com",
						"IPv4": "102.67.165.36",
						"IPv6": "2c0f:edb0:0:10::599"
					}
				]
			},
			"16": {
				"RegionID": 16,
				"RegionCode": "mia",
				"RegionName": "Miami",
				"Nodes": [
					{
						"Name": "16b",
						"RegionID": 16,
						"HostName": "derp16b.tailscale.com",
						"IPv4": "192.73.243.135",
						"IPv6": "2607:f740:17::476"
					},
					{
						"Name": "16c",
						"RegionID": 16,
						"HostName": "derp16c.tailscale.com",
						"IPv4": "192.73.243.229",
						"IPv6": "2607:f740:17::4e4"
					},
					{
						"Name": "16d",
						"RegionID": 16,
						"HostName": "derp16d.tailscale.com",
						"IPv4": "192.73.243.141",
						"IPv6": "2607:f740:17::475"
					}
				]
			},
			"17": {
				"RegionID": 17,
				"RegionCode": "lax",
				"RegionName": "Los Angeles",
				"Nodes": [
					{
						"Name": "17b",
						"RegionID": 17,
						"HostName": "derp17b.tailscale.com",
						"IPv4": "192.73.244.245",
						"IPv6": "2607:f740:c::646"
					},
					{
						"Name": "17c",
						"RegionID": 17,
						"HostName": "derp17c.tailscale.com",
						"IPv4": "208.111.40.12",
						"IPv6": "2607:f740:c::10"
					},
					{
						"Name": "17d",
						"RegionID": 17,
						"HostName": "derp17d.tailscale.com",
						"IPv4": "208.111.40.216",
						"IPv6": "2607:f740:c::e1b"
					}
				]
			},
			"18": {
				"RegionID": 18,
				"RegionCode": "par",
				"RegionName": "Paris",
				"Nodes": [
					{
						"Name": "18b",
						"RegionID": 18,
						"HostName": "derp18b.tailscale.com",
						"IPv4": "176.58.90.147",
						"IPv6": "2a00:dd80:3e::363"
					},
					{
						"Name": "18c",
						"RegionID": 18,
						"HostName": "derp18c.tailscale.com",
						"IPv4": "176.58.90.207",
						"IPv6": "2a00:dd80:3e::c19"
					},
					{
						"Name": "18d",
						"RegionID": 18,
						"HostName": "derp18d.tailscale.com",
						"IPv4": "176.58.90.104",
						"IPv6": "2a00:dd80:3e::f2e"
					}
				]
			},
			"19": {
				"RegionID": 19,
				"RegionCode": "mad",
				"RegionName": "Madrid",
				"Nodes": [
					{
						"Name": "19b",
						"RegionID": 19,
						"HostName": "derp19b.tailscale.com",
						"IPv4": "45.159.97.144",
						"IPv6": "2a00:dd80:14:10::335"
					},
					{
						"Name": "19c",
						"RegionID": 19,
						"HostName": "derp19c.tailscale.com",
						"IPv4": "45.159.97.61",
						"IPv6": "2a00:dd80:14:10::20"
					},
					{
						"Name": "19d",
						"RegionID": 19,
						"HostName": "derp19d.tailscale.com",
						"IPv4": "45.159.97.233",
						"IPv6": "2a00:dd80:14:10::34a"
					}
				]
			},
			"2": {
				"RegionID": 2,
				"RegionCode": "sfo",
				"RegionName": "San Francisco",
				"Nodes": [
					{
						"Name": "2d",
						"RegionID": 2,
						"HostName": "derp2d.tailscale.com",
						"IPv4": "192.73.252.65",
						"IPv6": "2607:f740:0:3f::287"
					},
					{
						"Name": "2e",
						"RegionID": 2,
						"HostName": "derp2e.tailscale.com",
						"IPv4": "192.73.252.134",
						"IPv6": "2607:f740:0:3f::44c"
					},
					{
						"Name": "2f",
						"RegionID": 2,
						"HostName": "derp2f.tailscale.com",
						"IPv4": "208.111.34.178",
						"IPv6": "2607:f740:0:3f::f4"
					}
				]
			},
			"20": {
				"RegionID": 20,
				"RegionCode": "hkg",
				"RegionName": "Hong Kong",
				"Nodes": [
					{
						"Name": "20b",
						"RegionID": 20,
						"HostName": "derp20b.tailscale.com",
						"IPv4": "103.6.84.152",
						"IPv6": "2403:2500:8000:1::ef6"
					},
					{
						"Name": "20c",
						"RegionID": 20,
						"HostName": "derp20c.tailscale.com",
						"IPv4": "205.147.105.30",
						"IPv6": "2403:2500:8000:1::5fb"
					},
					{
						"Name": "20d",
						"RegionID": 20,
						"HostName": "derp20d.tailscale.com",
						"IPv4": "205.147.105.78",
						"IPv6": "2403:2500:8000:1::e9a"
					}
				]
			},
			"21": {
				"RegionID": 21,
				"RegionCode": "tor",
				"RegionName": "Toronto",
				"Nodes": [
					{
						"Name": "21b",
						"RegionID": 21,
						"HostName": "derp21b.tailscale.com",
						"IPv4": "162.248.221.199",
						"IPv6": "2607:f740:50::1d1"
					},
					{
						"Name": "21c",
						"RegionID": 21,
						"HostName": "derp21c.tailscale.com",
						"IPv4": "162.248.221.215",
						"IPv6": "2607:f740:50::f10"
					},
					{
						"Name": "21d",
						"RegionID": 21,
						"HostName": "derp21d.tailscale.com",
						"IPv4": "162.248.221.248",
						"IPv6": "2607:f740:50::ca4"
					}
				]
			},
			"22": {
				"RegionID": 22,
				"RegionCode": "waw",
				"RegionName": "Warsaw",
				"Nodes": [
					{
						"Name": "22b",
						"RegionID": 22,
						"HostName": "derp22b.tailscale.com",
						"IPv4": "45.159.98.196",
						"IPv6": "2a00:dd80:40:100::316"
					},
					{
						"Name": "22c",
						"RegionID": 22,
						"HostName": "derp22c.tailscale.com",
						"IPv4": "45.159.98.253",
						"IPv6": "2a00:dd80:40:100::3f"
					},
					{
						"Name": "22d",
						"RegionID": 22,
						"HostName": "derp22d.tailscale.com",
						"IPv4": "45.159.98.145",
						"IPv6": "2a00:dd80:40:100::211"
					}
				]
			},
			"23": {
				"RegionID": 23,
				"RegionCode": "dbi",
				"RegionName": "Dubai",
				"Nodes": [
					{
						"Name": "23b",
						"RegionID": 23,
						"HostName": "derp23b.tailscale.com",
						"IPv4": "185.34.3.232",
						"IPv6": "2a00:dd80:3f:100::76f"
					},
					{
						"Name": "23c",
						"RegionID": 23,
						"HostName": "derp23c.tailscale.com",
						"IPv4": "185.34.3.207",
						"IPv6": "2a00:dd80:3f:100::a50"
					},
					{
						"Name": "23d",
						"RegionID": 23,
						"HostName": "derp23d.tailscale.com",
						"IPv4": "185.34.3.75",
						"IPv6": "2a00:dd80:3f:100::97e"
					}
				]
			},
			"24": {
				"RegionID": 24,
				"RegionCode": "hnl",
				"RegionName": "Honolulu",
				"Nodes": [
					{
						"Name": "24b",
						"RegionID": 24,
						"HostName": "derp24b.tailscale.com",
						"IPv4": "208.83.234.151",
						"IPv6": "2001:19f0:c000:c586:5400:04ff:fe26:2ba6"
					},
					{
						"Name": "24c",
						"RegionID": 24,
						"HostName": "derp24c.tailscale.com",
						"IPv4": "208.83.233.233",
						"IPv6": "2001:19f0:c000:c591:5400:04ff:fe26:2c5f"
					},
					{
						"Name": "24d",
						"RegionID": 24,
						"HostName": "derp24d.tailscale.com",
						"IPv4": "208.72.155.133",
						"IPv6": "2001:19f0:c000:c564:5400:04ff:fe26:2ba8"
					}
				]
			},
			"25": {
				"RegionID": 25,
				"RegionCode": "nai",
				"RegionName": "Nairobi",
				"Nodes": [
					{
						"Name": "25b",
						"RegionID": 25,
						"HostName": "derp25b.tailscale.com",
						"IPv4": "102.67.167.245",
						"IPv6": "2c0f:edb0:2000:1::2e9"
					},
					{
						"Name": "25c",
						"RegionID": 25,
						"HostName": "derp25c.tailscale.com",
						"IPv4": "102.67.167.37",
						"IPv6": "2c0f:edb0:2000:1::2c7"
					},
					{
						"Name": "25d",
						"RegionID": 25,
						"HostName": "derp25d.tailscale.com",
						"IPv4": "102.67.167.188",
						"IPv6": "2c0f:edb0:2000:1::188"
					}
				]
			},
			"3": {
				"RegionID": 3,
				"RegionCode": "sin",
				"RegionName": "Singapore",
				"Nodes": [
					{
						"Name": "3b",
						"RegionID": 3,
						"HostName": "derp3b.tailscale.com",
						"IPv4": "43.245.49.105",
						"IPv6": "2403:2500:300::b0c"
					},
					{
						"Name": "3c",
						"RegionID": 3,
						"HostName": "derp3c.tailscale.com",
						"IPv4": "43.245.49.83",
						"IPv6": "2403:2500:300::57a"
					},
					{
						"Name": "3d",
						"RegionID": 3,
						"HostName": "derp3d.tailscale.com",
						"IPv4": "43.245.49.144",
						"IPv6": "2403:2500:300::df9"
					}
				]
			},
			"4": {
				"RegionID": 4,
				"RegionCode": "fra",
				"RegionName": "Frankfurt",
				"Nodes": [
					{
						"Name": "4f",
						"RegionID": 4,
						"HostName": "derp4f.tailscale.com",
						"IPv4": "185.40.234.219",
						"IPv6": "2a00:dd80:20::a25"
					},
					{
						"Name": "4g",
						"RegionID": 4,
						"HostName": "derp4g.tailscale.com",
						"IPv4": "185.40.234.113",
						"IPv6": "2a00:dd80:20::8f"
					},
					{
						"Name": "4h",
						"RegionID": 4,
						"HostName": "derp4h.tailscale.com",
						"IPv4": "185.40.234.77",
						"IPv6": "2a00:dd80:20::bcf"
					}
				]
			},
			"5": {
				"RegionID": 5,
				"RegionCode": "syd",
				"RegionName": "Sydney",
				"Nodes": [
					{
						"Name": "5b",
						"RegionID": 5,
						"HostName": "derp5b.tailscale.com",
						"IPv4": "43.245.48.220",
						"IPv6": "2403:2500:9000:1::ce7"
					},
					{
						"Name": "5c",
						"RegionID": 5,
						"HostName": "derp5c.tailscale.com",
						"IPv4": "43.245.48.50",
						"IPv6": "2403:2500:9000:1::f57"
					},
					{
						"Name": "5d",
						"RegionID": 5,
						"HostName": "derp5d.tailscale.com",
						"IPv4": "43.245.48.250",
						"IPv6": "2403:2500:9000:1::43"
					}
				]
			},
			"6": {
				"RegionID": 6,
				"RegionCode": "blr",
				"RegionName": "Bangalore",
				"Nodes": [
					{
						"Name": "6a",
						"RegionID": 6,
						"HostName": "derp6.tailscale.com",
						"IPv4": "68.183.90.120",
						"IPv6": "2400:6180:100:d0::982:d001"
					}
				]
			},
			"7": {
				"RegionID": 7,
				"RegionCode": "tok",
				"RegionName": "Tokyo",
				"Nodes": [
					{
						"Name": "7b",
						"RegionID": 7,
						"HostName": "derp7b.tailscale.com",
						"IPv4": "103.84.155.178",
						"IPv6": "2403:2500:400:20::b79"
					},
					{
						"Name": "7c",
						"RegionID": 7,
						"HostName": "derp7c.tailscale.com",
						"IPv4": "103.84.155.188",
						"IPv6": "2403:2500:400:20::835"
					},
					{
						"Name": "7d",
						"RegionID": 7,
						"HostName": "derp7d.tailscale.com",
						"IPv4": "103.84.155.46",
						"IPv6": "2403:2500:400:20::cfe"
					}
				]
			},
			"8": {
				"RegionID": 8,
				"RegionCode": "lhr",
				"RegionName": "London",
				"Nodes": [
					{
						"Name": "8e",
						"RegionID": 8,
						"HostName": "derp8e.tailscale.com",
						"IPv4": "176.58.92.144",
						"IPv6": "2a00:dd80:3a::b33"
					},
					{
						"Name": "8f",
						"RegionID": 8,
						"HostName": "derp8f.tailscale.com",
						"IPv4": "176.58.88.183",
						"IPv6": "2a00:dd80:3a::dfa"
					},
					{
						"Name": "8g",
						"RegionID": 8,
						"HostName": "derp8g.tailscale.com",
						"IPv4": "176.58.92.254",
						"IPv6": "2a00:dd80:3a::ed"
					}
				]
			},
			"9": {
				"RegionID": 9,
				"RegionCode": "dfw",
				"RegionName": "Dallas",
				"Nodes": [
					{
						"Name": "9d",
						"RegionID": 9,
						"HostName": "derp9d.tailscale.com",
						"IPv4": "209.177.156.94",
						"IPv6": "2607:f740:100::c05"
					},
					{
						"Name": "9e",
						"RegionID": 9,
						"HostName": "derp9e.tailscale.com",
						"IPv4": "192.73.248.83",
						"IPv6": "2607:f740:100::359"
					},
					{
						"Name": "9f",
						"RegionID": 9,
						"HostName": "derp9f.tailscale.com",
						"IPv4": "209.177.156.197",
						"IPv6": "2607:f740:100::cad"
					}
				]
			}
		}
	},
	"ControlHealth": null,
	"TKAEnabled": false,
	"TKAHead": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
	"Domain": "kvinta.to",
	"DomainAuditLogID": "",
	"UserProfiles": {
		"3": {
			"ID": 3,
			"LoginName": "redbull-dev-cis",
			"DisplayName": "redbull-dev-cis@kvinta.to",
			"ProfilePicURL": "",
			"Roles": []
		},
		"5": {
			"ID": 5,
			"LoginName": "redbull-prod-cis",
			"DisplayName": "redbull-prod-cis@kvinta.to",
			"ProfilePicURL": "",
			"Roles": []
		},
		"6": {
			"ID": 6,
			"LoginName": "redbull-test-cis",
			"DisplayName": "redbull-test-cis@kvinta.to",
			"ProfilePicURL": "",
			"Roles": []
		},
		"7": {
			"ID": 7,
			"LoginName": "load-tests-dev-cis",
			"DisplayName": "load-tests-dev-cis@kvinta.to",
			"ProfilePicURL": "",
			"Roles": []
		},
		"8": {
			"ID": 8,
			"LoginName": "qa-eu-test-cis",
			"DisplayName": "qa-eu-test-cis@kvinta.to",
			"ProfilePicURL": "",
			"Roles": []
		}
	},
	"MaxKeyDuration": 0
}

@k2m30 k2m30 added the bug Something isn't working label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant