Re: Nuevo instalador de debian:¿ Configuracion de red?
El Lun 07 Jun 2004 15:15, Dax escribió:
> Miguel wrote:
> >Hola:
> >Estoy instalando Sarge con el cd netinst.
> >Todo parece funcionar muy bien, pero al configurar el sistema base me dice
> >que parece que no estoy conectado a red y no me dar opcion de configurar
> > la red (estoy en una LAN), ip, mascara,gateway y todo eso.
> >Solo me pregunta para configurar un ISP pero eso no es lo que yo quiero.
> >Luego ya no me deja usar el apt desde internet.
> >¿Es un fallo que se arreglará o hay algún truco o algo que hago mal?
> >
> >Gracias y un saludo,
>
> Miguel,
>
> Si el instalador no te reconoció la tarjeta de red entonces tampoco te
> la configura.
> Confirmá sin tenés la tarjeta instalada con
>
> ifconfig eth0
>
> Si no la tenés, cargala con
>
> modconf
>
> yendo a kernel/drivers/net y eligiendo el driver correspondiente a tu
> placa. Una vez que la cargues, instalate el etherconf con
>
> apt-get install etherconf
>
> y luego para reconfigurarlo
>
> dpkg-reconfigure etherconf
>
> Esto último también te sirve para configurar la red cuando lo necesites.
>
> Suerte,
> Dax.
Gracias,
pero creo que la reconoce bien pues la salida de ifconfig me da:
--
eth0 Link encap:Ethernet HWaddr 00:50:FC:F0:51:2B
inet addr:192.168.202.10 Bcast:192.168.202.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:134 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16011 (15.6 KiB) TX bytes:1264 (1.2 KiB)
Interrupt:22 Base address:0xb800
--
y la salida de dmesg|grep eth da:
--
eth0: RealTek RTL8139 at 0xb800, 00:50:fc:f0:51:2b, IRQ 22
eth0: Identified 8139 chip type 'RTL-8100B/8139D'
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
--
Pero no logro que me pregunte para configurar la LAN, creo que puedo
arreglarlo editando a mano el fichero /etc/network/inferfaces donde tengo:
--
This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# This entry denotes the loopback (127.0.0.1) interface.
auto lo
iface lo inet loopback
# This entry was created during the Debian installation
auto eth0
iface eth0 inet dhcp
--
cambiando dhcp por static dandole la ip, netmask y gateway pero me sigue
extrañando que no realize esto automaticamente, pues en el resto de cosas el
instalador es muy "automatico".
Un saludo,
Miguel
--
Mig
Reply to: