diff --git a/misp.json b/misp.json index 4ebfaf2..14cf4fa 100644 --- a/misp.json +++ b/misp.json @@ -258,7 +258,7 @@ "ssh_pass": "Password1234", "update": "true", "vm_description": "MISP, is an open source software solution for collecting, storing, distributing and sharing cyber security indicators and threat about cyber security incidents analysis and malware analysis. MISP is designed by and for incident analysts, security and ICT professionals or malware reverser to support their day-to-day operations to share structured informations efficiently.", - "vm_name": "MISP_demo_rawane", + "vm_name": "MISP_rawane_demo", "vm_version": "2.4" } } diff --git a/scripts/interfaces.sh b/scripts/interfaces.sh index dc3a723..60e42f6 100644 --- a/scripts/interfaces.sh +++ b/scripts/interfaces.sh @@ -10,7 +10,7 @@ echo "--- Using old style name (ethX) for interfaces" sed -r 's/^(GRUB_CMDLINE_LINUX=).*/\1\"net\.ifnames=0\ biosdevname=0\"/' /etc/default/grub | sudo tee /etc/default/grub > /dev/null -# install ifupdown since ubuntu 18.04 +# install ifupdown since ubuntu 20.04 sudo apt update sudo apt install ifupdown -qqy