Peering
Requirement
Tunnel: Wireguard
Latency: ≦100ms
Currently does not accept strangers’ peering unless their conditions are perfect.
Abnormal use will be blocked.
THE SERVICE IS PROVIDED "AS IS", WITHOUT WARRANTY ...(sth really long and nobody wants to read)... OTHER DEALINGS IN THE SERVICE.
All rights reserved.
ASN
DN42 IPv4
Link-Local (preferred for bird) or DN42 IPv6 ULA
Multiprotocol BGP?
Endpoint
WireGuard port
WireGuard public key
Social contact
Latency between ours
Server Info
Item
Value
ASN
4242421032
DN42 IPv4
172.23.10.1
Link-Local
fe80::1032
Hostname
tyo.dn42.atri.tk
Endpoint
tyo.dn42.atri.tk :「YourASNlast5digits(e.g. 21032)」
WireGuard public key
K3X8ndAJzjfgfxAo0gAQpgtH2yj03MCruvnsALSkhjg=
BGP software
bird2
Extended next hop support
True
Multiprotocol BGP support
True
Hosting provider
Amazon Web Services
Location
Asia/Tokyo
Valid before Mar. 31st, 2023.
Item
Value
ASN
4242421032
DN42 IPv4
172.23.10.2
Link-Local
fe80::1032
Hostname
lax.dn42.atri.tk
Endpoint
lax.dn42.atri.tk :「YourASNlast5digits(e.g. 21032)」
WireGuard public key
K3X8ndAJzjfgfxAo0gAQpgtH2yj03MCruvnsALSkhjg=
BGP software
bird2
Extended next hop support
True
Multiprotocol BGP support
True
Hosting provider
RackNerd
Location
America/Los_Angeles
Valid before Aug. 31st, 2023.
Item
Value
PGP Key Fingerprint
C4B7 1F9E D351 5AEB 8270 D5D7 189B B387 CF3A D95F
E-mail
[email protected]
Telegram
Misaka_0x34ca
Supported languages
zh_CN, zh_TW, en_US, en_GB, ja_JP, eo
Sample Config
/etc/wireguard/wg1032.conf
1 2 3 4 5 6 7 8 9 10 11 12 [Interface] ListenPort = <Your WireGuard port> PrivateKey = <Your PrivateKey> Address = <Your Link-Local>/64 # if Link-Local PostUp = ip addr add dev %i <Your DN42 IPv4>/32 peer 172.23.10.2/32 #PostUp = ip addr add dev %i <Your DN42 IPv6>/128 peer fdbd:8e82:8b88::2/128 # if ULA Table = off [Peer] PublicKey = K3X8ndAJzjfgfxAo0gAQpgtH2yj03MCruvnsALSkhjg= Endpoint = lax.dn42.atri.tk:<YourASNlast5digits(e.g. 21032)> AllowedIPs = 172.16.0.0/12, 10.0.0.0/8, fd00::/8, fe80::/10
/etc/bird/peers/1032.conf
1 2 3 4 5 6 7 8 9 10 11 12 # Delete these below if MP-BGP protocol bgp dn42_1032 from dnpeers { neighbor 172.23.10.2 as 4242421032; direct; } # Delete these above if MP-BGP protocol bgp dn42_1032_v6 from dnpeers { neighbor fe80::1032%wg1032 as 4242421032; # if Link-Local # neighbor fdbd:8e82:8b88::2 as 4242421032; # if ULA direct; }
Autonomous System Info
1 2 3 4 5 6 7 8 9 10 11 12 13 Information related to AS4242421032 aut-num: AS4242421032 as-name: RadioNoise descr: Misaka13514's autonomous system remarks: You may refer to https://dn42.atri.tk for details. admin-c: RADIONOISE-DN42 tech-c: RADIONOISE-DN42 mnt-by: RADIONOISE-MNT source: DN42 Routes for AS4242421032 route4: 172.23.10.0/27 route6: fdbd:8e82:8b88::/48
Reference
Decentralized network 42
DN42 wiki
WireGuard
The BIRD Internet Routing Daemon