VMSpecifications » History » Version 6
Denis 'GNUtoo' Carikli, 04/19/2023 11:14 PM
Update storage status
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 | 6 | Denis 'GNUtoo' Carikli | * a 500G storage partition on an HDD for everything. |
7 | 3 | Denis 'GNUtoo' Carikli | * One public IPv4 (18.4.89.63) but no public IPv6 |
8 | 1 | Denis 'GNUtoo' Carikli | |
9 | The FSF sysadmins control a firewall that is outside of the VM. So we need to contact them to open new ports. |
||
10 | 3 | Denis 'GNUtoo' Carikli | |
11 | At least the following ports have been opened: |
||
12 | |||
13 | 4 | Denis 'GNUtoo' Carikli | | Port | Transport | Service | software | |
14 | 3 | Denis 'GNUtoo' Carikli | | 22 | TCP | SSH | OpenSSH | |
15 | | 25 | TCP | SMTP | OpenSMTPD | |
||
16 | | 53 | UDP | DNS | Bind 9 | |
||
17 | | 80 | TCP | HTTP | Apache | |
||
18 | | 143 | TCP | IMAP | Dovecot | |
||
19 | | 443 | TCP | HTTPS | Apache | |
||
20 | 2 | Denis 'GNUtoo' Carikli | |
21 | h2. Software: |
||
22 | |||
23 | Disribution: Trisquel |
||
24 | 5 | Denis 'GNUtoo' Carikli | 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.- The encryption is now handled transparently (outside of the VM? in btrfs?). |