Go to file
Gašper Spagnolo 532d2f179e Update files and additional material added 2023-04-05 12:55:17 +02:00
pcap Dodaj keepalive traffic 2023-04-03 09:22:28 +02:00
presentation Add presentation 2023-03-11 11:53:25 +01:00
report Add presentation 2023-03-11 11:53:25 +01:00
vg Update files and additional material added 2023-04-05 12:55:17 +02:00
virsh_network Simple server installation done 2023-03-09 10:54:19 +01:00
.gitignore Simple server installation done 2023-03-09 10:54:19 +01:00
README.md Update files and additional material added 2023-04-05 12:55:17 +02:00
requirements.txt Simple server installation done 2023-03-09 10:54:19 +01:00
requirements.yml Simple server installation done 2023-03-09 10:54:19 +01:00

README.md

Wireguard automated install with vagrant and ansible provision

Dependencies:

System:

# apt install python3 python3-pip python3-venv

Python:

python3 -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt

Ansible:

ansible-galaxy install -r requirements.yml

Start

./virsh_network/start.sh
cd vg && vagrant up --provider=libvirt --no-parallel

Destroy the environment

vagrant destroy
./virsh_network/destroy.sh

Report

zathura report/report.pdf

Wireshark captures

wireshark pcap/eth1_traffic.pcap # public interface (encrypted traffic)
wiershark pcap/wg0_traffic.pcap # wireguard interface (decrypted traffic)
wiershark pcap/keep_alive.pcap # public interface (encrypted traffic, keepalive packets)

Good resource about wireguard