Eth0
Résolu
lorie52
Messages postés
133
Date d'inscription
Statut
Membre
Dernière intervention
-
lsimo Messages postés 7 Date d'inscription Statut Membre Dernière intervention -
lsimo Messages postés 7 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
re c moi encore , je viens d'installer vmware sur windows 2000 et g apporté une image debian
sauf q g pa acces a internet dessus , comment je fais pr configurer eth0
qd j fai ifconfig il m donne lo ctt
est c qlqun peut m'aider????????
re c moi encore , je viens d'installer vmware sur windows 2000 et g apporté une image debian
sauf q g pa acces a internet dessus , comment je fais pr configurer eth0
qd j fai ifconfig il m donne lo ctt
est c qlqun peut m'aider????????
1 réponse
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