Eth0
Résolu/Fermé
lorie52
Messages postés
133
Date d'inscription
mercredi 4 juin 2008
Statut
Membre
Dernière intervention
1 décembre 2009
-
4 juin 2008 à 17:44
lsimo Messages postés 7 Date d'inscription mercredi 4 juin 2008 Statut Membre Dernière intervention 5 juin 2008 - 4 juin 2008 à 19:13
lsimo Messages postés 7 Date d'inscription mercredi 4 juin 2008 Statut Membre Dernière intervention 5 juin 2008 - 4 juin 2008 à 19:13
1 réponse
lsimo
Messages postés
7
Date d'inscription
mercredi 4 juin 2008
Statut
Membre
Dernière intervention
5 juin 2008
1
4 juin 2008 à 19:13
4 juin 2008 à 19:13
il ya 2 choses:
===configuration de vmware:
**VM --> RmovableDevices --> ethernr --> edit puis cocher custom et choisir Vmnet1
**aller sur favoris reseau --> vmnet1 --> proptes -- et donner un adresse qcq par ex ip1=192.168.1.2
===configuration reseau de debian
edite le fichier /etc/network/interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.9
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.2 # c'est ip1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.7
dns-search localdomain
test missing-cable
===configuration de vmware:
**VM --> RmovableDevices --> ethernr --> edit puis cocher custom et choisir Vmnet1
**aller sur favoris reseau --> vmnet1 --> proptes -- et donner un adresse qcq par ex ip1=192.168.1.2
===configuration reseau de debian
edite le fichier /etc/network/interfaces:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.9
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.2 # c'est ip1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.7
dns-search localdomain
test missing-cable