Después de romperme el coco y buscar por ahí y en el foro, me estoy volviendo loca, así que pregunto y a ver si me podéis echar una mano, por favor!!!!
estoy intentando conectarme a internet desde una máquina virtual Debian etch que tengo dentro de mi pc (es windows xp). He hecho exactamente lo mismo en otro pc y me ha funcionado perfectamente, pero en este otro pc no lo consigo. Seguro que es una tontería pero no lo veo...
El fichero /etc/network/interfaces lo tengo así:
Código:
Después hago un restart y tengo este problema:# 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 iface eth5 inet dhcp auto eth5
Código:
Por lo que he llegado a la conclusión comparándolo tb con el otro pc donde sí q me funciona, es que el DHCPRELEASE (cuarta línea del segundo parrafo de arriba) me apunta a una dirección que no es la correcta.debian:/home/user# /etc/init.d/networking restart Reconfiguring network interfaces...There is already a pid file /var/run/dhclient.eth5.pid with pid 4200 killed old client process, removed PID file Internet Systems Consortium DHCP Client V3.0.4 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth5/xxx Sending on LPF/eth5/xxx Sending on Socket/fallback DHCPRELEASE on eth5 to 192.168.131.254 port 67 Internet Systems Consortium DHCP Client V3.0.4 Copyright 2004-2006 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Listening on LPF/eth5/xxx Sending on LPF/eth5/xxx Sending on Socket/fallback DHCPDISCOVER on eth5 to 255.255.255.255 port 67 interval 3 DHCPDISCOVER on eth5 to 255.255.255.255 port 67 interval 4 DHCPDISCOVER on eth5 to 255.255.255.255 port 67 interval 9 DHCPDISCOVER on eth5 to 255.255.255.255 port 67 interval 12 .... No DHCPOFFERS received. No working leases in persistent database - sleeping. done.
El problema es que no sé donde se almacena esta dirección y donde la podría cambiar. He mirado el fichero /etc/resolv.conf pero lo tengo en blanco (igual en los dos pc) por lo que entiendo q no influye...
Alguna idea por favor?? me siento bastante desesperada!!!