CS-E4300 - Network Security D, Lecture, 1.11.2021-27.5.2022
This course space end date is set to 27.05.2022 Search Courses: CS-E4300
Topic outline
-
-
Select your group here Group choice
-
Project demo and advice sessions - Zoom link URL
-
Project demo and advice sessions - booking Scheduler
-
Project 1 (NFC ticket) submission Assignment
-
Project 2 (VPN) submission Assignment
Please submit the following in a zip or tar file:
- A short PDF documentation of your
solution that would enable a knowledgeable person to re-implement it. You can submit the presentation slides from the demo session as the documentation, but please check that the information is up to date and complete. The submitted documentation should contain at least the following information:
- ip address allocation to
different gateways and networks (if changed). You can edit (e.g., with Google Docs) the setup overview from img/setup.odp
- server scalability solution (if changed)
- authentication credentials configuration
- deployment process (if not entirely manual)
- commands and/or scripts used for the configuration
- modified configuration files (or sections) for the gateways and other important nodes, including ipsec (e.g. /etc/ipsec.conf) and firewall (e.g. /etc/iptables/rules.v4)
- Output of debugging commands that you find useful on the gateways, at least the following:
- ip a
- route -n
- ipsec statusall (if using StrongSwan)
- ip xfrm policy
- ip xfrm state (when client connected to server)
- iptables-save (should be the same as /etc/iptables/rules.v4)
Include your group number in all the documents! - A short PDF documentation of your
solution that would enable a knowledgeable person to re-implement it. You can submit the presentation slides from the demo session as the documentation, but please check that the information is up to date and complete. The submitted documentation should contain at least the following information:
-
Project 3 (Wireguard) submission Assignment