SE5 IdO sécurité des objets 2025/2026 b4

De wiki-se.plil.fr
Révision datée du 17 septembre 2025 à 15:42 par Azongo (discussion | contributions) (Page créée avec « xen-create-image --hostname=SE5-azongo --dhcp --bridge=bridgeStudent --dir=/usr/local/xen --size=10GB --dist=daedalus --memory=1024M # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address 172.26.145.104 netmask 255.255.255.0 gateway... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

xen-create-image --hostname=SE5-azongo --dhcp --bridge=bridgeStudent --dir=/usr/local/xen --size=10GB --dist=daedalus --memory=1024M


  1. This file describes the network interfaces available on your system
  2. and how to activate them. For more information, see interfaces(5).
  1. The loopback network interface

auto lo iface lo inet loopback

  1. The primary network interface

auto eth0 iface eth0 inet static

address 172.26.145.104
   netmask 255.255.255.0
   gateway 172.26.145.251
   dns-nameservers 8.8.8.8 1.1.1.1
  1. post-up ethtool -K eth0 tx off
  1. The commented out line above will disable TCP checksumming which
  2. might resolve problems for some users. It is disabled by default