Atelier SysRes SE2a5 2023/2024 E11

De wiki-se.plil.fr
Révision datée du 2 octobre 2023 à 13:07 par Onaimi (discussion | contributions) (Page créée avec « === '''13/09: Création de la VM''' === Génération du fichier de configuration:<syntaxhighlight lang="shell"> xen-create-image --hostname=Tokyo --ip=172.26.145.105 --netmask=255.255.255.0 --gateway 172.26.145.254 --bridge=bridgeStudents --dir=/usr/local/xen --password=glopglop </syntaxhighlight> Lancement de la VM:<syntaxhighlight lang="shell"> xen console Tokyo.cfg xen console Tokyo </syntaxhighlight> Modication de l'interface eth0 dans /etc/network/interfa... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

13/09: Création de la VM

Génération du fichier de configuration:

xen-create-image --hostname=Tokyo --ip=172.26.145.105 --netmask=255.255.255.0 --gateway 172.26.145.254 --bridge=bridgeStudents --dir=/usr/local/xen --password=glopglop

Lancement de la VM:

xen console Tokyo.cfg

xen console Tokyo

Modication de l'interface eth0 dans /etc/network/interfaces:

auto eth0
iface eth0 inet static
address 172.26.145.105/24
gateway 172.26.145.254

Configuration ssh, modifications dans /etc/ssh/sshd_config:

PermitRootLogin yes
service ssh restart