Cita:
Iniciado por BarretV2 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