rxdiu:index
This is an old revision of the document!
DIU EIL - 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
- programmation socket python : https://docs.python.org/3/howto/sockets.html
- scapy : https://scapy.net/
- wireshark : https://www.wireshark.org/
- qemunet : https://github.com/orel33/qemunet
- éditeur python3 : thonny (par defaut, edupython)
- éditeur code : VS Code
- environement Linux (CREMI) : terminal, editeur, système de fichier
Progammes SNT & ISN & NSI & DIU-EIL
- SNT : actuelle option informatique en seconde
- ISN : actuelle specialité informatique en terminale S (2 h/semaine)
- NSI : nouvelle spécialité informatique dans la réforme qui remplace ISN (4h/semaine en 1ère et 6h/semaine en terminale)
- DIU EIL : diplôme inter-universitaire “enseigner l'informatique au lycée”
- https://sourcesup.renater.fr/wiki/diu-eil-r-educ/start (DIU wiki, authorization required)
- https://diu-eil.gricad-pages.univ-grenoble-alpes.fr/ (DIU Grenoble)
Docker Demo
Installation de Docker :
- Windows 10 (64 bit) : https://hub.docker.com/editions/community/docker-ce-desktop-windows
- select linux container
- Linux (Debian/Ubuntu) : …
Installation de Scapy :
- s'inspirer du Dockerfile https://hub.docker.com/r/syakesaba/scapy/ (based on kali-linux)
- regarder aussi scapy + jupyter : https://github.com/rambasnet/scapynotebooks
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.1558540646.txt.gz · Last modified: 2024/03/18 15:05 (external edit)