From 5f9b9d645f45a187f153669a3acfb071839565e1 Mon Sep 17 00:00:00 2001 From: Ty3r0X Date: Thu, 13 Apr 2023 11:42:05 +0300 Subject: [PATCH 1/2] Changed subnet allocation to prevent dn42 subnet conflict --- ty3r0x.json | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/ty3r0x.json b/ty3r0x.json index b02031b..66a4554 100644 --- a/ty3r0x.json +++ b/ty3r0x.json @@ -5,14 +5,30 @@ "gpg": "08C1409AF173BEB101E0511A1987C830BBC99F38" }, "route": { - "fda7:3ae7:e04d::/64": { - "description": "Ty3r0X's Home Network - Romania", + "fda7:3ae7:e04c::/64": { + "description": "Chaox Operations CRXN network", "device": { - "fda7:3ae7:e04d::1": { + "fda7:3ae7:e04c::1111:3": { "type": "router", - "description": "B0l3yah BIRD router - CRXN & DN42" + "description": "RedXen [DE] BIRD router - CRXN & DN42" }, - "fda7:3ae7:e04d::30": { + "fda7:3ae7:e04c::1111:4": { + "type": "router", + "description": "Hostmaze [RO] BIRD router - CRXN & DN42" + }, + "fda7:3ae7:e04c::1111:5": { + "type": "router", + "description": "Incognet [NL] BIRD router - CRXN & DN42" + }, + "fda7:3ae7:e04c::1111:6": { + "type": "router", + "description": "Polarian [UK] BIRD router - CRXN & DN42" + }, + "fda7:3ae7:e04c::1111:7": { + "type": "router", + "description": "RackNerd [US] BIRD router - CRXN & DN42" + }, + "fda7:3ae7:e04d::f33d:30": { "description": "This is the IP I usually use to connect my main box to CRXN" } } From 6e04e468d1aa38c1d12a9bf753acf50a51c8534c Mon Sep 17 00:00:00 2001 From: Ty3r0X Date: Sat, 15 Apr 2023 19:10:20 +0300 Subject: [PATCH 2/2] Fixed discrepancies --- ty3r0x.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ty3r0x.json b/ty3r0x.json index 66a4554..3cb2f88 100644 --- a/ty3r0x.json +++ b/ty3r0x.json @@ -28,8 +28,11 @@ "type": "router", "description": "RackNerd [US] BIRD router - CRXN & DN42" }, - "fda7:3ae7:e04d::f33d:30": { - "description": "This is the IP I usually use to connect my main box to CRXN" + "fda7:3ae7:e04c::f33d:30": { + "description": "Laptop" + }, + "fda7:3ae7:e04c::f33d:29": { + "description": "C0rt3X" } } }