| 1 | == Overview of services == |
| 2 | |
| 3 | === DNS === |
| 4 | |
| 5 | We run Bind on gate and newdaq as failover\\ |
| 6 | Configuration can be found in /etc/bind/ |
| 7 | |
| 8 | Make sure you change DNS entries on both machines |
| 9 | |
| 10 | === DHCP === |
| 11 | |
| 12 | We run a DHCP server on gate and newdaq as failover\\ |
| 13 | Configuration can be found in /etc/dhcpd/ |
| 14 | |
| 15 | DHCP range for the internal network is 10.0.100.50 till 10.0.100.99 |
| 16 | |
| 17 | |
| 18 | === Webserver === |
| 19 | |
| 20 | There is an apache webserver running on gate\\ |
| 21 | Configuration can be found in /etc/apache2/ |
| 22 | |
| 23 | Apache listens on port 80 (http) and port 443 (https) |
| 24 | |
| 25 | |
| 26 | === Postfix === |
| 27 | |
| 28 | We use postfix as mail server on gate for receiving and sending emails.\\ |
| 29 | Configuration can be found in /etc/postfix/ |
| 30 | |
| 31 | Postfix is listening on port 25 (stmp) |
| 32 | |
| 33 | === Dovecot IMAP server === |
| 34 | |
| 35 | Dovecot is used for providing the mails for the users. \\ |
| 36 | Configuration can be found in /etc/dovecot/ |
| 37 | |
| 38 | Dovecot is listening on port 143 (imap) and 993 (imaps) |