Pages : 1
#1 Le 04/11/2008, à 14:57
- Blady
[VMWare] Bridge défaillant ?
Yo!
J'ai un serveur qui tourne sous ubuntu et je tente d'installer Windows XP SP3 via VMWare dessus! L'installation de VMWare et de windows s'est bien déroulé, le problème est que je n'arrive pas a avoir une connection internet sur la Virtual Machine 'stable' (elle se coupe au bout de 10min environ)
Quelques infos:
IPs: 193.238.85.2 à 193.238.85.12 (.12 étant l'IP que j'essaie d'assigner à la VM)
Passerelle: 193.238.85.254
Serveur DNS: 193.219.118.170
Voici le fichier interfaces (/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
#Virtual network (max / .12)
auto tap0
iface tap0 inet manual
tunctl_user root
uml_proxy_arp 193.238.85.12
uml_proxy_ether eth0:9
#The bridge
auto br0
iface br0 inet static
address 193.238.85.12
netmask 255.255.255.0
gateway 193.238.85.254
bridge_ports eth0:9 tap0
bridge_maxwait 0
#ip
auto eth0
auto eth0:0
auto eth0:1
auto eth0:2
auto eth0:3
auto eth0:4
auto eth0:5
auto eth0:6
auto eth0:7
auto eth0:8
iface eth0:0 inet static
address 193.238.85.3
gateway 193.238.85.254
netmask 255.255.255.0
iface eth0:1 inet static
address 193.238.85.4
gateway 193.238.85.254
netmask 255.255.255.0
iface eth0:2 inet static
address 193.238.85.5
gateway 193.238.85.254
netmask 255.255.255.0
iface eth0:3 inet static
address 193.238.85.6
gateway 193.238.85.254
netmask 255.255.255.0
iface eth0:4 inet static
address 193.238.85.7
gateway 193.238.85.254
netmask 255.255.255.0
iface eth0:5 inet static
address 193.238.85.8
gateway 193.238.85.254
netmask 255.255.255.0
iface eth0:6 inet static
address 193.238.85.9
gateway 193.238.85.254
netmask 255.255.255.0
iface eth0:7 inet static
address 193.238.85.10
gateway 193.238.85.254
netmask 255.255.255.0
iface eth0:8 inet static
address 193.238.85.11
gateway 193.238.85.254
netmask 255.255.255.0
iface eth0:9 inet manual
Voici ma config sous Windows (VM) :
Dans cette configuration, j'arrive à avoir accès a internet sur la VM mais cela que pendant 10 mins (en gros) après ça ne marche
plus, sans prévenir ni meme un message d'erreur.
Problème rencontrés:
- Dans cette configuration, j'arrive à avoir accès a internet sur la VM mais cela que pendant 10 mins (en gros) après ça ne marche
plus, sans prévenir ni meme un message d'erreur.
- Lorsque je redémarre le network sous linux (/etc/init.d/networking restart) voici ce qui apparait :
- Lorsque la VM est off, j'arrive quand meme a pinger de chez moi l'ip .12. Est-ce qu'elle serait mal configuré et attribuée (malgré moi)
à linux aussi ? ce qui causerait un conflit ?
Voilà, je pense avoir tout dit!
Des idées/suggestions ? ;-P
Hors ligne
#2 Le 04/11/2008, à 17:04
- Blady
Re : [VMWare] Bridge défaillant ?
Bon pour ce que ça intéresse, j'ai trouvé ma réponse
Ma config /etc/network/interfaces était mauvaise.
Voici la bonne:
# 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
auto eth0
iface eth0 inet static
address 193.238.85.2
gateway 193.238.85.254
netmask 255.255.255.0
broadcast 193.238.85.255
network 193.238.85.0
(remarque: j'ai viré les Ips en trop pour les assigner sur Windows par la suite)
tout simplement!
Hors ligne
Pages : 1