Skip to content
Snippets Groups Projects
Commit 9d3547a5 authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

add ubuntu-server-18.04 ova

parent 1782f856
No related branches found
No related tags found
No related merge requests found
Pipeline #3213 passed
...@@ -78,6 +78,7 @@ wget https://drive.mesocentre.uca.fr/d/69e5535b0b88425396d7/files/?p=/debian.ova ...@@ -78,6 +78,7 @@ wget https://drive.mesocentre.uca.fr/d/69e5535b0b88425396d7/files/?p=/debian.ova
wget https://drive.mesocentre.uca.fr/d/69e5535b0b88425396d7/files/?p=/proxy.ova&dl=1 wget https://drive.mesocentre.uca.fr/d/69e5535b0b88425396d7/files/?p=/proxy.ova&dl=1
wget https://drive.mesocentre.uca.fr/d/69e5535b0b88425396d7/files/?p=/kali.ova&dl=1 wget https://drive.mesocentre.uca.fr/d/69e5535b0b88425396d7/files/?p=/kali.ova&dl=1
wget https://drive.mesocentre.uca.fr/d/69e5535b0b88425396d7/files/?p=/thenetwork.ova&dl=1 wget https://drive.mesocentre.uca.fr/d/69e5535b0b88425396d7/files/?p=/thenetwork.ova&dl=1
wget https://drive.mesocentre.uca.fr/d/69e5535b0b88425396d7/files/?p=/ubuntu-server-18.04.ova&dl=1
``` ```
<div class="panel panel-warning"> <div class="panel panel-warning">
<div class="panel-heading"> <div class="panel-heading">
...@@ -95,6 +96,7 @@ vboxmanage import debian.ova ...@@ -95,6 +96,7 @@ vboxmanage import debian.ova
vboxmanage import proxy.ova vboxmanage import proxy.ova
vboxmanage import kali.ova vboxmanage import kali.ova
vboxmanage import thenetwork.ova vboxmanage import thenetwork.ova
vboxmanage ubuntu-server-18.04.ova
``` ```
### Configurer le réseau pour chaque vm ### Configurer le réseau pour chaque vm
...@@ -104,6 +106,7 @@ vboxmanage modifyvm debian --nic1 natnetwork --nat-network1 natwebsec ...@@ -104,6 +106,7 @@ vboxmanage modifyvm debian --nic1 natnetwork --nat-network1 natwebsec
vboxmanage modifyvm proxy --nic1 natnetwork --nat-network1 natwebsec vboxmanage modifyvm proxy --nic1 natnetwork --nat-network1 natwebsec
vboxmanage modifyvm kali --nic1 natnetwork --nat-network1 natwebsec vboxmanage modifyvm kali --nic1 natnetwork --nat-network1 natwebsec
vboxmanage modifyvm thenetwork --nic1 natnetwork --nat-network1 natwebsec vboxmanage modifyvm thenetwork --nic1 natnetwork --nat-network1 natwebsec
vboxmanage modifyvm ubuntu-server-18.04 --nic1 natnetwork --nat-network1 natwebsec
``` ```
![réseau vm](images/etudiants/vm-network.png) ![réseau vm](images/etudiants/vm-network.png)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment