2015-01-01 20:34:15 +01:00
# Internal services
You are asked to show some creativity in terms of network usage and content. ;)
2021-03-14 08:45:38 +01:00
**More inspiration is collected [here ](/internal/Historical-Services ) and [here ](/internal/Ideas ).**
2015-01-01 20:34:15 +01:00
2022-02-28 21:15:55 +01:00
## Search engine
2022-02-28 21:20:15 +01:00
There is a search engine at [search.dn42 ](https://search.dn42 ) that can also be used to discover services and content. It attempts to index all sites on DN42.
2022-02-28 21:15:55 +01:00
2022-01-23 13:48:38 +01:00
## Certificate Authority
2015-01-01 20:34:15 +01:00
2021-05-30 22:35:15 +02:00
xuu is maintaining an [certificate authority ](/services/Certificate-Authority ) for internal services.
2016-04-05 19:07:15 +02:00
2022-03-29 09:10:45 +02:00
n0emis maintains an [ACME server ](https://acme.dn42 ) (with accompanying CA), compatible with any LetsEncrypt client like Certbot, Dehydrated or Caddy.
2020-04-05 22:16:16 +02:00
2015-01-01 20:34:15 +01:00
## Network-related
2021-05-30 22:35:15 +02:00
* See [Looking Glasses ](/services/Looking-Glasses ) for more network diagnostic tools
2022-02-09 09:45:56 +01:00
* Realtime network map: [map.dn42 ](http://map.dn42/ ) (DN42) or [map42.0x7f.cc ](https://map42.0x7f.cc ), [map.kuu.moe ](https://map.kuu.moe ) (IANA) _(Note: This is a direct copy of nixnodes map with some fixes and new functions since original map is no longer get maintained. This map is currently using MRT dump from GRC as source. We will pull new dumps from GRC every 15 minutes.)_
2022-03-19 10:30:05 +01:00
* IP base network map: [map.jh0project.dn42 ](https://jh0project.dn42/map ) (DN42) or [dn42.jh0project.com ](https://dn42.jh0project.com/map ) (IANA) _(uses ping and traceroute the whole DN42's ipv4 addresss block.)_
2021-01-03 10:52:52 +01:00
* Network Information Service: [info.nia.dn42 ](http://info.nia.dn42 ) (DN42) or [bgp42.strexp.net ](https://bgp42.strexp.net ) (IANA). Main functions including _network information_ , _network map (from map.dn42, require WebGL)_ , _network ranking (based on centrality)_ , _ROA alerting_ and _path finder_ .
2022-03-07 16:04:29 +01:00
* Yet Another network map: [map.jerry.dn42 ](https://map.jerry.dn42/ ) (DN42) or [map.meson.cc ](https://map.meson.cc ) (via clearnet) _(uses MRT dump as source, updated every 15 minutes.)_
2020-04-12 18:02:50 +02:00
* Nixnodes original Map of the network: [map.nixnodes.net ](http://map.nixnodes.net )
2020-01-18 21:55:50 +01:00
* DN42 IP address lookup tool: [dn42.g-load.eu/ip ](https://dn42.g-load.eu/ip/ )
2020-03-27 22:09:44 +01:00
* New DNS System monitoring: [grafana.burble.com/d/E4iCaHoWk/dn42-dns-status ](https://grafana.burble.com/d/E4iCaHoWk/dn42-dns-status?orgId=1&refresh=1m )
2022-09-11 15:23:53 +02:00
* whatsmyip:
* ipv4+ipv6: [myip.dn42 ](http://myip.dn42/ )
* ipv4 only: [v4.myip.dn42 ](http://v4.myip.dn42/ ) or [172.22.125.30 ](http://172.22.125.30 )
2022-09-11 15:24:52 +02:00
* ipv6 only: [v6.myip.dn42 ](http://v6.myip.dn42/ ) or [fd63:5d40:47e5::1111 ](http://[fd63:5d40:47e5::1111]/ )
2020-05-05 16:52:01 +02:00
### GeoIP Services
[Map.dn42 ](http://map.dn42/ ) provides a simple GeoIP service. This service uses rDNS records and country field in aut-num objects as a reference, currently designed for fun :P
#### API
Results are in JSON format.
2021-01-29 11:53:27 +01:00
http://ipip.map.dn42/whois?ip=[DN42_IP]& lang=en
2020-05-05 16:52:01 +02:00
http://ipip.map.dn42/whois?asn=AS[DN42_ASN]
#### Client
There is a client software using above apis to provide GeoIP-based traceroute.
It is a modified IPIP.NET Best Trace software with DN42 support injection.
2021-01-29 11:53:27 +01:00
Windows only, no virus scan report available, but our DLL source is provided with the modified client. It's highly recommended to run this tool in a sandbox.
2020-05-05 16:52:01 +02:00
** Since the original software is not open source, so use it at your own risk. **
2021-01-29 11:53:27 +01:00
Preview: http://img.dn42/images/GEOTRACE42.jpg
2020-05-05 16:52:01 +02:00
Link: http://map.dn42/BestTrace42.zip
2021-01-29 11:49:53 +01:00
### ASN Authentication Solution
2021-08-06 22:48:55 +02:00
Authenticate your users by having them verify their ASN ownership with KIOUBIT-MNT using their registry-provided methods in an automated way. An example of this is the automatic peering system for the Kioubit Network.
To use the service, please message Kioubit on IRC to have your domain activated and receive the required documentation.
2020-01-18 20:13:12 +01:00
2015-01-01 23:53:08 +01:00
## IRC
2020-01-19 11:03:06 +01:00
| Hostname / IP | SSL | Remarks |
2017-03-04 23:20:00 +01:00
|:------------------------------|:------------- |:--------------------------------------------|
2020-01-19 11:03:06 +01:00
| irc.hackint.dn42 | Yes | DN42 |
| irc.hackint.hack/dn42 | Yes | ChaosVPN |
| irc.dn42 | Yes | Internal IRC |
2022-07-13 13:26:51 +02:00
| 172.22.69.1 / fda7:3ae7:e04d::1 | Yes | BonoboNET |
2015-05-23 19:57:02 +02:00
2021-05-31 23:48:53 +02:00
### Clients
2020-01-19 11:41:35 +01:00
| Hostname / IP | Remarks |
|:--------------|:--------|
| https://lounge.burble.dn42 | [thelounge ](https://thelounge.chat/ ) for lurking on #dn42 , see [burble.dn42 services ](https://dn42.burble.com/home/burble-dn42-services ). |
2020-01-18 21:55:50 +01:00
## Images, E-Books, Videos and other Media
2015-01-01 20:34:15 +01:00
| Hostname / IP | Remarks |
|:------------------------------------------------- |:-------------------------------------------------------- |
2020-11-02 21:33:53 +01:00
| http://j.munsternet.dn42 | Jellyfin instance with movies and TV shows (test). |
2015-01-01 20:34:15 +01:00
## Radio and Video Streaming
2020-11-02 21:33:53 +01:00
| Hostname / IP | Remarks |
|:------------------------------------------------- |:-------------------------------------------------------------- |
2021-09-18 09:02:37 +02:00
| https://live.jerry.dn42/ | Live audio stream powered by mpd |
2021-04-30 05:57:02 +02:00
| http://deep.radio.unknownts.dn42/ | Internet radio playing random music |
2022-01-06 07:48:41 +01:00
| https://dn42:dn42@tv.munsternet.dn42/playlist | TV Channels Streaming |
2022-02-12 20:32:09 +01:00
| http://icy.jones.dn42 | Home grown Icecast Radio covering a number of genres (HLS & Player coming soon [ish]!) |
2022-07-12 16:29:24 +02:00
| http://rickroll.dn42 | Play Rickroll Video
2021-04-20 14:07:59 +02:00
2022-01-23 13:48:38 +01:00
## File Sharing
2015-09-04 00:14:23 +02:00
### Direct Connect
2017-02-13 19:30:28 +01:00
Some [Advanced Direct Connect ](https://en.wikipedia.org/wiki/Advanced_Direct_Connect ) Hubs are being run DN42 internally. Choose a [client ](https://en.wikipedia.org/wiki/Comparison_of_ADC_software#Client_software ) and connect to exchange files.
2017-01-31 19:24:57 +01:00
2017-03-02 22:00:48 +01:00
| Address |
|:-------------------------------|
| adcs://hub.dcpp.dn42:1511 |
| dchub://hub.dcpp.dn42:2780 |
| dchub://dcpp.grmml.dn42:4111 |
2015-09-04 00:14:23 +02:00
2015-01-01 20:34:15 +01:00
### FTP / HTTP
2015-03-08 19:04:11 +01:00
**FIXME**: Please add info about (approximate) bandwidth of the servers.
2015-02-02 23:13:38 +01:00
| Hostname / IP | Space | Speed | Remarks |
2020-01-18 21:55:50 +01:00
|:----------------------------------------------------------- |:----- |:----------- |:---------------------------------------------- |
2020-05-03 01:59:51 +02:00
| http://files.nop.dn42 | | max 1Mbit/s | download only |
2018-05-26 02:36:02 +02:00
2022-01-29 01:56:15 +01:00
## VPN
DN42 Network Access over Automatic Wireguard VPN Service (IPv6 only, fd00::/8)
provided by TheQ at https://dn42.0011.de/vpnusers
2015-01-01 20:34:15 +01:00
2022-01-23 13:48:38 +01:00
## Proxies
2015-01-01 20:34:15 +01:00
See http://wiki.hamburg.ccc.de/ChaosVPN:Proxy
2018-09-02 18:49:11 +02:00
### Telegram
2020-04-18 05:40:03 +02:00
A MTProxy server is available at [mtp.jerry.dn42:8044 ](https://t.me/proxy?server=mtp.jerry.dn42&port=8044&secret=ee1419944c0a129dbba2beb2636fcf361a616e64726f69642e676f6f676c65736f757263652e636f6d ).
2018-09-02 18:49:11 +02:00
2022-01-23 13:48:38 +01:00
## Tor
Entry points to the Tor network are available on dn42. See [Tor ](/internal/Tor ) for more details.
2020-01-19 11:03:06 +01:00
## NTP
| Hostname / IP | Remarks |
|:------------------------------------------------- |:----------------------------------- |
| ntp.martin89.dn42 | more than one A records/server |
| tick.gotroot.dn42 (172.20.14.247) | Stratum 1, GPS, Vancouver Canada |
| tock.gotroot.dn42 (172.20.14.250) | Stratum 2, Anycast on each node |
2022-08-07 10:18:50 +02:00
| *.burble.dn42 | All burble.dn42 nodes provide NTP over clearnet and DN42. See also [burble.dn42 public services ](https://dn42.burble.com/services/public/ ) |
2021-03-07 09:11:19 +01:00
| ntp.yuetau.dn42 (172.21.68.50) | Anycast on all node |
2020-01-19 11:03:06 +01:00
2015-02-28 20:08:14 +01:00
## OS Mirror/Repository's
2020-01-18 21:55:50 +01:00
Repository Mirrors are listed on another page: [Repository Mirrors ](/services/Repository-Mirrors )
2016-08-24 17:02:31 +02:00
2015-02-28 20:08:14 +01:00
2015-01-01 20:34:15 +01:00
## Gaming
| Hostname / IP | Game | Remarks |
|:------------------------------------------------- |:---------------------- |:-------------------------- |
2016-01-06 22:23:13 +01:00
| hulk.mhm.dn42 (172.23.67.1) | Tetrinet | |
2022-01-26 19:02:28 +01:00
| mc.nia.dn42 (172.20.168.137, fd01:1926:817:7::) | Minecraft | Latest Stable, Optimized for CN , Map available on mc-map.nia.dn42 |
2022-05-06 18:47:05 +02:00
| yuan.nia.dn42 (172.20.168.244) | Genshi Impact (Unofficial) | Latest development branch, Scripts included, Optimized for CN, Not stable yet |
2021-01-31 21:58:39 +01:00
| mc.nico.dn42 | Minecraft | 1.16.5, [Forge Modded ](https://bbs.dn42/d/17-modded-116-minecraft-server ), IPv4 & IPv6, Central US Server |
2022-02-02 17:24:29 +01:00
| mc.jerry.dn42 & jerry.dn42 | Minecraft | latest, IPv4 & IPv6 |
2022-07-28 11:17:47 +02:00
| mc.northrend.dn42 (172.20.222.240) | Minecraft | latest, IPv4 only |
| redtrap.northrend.dn42 (172.20.222.252) | Minecraft | RedTrap DN42 Bridge, 1.8.8 - 1.19, IPv4 only |
2020-09-29 07:47:30 +02:00
| ttd.jerry.dn42 | OpenTTD | latest, IPv4 & IPv6 |
2020-10-28 13:17:06 +01:00
| stk.jerry.dn42:2759, stk.jerry.neo:2759 | SuperTuxKart | latest, IPv4 only |
2020-08-22 18:48:44 +02:00
| ns1.deltaman.dn42 (172.22.134.131, fd1b:7f7d:dd55:4600:219:ff:fe00:fafe) | OpenTTD | 1.10.3, Hosted in NL |
2021-12-24 14:30:34 +01:00
| terraria.pebkac.dn42:7777 (IPv4 only/TCP) | [Terraria ](https://terraria.org/ ) | Ask [TOMKAP-DN42 ](https://explorer.dn42.pebkac.gr/?#/person/TOMKAP-DN42 ) for password/whitelisting |
2022-08-03 21:33:18 +02:00
| factorio.catgirls.dn42 (IPv6 only) | factorio | Still in testing, expect downtime |
2022-03-29 09:07:14 +02:00
| The burble.dn42 shell servers include a number of classic text games, see [shell access ](https://dn42.burble.com/services/shell/#classic-games ) | Various | Log in to the shell servers for more |
2015-01-01 20:34:15 +01:00
2022-04-06 12:51:32 +02:00
## Challenges
Test out your skills with online challenges
| Start here | Remarks |
|:------------------------------------------------- |:---------------------------------- |
| https://burble.dn42/services/ping/ | burble.dn42 ping challenge |
2020-03-07 22:59:18 +01:00
## Shell
Providers of shell access:
2021-06-21 12:25:51 +02:00
| Person | Hostname | Net | Description | Contact |
|:------------- |:-------------------------------------- |:---------------- |:---------------- |:------------- |
| mc36 | telnet test.nop.dn42 | dn42 only |looking glass | - |
| JerryXiao | ssh lg@lg.jerry.dn42 | dn42 and icvpn |looking glass | - |
2022-03-29 09:07:14 +02:00
| burble | ssh < mntner > @shell.fr-rbx1.burble.dn42 < br / > ssh < mntner > @shell.ca-bhs2.burble.dn42 | dn42 |Full shell account| See below |
2015-01-01 20:34:15 +01:00
2021-06-21 12:25:51 +02:00
### burble.dn42 shell access
2022-03-29 09:07:14 +02:00
Full shell accounts are available for all dn42 users. Usernames are
constructed using the MNTNER name, lowercased and without the '-MNT' suffix. SSH public keys are imported automatically from the registry or alternatively, a password can be used instead.
2021-06-21 12:25:51 +02:00
See also the [burble.dn42 website ](https://dn42.burble.com/services/shell/ ) for more details.
2015-01-01 20:34:15 +01:00
## Misc
| Hostname / IP | Remarks |
2021-01-03 11:32:17 +01:00
| ------------------------------------------------- | ------------------------------------------------------------------------------ |
2021-01-04 01:59:45 +01:00
|[https://bbs.dn42](https://bbs.dn42), [https://dn42bbs.0b1.me ](https://dn42bbs.0b1.me ) via Clearnet | A general BBS powered by Flarum for virtually any topics. Maintained by nicholascw.|
2020-01-18 21:55:50 +01:00
| http://www.nop.dn42/ | Basic "whatismyip" service |
| http://freerouter.nop.dn42/ | freeRouter main site |
| http://rtros.nop.dn42/ | freeRouter distribution |
2022-01-23 13:48:38 +01:00
| http://wiki.dn42, http://internal.dn42 | This wiki! Git Repo hosted on git.dn42 |
2015-02-27 01:00:19 +01:00
| http://jack.pyropeter.eu/dn42/routecount/ | Statistics about the number of v4/v6 routes seen by AS76115 (Since Aug. 2014) |
2022-03-12 15:03:49 +01:00
| https://p.pebkac.dn42/ | PasteBin Service (Netcat/Bash CLI Client) |
2022-06-19 08:15:17 +02:00
| https://sdr.pebkac.dn42/ | OpenWebRX SDR Receiver, FM/VHF/UHF Analog & Digital |
2022-09-16 11:43:39 +02:00
| https://urandom.catgirls.dn42/ | Message board |
2022-01-23 13:48:38 +01:00
2020-01-18 21:55:50 +01:00
### Usenet Servers / News
There are some News Servers available [here ](/services/News )
2015-01-01 20:34:15 +01:00
2021-03-20 22:21:14 +01:00
## E-Mail
There is a list of E-Mail providers [here ](/services/E-Mail-Providers )
2015-01-01 20:34:15 +01:00
# Other networks
2021-04-21 11:35:29 +02:00
**[List of other Overlay Networks](/Other)**
2021-04-19 12:46:38 +02:00
2015-01-01 20:34:15 +01:00
## Public Internet
* https://mirror.frubar.net 100MBit
* https://frucman.frubar.net
2022-07-28 10:48:04 +02:00