bundlewrap/PORT_MAP.md

54 lines
2.4 KiB
Markdown
Raw Normal View History

2020-09-20 08:16:22 +00:00
# Port Mapping Table
All the ports which are used by bundles. Collected here to be able to
easily find available ports for other bundles.
## TCP
2020-09-20 08:29:19 +00:00
Rule of thumb: keep ports below 10000 free for stuff that reserves ports.
| Port range | reserved for |
2020-10-18 13:51:45 +00:00
| ----------- | ------------ |
2020-09-20 08:29:19 +00:00
| 200.. | Matrix |
| 220.. | Generic Web services |
2020-09-20 08:16:22 +00:00
| Port | bundle | usage |
| ----------- | -------------------- | ----- |
| 22 | | sshd |
2020-11-08 14:59:51 +00:00
| 25 | postfix | postfix postscreen |
2020-10-17 11:14:10 +00:00
| 53 | powerdns | dns server |
2020-09-20 08:16:22 +00:00
| 80 | nginx | http |
| 113 | | oidentd |
2020-11-08 14:59:51 +00:00
| 143 | dovecot | dovecot imap |
2020-09-20 08:16:22 +00:00
| 443 | nginx | https |
2020-11-08 14:59:51 +00:00
| 587 | postfix | postfix submission |
| 993 | dovecot | dovecot imap |
| 2525 | postfix | postfix postscreen |
2020-11-08 14:59:51 +00:00
| 4190 | dovecot | dovecot managesieve |
| 5232 | radicale | radicale |
2020-09-20 08:16:22 +00:00
| 5432 | postgresql | postgres |
| 5900 | vmhost | qemu-system-x86 |
| 6379 | | redis |
| 6667 | | bitlbee |
| 8010 | | matrix-media-repo |
| 8020 | | mautrix-whatsapp |
| 8184 | | matrix-dimension |
2020-11-08 14:59:51 +00:00
| 11332-11334 | rspamd | rspamd |
2020-09-20 08:16:22 +00:00
| 20000 | mx-puppet-discord | Bridge |
2020-09-20 08:29:19 +00:00
| 20010 | mautrix-telegram | Bridge |
2020-12-31 11:18:34 +00:00
| 20020 | mautrix-whatsapp | Bridge |
2020-09-20 08:29:19 +00:00
| 20080 | matrix-synapse | client, federation |
| 20081 | matrix-synapse | prometheus metrics |
| 22000 | gitea | gitea |
| 22010 | jenkins-ci | Jenkins CI |
| 22020 | travelynx | Travelynx Web |
2020-09-20 13:12:40 +00:00
| 22030 | octoprint | OctoPrint Web Interface |
2020-10-18 13:48:50 +00:00
| 22040 | miniflux | Miniflux Web Interface |
2020-10-23 13:22:35 +00:00
| 22050 | radicale | radicale carddav and caldav server |
2020-11-10 09:57:04 +00:00
| 22999 | nginx | stub_status |
2020-09-20 08:16:22 +00:00
## UDP
| Port | bundle | usage |
| ----------- | -------------------- | ----- |
2020-10-17 11:14:10 +00:00
| 53 | powerdns | dns server |
2020-09-20 08:16:22 +00:00
| 15000-15100 | voc-loudness-monitor | ffmpeg processes outputting rtp streams |