Update readme

main
Gasper Spagnolo 2023-03-11 11:13:35 +01:00
parent 71fbed507c
commit 73dbb85b04
3 changed files with 22 additions and 3 deletions

View File

@ -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)
```

10
report/.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
*.aux
*.fdb_latexmk
*.fls
*.log
*.synctex.gz
*.out
*.dvi
*.latexrun.*
*.pdfsync
*.toc