Atelier SysRes SE2a5 2023/2024 E10

De wiki-se.plil.fr
Aller à la navigation Aller à la recherche

Nom de domaine : riga1.lol

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

Partitions

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,xvdb,w',             

'phy:/dev/virtual/Riga-var,xvdc,w'

                ]