« SE5 IdO sécurité des objets 2025/2026 b4 » : différence entre les versions
Aller à la navigation
Aller à la recherche
(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... ») |
(Aucune différence)
|
Version du 17 septembre 2025 à 15:42
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 172.26.145.251 dns-nameservers 8.8.8.8 1.1.1.1
- post-up ethtool -K eth0 tx off
- The commented out line above will disable TCP checksumming which
- might resolve problems for some users. It is disabled by default