Requirements
- WireGuard tunnel with BGP over IPv4, IPv6, or both.
- ROA/RPKI validation on your side is preferred.
- Please do not send default routes.
- Accepted DN42 ranges:
10.0.0.0/8,172.20.0.0/14, andfd00::/8. - Send your ASN, node location, WireGuard public key, endpoint, tunnel IPs, and optional BGP password.
Global Information
| ASN | AS4242423987 |
| IPv4 Prefix | 172.20.130.0/27 |
| IPv6 Prefix | fd3a:7c91:5e2b::/48 |
| Contact | kalijerrycn@gmail.com |
| Registry Maintainer | KALIJERRY-MNT |
Nodes
hytron-hk1 (Hong Kong)
Recommended for peers in Hong Kong, Taiwan, Singapore, Japan, Korea, and mainland China.
| Status | Active |
| Public IPv4 / IPv6 | IPv4 available / IPv6 available |
| WireGuard Endpoint | hy-hk1.kalijerry.uk:51820 |
| Endpoint IPv4 | 82.152.166.5:51820 |
| Endpoint IPv6 | [2401:b60:e015:33::2]:51820 |
| WireGuard Public Key | U7vE9s6ZHhq/5z8HjrqKpoOgZPaU0XK4ad0HT7JDEnw= |
| DN42 IPv4 | 172.20.130.1 |
| DN42 IPv6 | fd3a:7c91:5e2b::1 |
| WireGuard MTU | 1380 |
| BGP Software | BIRD 2 |
| Comment | Primary DN42 router. |
Future Nodes
More regions may be added later. This page is structured for multiple nodes, so new servers can be appended without changing the peering format.
| Status | Planned |
| Regions | To be announced. |
| Peering | Please use hytron-hk1 for now. |
Route Policy
| IPv4 Export | 172.20.130.0/27 |
| IPv6 Export | fd3a:7c91:5e2b::/48 |
| IPv4 Import | 10.0.0.0/8, 172.20.0.0/14 |
| IPv6 Import | fd00::/8 |
| Default Routes | Not accepted and not exported. |
Example Request
You can send a peering request using this template.
Hello, I would like to peer with KALIJERRY / AS4242423987.
My ASN:
My node location:
My WireGuard public key:
My endpoint:
My tunnel IPv4:
My tunnel IPv6:
BGP password, if any:
Preferred KALIJERRY node: hytron-hk1
Local Configuration Template
This is the local BIRD format used on KALIJERRY routers. Peer-specific values are filled after agreement.
protocol bgp peer_name_v4 from dn42_peer {
neighbor 172.20.x.y as 424242xxxx;
source address 172.20.130.1;
password "optional-bgp-md5-password";
}
protocol bgp peer_name_v6 from dn42_peer {
neighbor fdxx:xxxx:xxxx::peer as 424242xxxx;
source address fd3a:7c91:5e2b::1;
password "optional-bgp-md5-password";
}