diff --git a/Staff-1.startup b/Staff-1.startup new file mode 100755 index 0000000..232be96 --- /dev/null +++ b/Staff-1.startup @@ -0,0 +1,6 @@ +# IP of Staff-1 +ip addr add 10.0.3.3/24 dev eth0 +ip link set up dev eth0 + +# Route to Staff-switch +ip route add default via 10.0.3.2 dev eth0 diff --git a/Staff-1/etc/resolvconf/resolv.conf.d/base b/Staff-1/etc/resolvconf/resolv.conf.d/base new file mode 100755 index 0000000..caa02b9 --- /dev/null +++ b/Staff-1/etc/resolvconf/resolv.conf.d/base @@ -0,0 +1,2 @@ +# hosts external to fido +nameserver 8.8.8.8 diff --git a/lab.conf b/lab.conf index 29a7d87..7b9a4a4 100755 --- a/lab.conf +++ b/lab.conf @@ -20,3 +20,4 @@ Ext-WWW[0]=External # Staff subnet Staff-switch[0]=Staff +Staff-1[0]=Staff