Forum Linux.debian/ubuntu Problème de service networking

Posté par . Licence CC By‐SA.
Étiquettes : aucune
0
2
jan.
2016

Bonjour à tous,

Meilleurs vœux pour tout le monde.

Dans ma Vm sous l'adresse 91.121.36.11

Voici mon fichier /etc/network/interfaces

'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'
 allow-hotplug eth0
 iface eth0 inet static
 address 91.121.36.11
 netmask 255.255.255.0
 network 91.121.36.0
 broadcast 91.121.36.255
 gateway 91.121.36.254
 # dns-* options are implemented by the resolvconf package, if installed
(...)