Complete lab0/lab1/lab2 setup with 2 hosts and 1 TAP device + OVS configs

This commit is contained in:
Pim van Pelt
2023-05-06 17:56:23 +00:00
parent 72245529a2
commit 3f737293b9
60 changed files with 843 additions and 13 deletions
build/default
hvn0.lab.ipng.ch
host0-0
etc
root
host0-1
etc
root
tap0-0
vpp0-0
etc
root
lab-build
vpp0-1
etc
root
lab-build
vpp0-2
etc
root
lab-build
vpp0-3
etc
root
lab-build
hvn1.lab.ipng.ch
host1-0
etc
root
host1-1
etc
root
tap1-0
vpp1-0
etc
root
lab-build
vpp1-1
etc
root
lab-build
vpp1-2
etc
root
lab-build
vpp1-3
etc
root
lab-build
hvn2.lab.ipng.ch
host2-0
etc
root
host2-1
etc
root
tap2-0
vpp2-0
etc
root
lab-build
vpp2-1
etc
root
lab-build
vpp2-2
etc
root
lab-build
vpp2-3
etc
root
lab-build
overlays/bird
common
etc
root
lab-build
host
root
lab-build
ovs-config.sh
tap
etc
root
lab-build

@ -0,0 +1,7 @@
#!/bin/bash
echo " * Fixing permissions"
chown -R root. /root/
chown -R ipng. /home/ipng/
[ -r /etc/rc.local ] && chmod 755 /etc/rc.local