new VM has been built, not tested yet (missing FW-forwarding

This commit is contained in:
2022-10-21 14:27:05 +02:00
parent ab1cc24da2
commit 313aa93ce5
7 changed files with 35 additions and 91 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
br="br0"
tap="tap0"
tap1="tap1"
eth="enp0s10f0"
br_ip="10.3.5.1"
eth="ens4"
br_ip="10.3.5.10"
br_netmask="255.255.0.0"
br_broadcast="10.3.255.255"
# Create the tap adapter
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
ifconfig br0 down
brctl delif br0 enp0s10f0
brctl delif br0 ens4
brctl delif br0 tap0
brctl delif br0 tap1
brctl delbr br0
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
DEST="10.3.5.2"
DEST="10.3.5.11"
ping -c4 ${DEST} > /dev/null