1
mirror of https://git.dn42.dev/wiki/wiki.git synced 2024-11-23 07:43:29 +01:00
wiki/internal/Internal-Services.md

210 lines
11 KiB
Markdown
Raw Normal View History

2015-01-01 20:34:15 +01:00
# Internal services
You are asked to show some creativity in terms of network usage and content. ;)
2020-01-18 21:59:36 +01:00
**More inspiration is collected [here](/internal/Historical-Services) and [here](/internal/ideas).**
2015-01-01 20:34:15 +01:00
2015-01-01 21:56:58 +01:00
## CA
2015-01-01 20:34:15 +01:00
2015-01-01 21:56:58 +01:00
xuu is maintaining an [[certificate authority]] for internal services.
2016-04-05 19:07:15 +02:00
2020-04-05 23:25:22 +02:00
zotan is maintaining an (experimental, but working) [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
* See [[Looking Glasses]] for more network diagnostic tools
2020-04-12 18:02:50 +02:00
* Realtime network map: [map.dn42](http://map.dn42/) (via DN42) or [map42.0x7f.cc](https://map42.0x7f.cc) (via clearnet) _(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 uses the GRC as source, so it would be more comprehensive than original one. Data refreshes every 20~30 minutes.)_
* 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)
* DN42 Toplevel domain DNS monitoring: [gatuno.dn42/dns](http://gatuno.dn42/dns)
* Free DNS Hosting. You can host any toplevel or subdomain from dn42: [gatuno.dn42/managed](http://gatuno.dn42/managed/)
2020-04-03 23:29:41 +02:00
* What is my IP: [whatismyip.dn42](http://whatismyip.dn42/), [ip4.dn42](http://ip4.dn42/), [ip6.dn42](http://ip6.dn42/)
2018-09-17 13:14:33 +02:00
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.
http://ipip.map.dn42/whois?ip=[DN42_IP]&lang=en
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.
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.
** Since the original software is not open source, so use it at your own risk. **
Preview: http://img.dn42/images/GEOTRACE42.jpg
Link: http://map.dn42/BestTrace42.zip
### Proving ASN ownership
Through this automated service you prove your ASN ownership to KIOUBIT-MNT who then automatically creates a "ownership verification signature".
This signature can be very easily verified by anyone. This removes the hassle from checking every different authentication method in the registry. This is particularly useful for automated setups.
2020-01-22 22:31:55 +01:00
Manual Verification: https://dn42.g-load.eu/verify/manual/
2020-01-22 22:31:55 +01:00
API: https://dn42.g-load.eu/verify/documentation.txt
2020-04-20 01:10:43 +02:00
## DNS64 / NAT64
If you wish to access DN42's IPv4 services on an IPv6 only connection, please use one of the DNS servers from the table below.
| IP | Remarks |
|:------------------------------------------------- |:-------------------------------------------------------- |
| fd43:6d1:3ee2:1000::6464 | Hosted by santost12 |
2015-01-01 23:53:08 +01:00
## IRC
| Hostname / IP | SSL | Remarks |
2017-03-04 23:20:00 +01:00
|:------------------------------|:------------- |:--------------------------------------------|
| irc.hackint.dn42 | Yes | DN42 |
| irc.hackint.hack/dn42 | Yes | ChaosVPN |
| irc.dn42 | Yes | Internal IRC |
2015-05-23 19:57:02 +02:00
2020-01-19 11:41:35 +01:00
#### Clients
| 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). |
2015-01-01 20:34:15 +01:00
## Search engines
2015-02-02 23:13:38 +01:00
| Hostname / IP | Remarks |
|:------------------------------------------------- |:-------------------------------------------------------- |
| http://mhm.dn42/search | Hosted by toBee |
2015-01-01 20:34:15 +01:00
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 |
|:------------------------------------------------- |:-------------------------------------------------------- |
| http://img.dn42 | Imagehoster |
| http://chan.dn42 | DN42-Chan, an imageboard |
| http://j.munsternet.dn42 | Jellyfin instance with movies and TV shows (test)
|
2015-01-01 20:34:15 +01:00
## Radio and Video Streaming
| Hostname / IP | Remarks |
|:------------------------------------------------- |:-------------------------------------------------------- |
| http://stream.media.dn42/ | icecast-relay, contact toBee for more streams |
2020-05-03 01:59:51 +02:00
| https://invidious.doxz.dn42/ | Invidious instance with proxy (Youtube) |
2015-01-01 20:34:15 +01:00
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://seafile.dn42 | | | Opensource Dropbox, yay! |
| http://files.nop.dn42 | | max 1Mbit/s | download only |
| http://filer.mhm.dn42 | 4TB | 1GBit | 24/7/365 |
| http://data.0l.dn42 | 5TB | 1GBit | 24/7/365, download, dn42 MRT dumps |
2015-01-01 20:34:15 +01:00
2018-05-26 02:36:02 +02:00
### Torrent Search Engine
- https://magnetic.dn42 (DHT Search Engine)
2015-01-01 20:34:15 +01:00
## Proxies
See http://wiki.hamburg.ccc.de/ChaosVPN:Proxy
### Tor
2016-11-06 18:18:55 +01:00
Entry points to the Tor network are available on dn42. See [[Tor|internal/services/Tor]] for more details.
2015-01-01 20:34:15 +01:00
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
## 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 |
2020-01-19 11:41:35 +01:00
| *.burble.dn42 | All burble.dn42 nodes are part of the NTP Pool and provide NTP over clearnet and DN42. See also [burble.dn42 services](https://dn42.burble.com/home/burble-dn42-services) |
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)
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 | |
2020-03-21 10:13:03 +01:00
| mc.nia.dn42 (172.20.168.131) | Minecraft | 1.15.2, Optimized for CN |
2020-04-20 19:45:11 +02:00
| ttd.nia.dn42 (172.20.168.132) | OpenTTD | 1.10.1, Optimized for CN |
2015-01-01 20:34:15 +01:00
2020-03-07 22:59:18 +01:00
## Shell
Providers of shell access:
| Person | Hostname | Net | Description | Contact |
|:------------- |:------------------------------------ |:---------------- |:----------- |:------------- |
| mc36 | telnet test.nop.dn42 | dn42 only |looking glass| - |
2015-01-01 20:34:15 +01:00
## Misc
| Hostname / IP | Remarks |
| ------------------------------------------------- | ------------------------------------------------------------------------------ |
2016-03-08 18:22:25 +01:00
| http://teams.dn42[.us]/dn42 | Mattermost (Slack clone) instance: get notifications for wiki/CA changes here |
| http://nowhere.ws/dn42 | Some random stuff concerning dn42, packages for Debian, e.g. Quagga |
2017-11-21 01:12:01 +01:00
| https://paste.weiti.dn42 | AES-encrypted pastebin-like (privatebin) |
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 |
| https://git.dn42[.us] | Git Repository Hosting (Signup: email ssh pubkey to xuu@dn42.us)|
| https://git.dn42[.us]/pubkeys/[username] | Get ssh public keys from Git Users of git.dn42. |
2016-02-15 09:29:54 +01:00
| http://wiki.dn42, http://internal.dn42, [dn42.i2p](http://beb6v2i4jevo72vvnx6segsk4zv3pu3prbwcfuta3bzrcv7boy2q.b32.i2p/) (i2p), jsptropkiix3ki5u.onion | This wiki! Web Hosted by [xuu](https://xuu.dn42). 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) |
2020-04-04 02:08:57 +02:00
| https://git.zotan.dn42 | Git Repository Hosting, open signup (Powered by gitea)|
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
# Other networks
## Public Internet
* https://mirror.frubar.net 100MBit
* https://frucman.frubar.net
## AnoNet
A wiki page dedicated to the AnoNet Network: http://wiki.qontrol.nl/Anonet
## ChaosVPN
* Anybody can add services to this list, which will be monitored for uptime: http://10.100.44.1
* Check your IP and reverse lookup: [ifconfig.hack](http://ifconfig.hack)
* View of the network: http://vpnhub1-intern.hamburg.ccc.de/chaosvpn.png
* List of nodes: http://vpnhub1-intern.hamburg.ccc.de/chaosvpn.nodes.html
## Freifunk
### Augsburg
We have a plugin that enables us to announce services in the mesh. So instead of listing them here again just have a look at http://10.11.0.8/cgi-bin/luci/freifunk/services to see what we have to offer.
2016-03-08 18:22:25 +01:00
(Upload is not fast, most probably DSL speed only)