diff --git a/README.md b/README.md index 612ce68..33065f1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Wireguard automated install with vagrant and asnible provision +# Wireguard automated install with vagrant and ansible provision ## Dependencies: @@ -21,17 +21,26 @@ Ansible: ansible-galaxy install -r requirements.yml ``` - ## Start ```bash ./virsh_network/start.sh cd vg && vagrant up --provider=libvirt --no-parallel ``` - ## Destroy the environment ```bash vagrant destroy ./virsh_network/destroy.sh ``` + +## Report +```bash +zathura report/report.pdf +``` + +## Wireshark captures +```bash +wireshark pcap/eth1_traffic.pcap # public interface (encrypted traffic) +wiershark pcap/wg0_traffic.pcap # wireguard interface (decrypted traffic) +``` diff --git a/pcap/wg0traffic.pcap b/pcap/wg0_traffic.pcap similarity index 100% rename from pcap/wg0traffic.pcap rename to pcap/wg0_traffic.pcap diff --git a/report/.gitignore b/report/.gitignore new file mode 100644 index 0000000..19e5537 --- /dev/null +++ b/report/.gitignore @@ -0,0 +1,10 @@ +*.aux +*.fdb_latexmk +*.fls +*.log +*.synctex.gz +*.out +*.dvi +*.latexrun.* +*.pdfsync +*.toc