mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-25 08:40:40 +08:00
Merge pull request #4 from edward-p/master
Add ASN 4201059074/Edward_P and peer ncuiqh
This commit is contained in:
commit
a500d119a3
6 changed files with 21 additions and 0 deletions
|
@ -7,6 +7,7 @@ Telegram Group: https://t.me/NeoNetworkVPN
|
|||
== Peers:
|
||||
1. caasih.nerdpol.ovh (10.127.0.1, AS: 4201048576)
|
||||
2. ucbvax.nerdpol.ovh (10.127.0.2, AS: 4201048576)
|
||||
3. ncuiqh.nerdpool.ovh (10.127.0.32, AS: 4201059074)
|
||||
|
||||
== Routing Protocols
|
||||
Any protocol supported by Quagga or FRRouting.
|
||||
|
|
1
asn.txt
1
asn.txt
|
@ -4,3 +4,4 @@
|
|||
# ASN Name
|
||||
4201048576 Neo_Chen
|
||||
4201111037 LibreHouse
|
||||
4201059074 Edward_P
|
||||
|
|
|
@ -12,6 +12,7 @@ digraph ""
|
|||
local [label="CROOM (10.127.1.0/24)"]
|
||||
np [label="NeoPortable"]
|
||||
nv [label="NeoVAX"]
|
||||
ncuiqh [label="ncuiqh.nerdpol.ovh"]
|
||||
|
||||
NeoPMC1 -> local [dir=both]
|
||||
NeoPMC2 -> local [dir=both]
|
||||
|
@ -27,4 +28,5 @@ digraph ""
|
|||
np -> ucbvax
|
||||
np -> c
|
||||
nv -> np [dir=both]
|
||||
ncuiqh -> c [dir=both]
|
||||
}
|
||||
|
|
BIN
nodes.png
BIN
nodes.png
Binary file not shown.
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
@ -7,6 +7,7 @@
|
|||
10.127.0.20/30 NeoPortable <--> NeoVAX
|
||||
10.127.0.24/30 NeoPDP-11 --> NeoPortable
|
||||
10.127.0.28/30 fionaLHS <-- ucbvax
|
||||
10.127.0.32/30 ncuiqh <--> caasih
|
||||
|
||||
# Continuous Subnet
|
||||
10.127.1.0/24 CROOM
|
||||
|
|
16
tinc/hosts/ncuiqh
Normal file
16
tinc/hosts/ncuiqh
Normal file
|
@ -0,0 +1,16 @@
|
|||
Address = ncuiqh.nerdpol.ovh
|
||||
Port = xxxx
|
||||
|
||||
-----BEGIN RSA PUBLIC KEY-----
|
||||
MIICCgKCAgEA4kOdZt0BkJU4ltXRLqwpMNe0CvNhajgU/VLc7rhJpr0urtxlGxD2
|
||||
hhDmuHxx9Gsfi1ytztnwzlqyERV0scD5DqtajvdbeKXnNHlsFgdMkL/6gBS7F/VM
|
||||
SdvDxC8XTbaf9Q9jVeGJBy1Y1di3jy0jmIx0xje0/dukJqnNpjcIxNZDSjn5Hcp0
|
||||
VxL87Hpz4qCEyGa2UYTRLNHGOyuD+pXy60aJf+JtshK3Uw4uvQbxNl4I/wTDdRgI
|
||||
3npD64mkpFmstrHjU4fQs5qZGnNPJjOwHqKBkUb0Gj9U/TU16BPyWQi9X1HYzYRG
|
||||
0cOiuHVhINO/0O/OIIIikw81xrb0Mm+TsLYmfLjlNBb+1Nc0SgV0BJMrdENYPOft
|
||||
ror3lBgj3NAV3Z1nykBY1o5vrtl3zvph4VKeXOwI/qkJ96YYTfXsV0+taYOR7KYT
|
||||
lsdoFpAwffgspt3eLXWdOX3zo37jWoWAKvg/Jof/AgjEoqJ0eYnyZ/hj0G/YcHkh
|
||||
AivALZhPQkHi+FjalfK1ZwIEbNSGco6dOZbXW0KAzxGvhbxLTEoKpY1Gn1PXRCth
|
||||
D4tUhKzu9504HOjs55qW+zgDsi+bcNHhdbuyrgAA6o4mCkOc7NjSYUZGRMqmTDQX
|
||||
JRNrMyLraEb8xA1dP7uzK4AgQEsrxLlkDuIcfxntWIqtnKaUI+Ezo9ECAwEAAQ==
|
||||
-----END RSA PUBLIC KEY-----
|
Loading…
Reference in a new issue