Ver Mensaje Individual
  #14 (permalink)  
Antiguo 30/04/2010, 11:27
Avatar de maturano
maturano
 
Fecha de Ingreso: enero-2010
Ubicación: /home/
Mensajes: 537
Antigüedad: 14 años, 2 meses
Puntos: 36
Respuesta: Problemas con router en Debian Lenny

Cita:
Iniciado por BarretV2 Ver Mensaje
Debian:/home/barretv2# cat /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

auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider

auto eth0
iface eth0 inet manual
Eso está mal. Intenta cambiándolo a manera que te quede (obviamente, previo respaldo):
Código:
# 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 dhcp
Luego ejecutas:
# /etc/init.d/networking restart

Esto suponiendo tienes el router debidamente configurado para que asigne IPs por DHCP. Dices --entendí-- configuraste y accediste desde Windows sin problemas y estás conectandote por otro dispositivo (¿PSP?), entonces con esto debería quedar.

Suerte
__________________
I ♥ The Music!