« Atelier SysRes SE2a5 2023/2024 E10 » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 25 : | Ligne 25 : | ||
</pre><pre> | </pre><pre> | ||
service ssh restart | service ssh restart | ||
</pre>sur cap breton : | </pre>'''Partitions''' | ||
<u>sur cap breton :</u> | |||
lvcreate -L10G -nRiga-home virtual | lvcreate -L10G -nRiga-home virtual | ||
Ligne 35 : | Ligne 37 : | ||
disk = [ | disk = [ | ||
'phy:/dev/virtual/Riga-home, | 'phy:/dev/virtual/Riga-home,xvdb,w', | ||
'phy:/dev/virtual/Riga-var,xvdc,w' | |||
] |
Version du 5 octobre 2023 à 13:11
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'
]