VMSpecifications » History » Version 3
Denis 'GNUtoo' Carikli, 04/18/2021 10:46 AM
Add ports
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. Virtual machine specifications |
|---|---|---|---|
| 2 | |||
| 3 | The virtual machine runs on top of Xen and has: |
||
| 4 | 3 | Denis 'GNUtoo' Carikli | * About 6G of RAM |
| 5 | * 2 virtual core |
||
| 6 | 1 | Denis 'GNUtoo' Carikli | * a 10G rootfs partition |
| 7 | 3 | Denis 'GNUtoo' Carikli | * a 300G storage partition for Replicant git repositories |
| 8 | * One public IPv4 (18.4.89.63) but no public IPv6 |
||
| 9 | 1 | Denis 'GNUtoo' Carikli | |
| 10 | The FSF sysadmins control a firewall that is outside of the VM. So we need to contact them to open new ports. |
||
| 11 | 3 | Denis 'GNUtoo' Carikli | |
| 12 | At least the following ports have been opened: |
||
| 13 | |||
| 14 | ! Port | Transport | Service | software | |
||
| 15 | | 22 | TCP | SSH | OpenSSH | |
||
| 16 | | 25 | TCP | SMTP | OpenSMTPD | |
||
| 17 | | 53 | UDP | DNS | Bind 9 | |
||
| 18 | | 80 | TCP | HTTP | Apache | |
||
| 19 | | 143 | TCP | IMAP | Dovecot | |
||
| 20 | | 443 | TCP | HTTPS | Apache | |
||
| 21 | 2 | Denis 'GNUtoo' Carikli | |
| 22 | h2. Software: |
||
| 23 | |||
| 24 | Disribution: Trisquel |
||
| 25 | Boot setup: Encrypted @/@, GRUB decrypts opens the encrypted rootfs and loads the kernel and initramfs from it which then opens the encrypted rootfs again with a key. |