« Atelier SysRes SE2a5 2023/2024 E10 » : différence entre les versions

De wiki-se.plil.fr
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 23 : Ligne 23 :
</pre><pre>
</pre><pre>
service ssh restart
service ssh restart
</pre>
</pre>sur cap breton :
 
lvcreate -L10G -nRiga-home virtual
 
lvcreate -L10G -nRiga-var virtual
 
dans /etc/xen prendre le Riga.cfg et changer :
 
disk    = [
 
'phy:/dev/virtual/Riga-home,xvda1,w',              'phy:/dev/virtual/Riga-var,xvda2,w'
 
                ]

Version du 2 octobre 2023 à 13:56

Partie sur les conteneurs :

dd if=/dev/zero of=fs bs=1024k count=10240
mkfs -t ext4 fs
mkdir /tmp/mnt
mount -o loop fs /tmp/mnt
apt install debootstrap
debootstrap stable /tmp/mnt
echo "proc /proc proc defaults 0 0" >> tmp/mnt/fstab
unshare  -p -f -m chroot /tmp/mnt  /bin/sh -c "mount /proc ; /bin/bash"


Configuration de l'interface eth0:

auto eth0 iface eth0 inet static

  address 172.26.145.102/24
  gateway 172.26.145.254

Configuartion du SSH:

Dans /etc/ssh/sshd_config, modifier:

PermitRootLogin yes

service ssh restart

sur cap breton :

lvcreate -L10G -nRiga-home virtual

lvcreate -L10G -nRiga-var virtual

dans /etc/xen prendre le Riga.cfg et changer :

disk    = [

'phy:/dev/virtual/Riga-home,xvda1,w',              'phy:/dev/virtual/Riga-var,xvda2,w'

                ]