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
- 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
Progammes
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.1558084612.txt.gz · Last modified: 2024/03/18 15:05 (external edit)