El jue, 23-06-2005 a las 07:42 +0100, Félix J. Marcelo Wirnitzer escribió: > En el fichero /etc/network/interfaces, donde veas la línea > iface eth0 inet dhcp > > lo cambias a > iface eth0 inet static De hecho al parecer él esta preguntando lo contrario, lo tenía estático y ahora lo quiere dinámico (dhcp)
Entonces lo que tendría que hacer es comentar desde donde empiece #iface eth0 inet static # address 192.168.0.2 # netmask 255.255.255.0 # network 192.168.0.0 # broadcast 192.168.0.255 # gateway 192.168.0.1 y poner iface eth0 inet dhcp Y entonces reiniciar tal como lo has indicado. Saludos.. -- Atte. Hector Bautista Flores User Linux # 200509 hbautista arroba usoli.org hbautista arroba gmx.net Jabber: [EMAIL PROTECTED] AIM: hectorb02 MSN: [EMAIL PROTECTED] http://www.usoli.org http://hbautista.usoli.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

