User Tools

Site Tools


rxdiu:index

This is an old revision of the document!


DIU Réseaux (bloc 3)

Plan du Cours (5h)

  • client/serveur, OSI, encapsulation, protocoles
  • protocoles de communication d'internet et du web (TCP, HTTP)
  • sécurité des cummunications (chiffrement symétrique et asymétrique)

Outils Visés

Progammes ISN & NSI

ISN : actuelle specialité informatique en terminale S SNT : ??? NSI : nouvelle spécialité informatique dans la réforme (1ère et terminale)

Docker Demo

Installation de Docker :

    • select linux container
  1. Linux (Debian/Ubuntu) : …

Installation de Scapy :

Special Tips for Nested Virt in QEMU/KVM

Check nested virtualization inside QEMU :

For kvm_intel module, check /sys/module/kvm_intel/parameters/nested is “Y”… Else

# If you have an Intel CPU, use this:
$ cat > /etc/modprobe.d/kvm_intel.conf
options kvm-intel nested=Y

Enable Intel VMX cpu flag in bios, then in /etc/default/grub and add “intel_iommu=on” to GRUB_CMDLINE_LINUX line. Then, sudo update-grub

Check IOMMU is OK with command: virt-host-validate

rxdiu/index.1558535709.txt.gz · Last modified: 2024/03/18 15:05 (external edit)