Ver Mensaje Individual
  #12 (permalink)  
Antiguo 29/04/2010, 21:21
Avatar de BarretV2
BarretV2
 
Fecha de Ingreso: julio-2005
Mensajes: 72
Antigüedad: 18 años, 9 meses
Puntos: 0
Respuesta: Problemas con router en Debian Lenny

Maturano te dejo las salidas de los que habías comentado anteriormente


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




Debian:/home/barretv2# ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:2f:b5:bc:ff
inet6 addr: fe80::211:2fff:feb5:bcff/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:57 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:4363 (4.2 KiB)
Interrupt:22 Base address:0x4000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:267 errors:0 dropped:0 overruns:0 frame:0
TX packets:267 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17404 (16.9 KiB) TX bytes:17404 (16.9 KiB)

Espero que sea lo que pediste. Saludos