Complete lab0/lab1/lab2 setup with 2 hosts and 1 TAP device + OVS configs
This commit is contained in:
27
build/default/hvn1.lab.ipng.ch/host1-1/etc/motd
Normal file
27
build/default/hvn1.lab.ipng.ch/host1-1/etc/motd
Normal file
@ -0,0 +1,27 @@
|
||||
-*%%=
|
||||
=%@@@@@:
|
||||
:%@@@@@@@*
|
||||
:*@@@@@@@@@@ .=+-
|
||||
:=*#%@@@@@@@@@@@@@+ .+@@@@#
|
||||
.+@@@@@@@@@@@@@@@@@@@@##@@@@@@@=
|
||||
+@@@@@@@@@@@%*+@@@@@@@@@@@@@@@@@*
|
||||
=@@@@@@@@@#=: *@@@@%#*+*@@@@@@@#
|
||||
-%@@@@@@@*- ::. :*@@@@@@@@@
|
||||
=%@@@@@@@+ *@@@@@@@@@@@*
|
||||
:*@@@@@@@@+ %@@@@@@@@@@@@@@+.
|
||||
-*@@@@@@@@@+ +%@@@@@@@@@@@@@@@*.
|
||||
.-+%@@@@@@@@@#- =@@@@@@@@@@@@@@@+
|
||||
:=*%@@@@@@@@%*=: @@@@@@@@@@@@@@@@#
|
||||
:+#@@@@@@@#*+-: :*%@@@@@@%%@@@@@@@@@@@@@@@@@#
|
||||
.=#@@%#*+=-. :##%%@@@@@@@@@@@@@@@@@@@@@@@@@#
|
||||
.-=-: ..:-=+*#%@@@@@@@@@@@@@@-
|
||||
..::--==++***##%%%%@@@@@@@@@@@@@@@@%%%##***+==-::. .-=*#@@@@@@@@*
|
||||
.:=+*#%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%#*+-: :=+#@@@%
|
||||
..:--=+**#%@@@@@@@@@@@@@@@@@@@@@@%#*##%@@@@@@@@@@@@@@@#+-. .-+-
|
||||
.:=+*#%@@@@@@@@@@@@@@@@#+=:..-=+#%@@@@@@@@@@@@#+-.
|
||||
.:=+#%@@@@@@@@@@@@@@@#+-. :-+#@@@@@@@@@@@%=
|
||||
https://ipng.ch/ :-+#@@@@@@@@@@@@@@@#+-. .-+*%@%*-.
|
||||
IPng Networks GmbH :=*%@@@@@@@@@@@@@%*-
|
||||
:=*%@@@@@@@#+-.
|
||||
Restricted access. Authorized users only. :=+-.
|
||||
All connections are monitored and recorded. Contact <noc@ipng.ch> for details.
|
@ -2,5 +2,6 @@
|
||||
|
||||
echo " * Disabling VPP, Bird and FRR"
|
||||
for i in vpp vppcfg bird-dataplane frr; do
|
||||
ln -sf /dev/null /etc/systemd/system/multi-user.target.wants/${i}.service
|
||||
rm -f /etc/systemd/system/multi-user.target.wants/${i}.service
|
||||
ln -sf /dev/null /etc/systemd/system/${i}.service
|
||||
done
|
@ -3,3 +3,5 @@
|
||||
echo " * Fixing permissions"
|
||||
chown -R root. /root/
|
||||
chown -R ipng. /home/ipng/
|
||||
|
||||
[ -r /etc/rc.local ] && chmod 755 /etc/rc.local
|
Reference in New Issue
Block a user