Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-15 Por tema Jose Arcangel Salazar Delgado
Intenta un ifup lo o un ifconfig lo up a ver si funciona, o
mandanos lo que te salga



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-15 Por tema [EMAIL PROTECTED]
El Sábado 15 Enero 2005 11:34, Jose Arcangel Salazar Delgado escribió:
 Intenta un ifup lo o un ifconfig lo up a ver si funciona, o
 mandanos lo que te salga
Esto es para flipar , cuando hago ifup lo , se me habre una nueva sesion de X 
en F8 , pero empieza a funcionar el ping, os copio aqui abajo y luego 
reinicio haber si lo mantiene.
[EMAIL PROTECTED]:/# ifup lo   -aqui se me ha abierto una nueva sesion de 
X.
[EMAIL PROTECTED]:/# ifconfig lo up
[EMAIL PROTECTED]:/# ifup lo
ifup: interface lo already configured
[EMAIL PROTECTED]:/# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:01:2F:45:AF:60
  inet addr:192.168.1.75  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::211:2fff:fe45:df59/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:21301 errors:0 dropped:0 overruns:0 frame:0
  TX packets:19635 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:21106744 (20.1 MiB)  TX bytes:1781452 (1.6 MiB)
  Interrupt:22 Base address:0x6000

loLink 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:2 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:100 (100.0 b)  TX bytes:100 (100.0 b)

[EMAIL PROTECTED]:/# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.110 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.061 ms
64 bytes from 127.0.0.1: icmp_seq=3 ttl=64 time=0.062 ms
64 bytes from 127.0.0.1: icmp_seq=4 ttl=64 time=0.060 ms

--- 127.0.0.1 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2998ms
rtt min/avg/max/mdev = 0.060/0.073/0.110/0.022 ms

-- 
--



Re: Mi propio pc no contesta al ping porque?

2005-01-14 Por tema [EMAIL PROTECTED]
El Viernes 14 Enero 2005 01:22, Angel Claudio Alvarez escribió:
 El vie, 14-01-2005 a las 01:12 +0100, [EMAIL PROTECTED] escribió:
  El Viernes 14 Enero 2005 00:52, Santiago Vila escribió:
   On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:
Mi propio pc no contesta al ping ¿ porque?
Gracias
[EMAIL PROTECTED]:~$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
   
--- 127.0.0.1 ping statistics ---
24 packets transmitted, 0 received, 100% packet loss, time 23006ms
  
   ¿Tienes estas dos líneas en tu /etc/network/interfaces?
  
   auto lo
   iface lo inet loopback
  
   Si es que sí, ¿qué pasa si haces invoke-rc.d networking restart?
 
  Si las tengo y si ejecuto me da este resultado:
  # invoke-rc.d networking restart
  Setting up IP spoofing protection: rp_filter.
  Reconfigurando
   network interfaces...
 
  done.
  ¿que deveria hacer?

 ejecuta como root:
 ifconfig
 y postea el resultado
 y luego
 iptables -nL
 y postea el resultado
Me da lo siguiente:

[EMAIL PROTECTED]:/# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:11:2F:45:DF:59
  inet addr:192.168.1.75  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::211:2fff:fe45:df59/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:16143 errors:0 dropped:0 overruns:0 frame:0
  TX packets:14736 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:16063115 (15.3 MiB)  TX bytes:1283030 (1.2 MiB)
  Interrupt:22 Base address:0x6000

[EMAIL PROTECTED]:/# iptables -nL
Chain INPUT (policy ACCEPT)
target prot opt source   destination

Chain FORWARD (policy ACCEPT)
target prot opt source   destination

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination

Gracias


-- 
--



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-14 Por tema [EMAIL PROTECTED]
El Viernes 14 Enero 2005 20:46, Santiago Vila escribió:
 On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:
  eth0  Link encap:Ethernet  HWaddr 00:11:2F:45:DF:59
inet addr:192.168.1.75  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::211:2fff:fe45:df59/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:16143 errors:0 dropped:0 overruns:0 frame:0
TX packets:14736 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16063115 (15.3 MiB)  TX bytes:1283030 (1.2 MiB)
Interrupt:22 Base address:0x6000

 Ahí tienes la razón de que no funcione el ping a 127.0.0.1.

 Normalmente sale también algo como esto:

 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:18565 errors:0 dropped:0 overruns:0 frame:0
   TX packets:18565 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:1727235 (1.6 MiB)  TX bytes:1727235 (1.6 MiB)

 gracias a estas dos líneas de /etc/network/interfaces:

 auto lo
 iface lo inet loopback

 que dices que tienes, así que prueba a enviarnos el contenido completo
 de ese fichero, porque todo esto es muy misterioso.
Este es el contenido del fichero:
# 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

# The primary network interface
auto eth0
iface eth0 inet static
 # dns-* options are implemented by the resolvconf package, if installed
 dns-nameservers 80.58.61.250 80.58.61.254
 dns-search comyc.com
 name Tarjeta de red Ethernet
 address 192.168.1.75
 netmask 255.255.255.0
 broadcast 192.168.1.255
 network 192.168.1.0
 gateway 192.168.1.1

iface eth1 inet static
name Tarjeta de red Ethernet
address 192.168.2.80
netmask 255.255.255.0
broadcast 192.168.2.255
network 192.168.2.0
gateway 192.168.2.1

auto eth1
-- 
Yo lo veo bien, ¿ que opinais?
--



Re: Mi propio pc no contesta al ping porque?

2005-01-14 Por tema [EMAIL PROTECTED]
El Viernes 14 Enero 2005 01:22, Angel Claudio Alvarez escribió:
 El vie, 14-01-2005 a las 01:12 +0100, [EMAIL PROTECTED] escribió:
  El Viernes 14 Enero 2005 00:52, Santiago Vila escribió:
   On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:
Mi propio pc no contesta al ping ¿ porque?
Gracias
[EMAIL PROTECTED]:~$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
   
--- 127.0.0.1 ping statistics ---
24 packets transmitted, 0 received, 100% packet loss, time 23006ms
  
   ¿Tienes estas dos líneas en tu /etc/network/interfaces?
  
   auto lo
   iface lo inet loopback
  
   Si es que sí, ¿qué pasa si haces invoke-rc.d networking restart?
 
  Si las tengo y si ejecuto me da este resultado:
  # invoke-rc.d networking restart
  Setting up IP spoofing protection: rp_filter.
  Reconfigurando
   network interfaces...
 
  done.
  ¿que deveria hacer?

 ejecuta como root:
 ifconfig
 y postea el resultado
 y luego
 iptables -nL
 y postea el resultado
Me da lo siguiente:

[EMAIL PROTECTED]:/# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:11:2F:45:DF:59
  inet addr:192.168.1.75  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::211:2fff:fe45:df59/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:16143 errors:0 dropped:0 overruns:0 frame:0
  TX packets:14736 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:16063115 (15.3 MiB)  TX bytes:1283030 (1.2 MiB)
  Interrupt:22 Base address:0x6000

[EMAIL PROTECTED]:/# iptables -nL
Chain INPUT (policy ACCEPT)
target prot opt source   destination

Chain FORWARD (policy ACCEPT)
target prot opt source   destination

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination

Gracias


-- 
--



Re: Mi propio pc no contesta al ping porque?

2005-01-14 Por tema Santiago Vila
On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:

 eth0  Link encap:Ethernet  HWaddr 00:11:2F:45:DF:59
   inet addr:192.168.1.75  Bcast:192.168.1.255  Mask:255.255.255.0
   inet6 addr: fe80::211:2fff:fe45:df59/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:16143 errors:0 dropped:0 overruns:0 frame:0
   TX packets:14736 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000
   RX bytes:16063115 (15.3 MiB)  TX bytes:1283030 (1.2 MiB)
   Interrupt:22 Base address:0x6000

Ahí tienes la razón de que no funcione el ping a 127.0.0.1.

Normalmente sale también algo como esto:

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:18565 errors:0 dropped:0 overruns:0 frame:0
  TX packets:18565 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:1727235 (1.6 MiB)  TX bytes:1727235 (1.6 MiB)

gracias a estas dos líneas de /etc/network/interfaces:

auto lo
iface lo inet loopback

que dices que tienes, así que prueba a enviarnos el contenido completo
de ese fichero, porque todo esto es muy misterioso.



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-14 Por tema [EMAIL PROTECTED]
El Viernes 14 Enero 2005 20:46, Santiago Vila escribió:
 On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:
  eth0  Link encap:Ethernet  HWaddr 00:11:2F:45:DF:59
inet addr:192.168.1.75  Bcast:192.168.1.255  Mask:255.255.255.0
inet6 addr: fe80::211:2fff:fe45:df59/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:16143 errors:0 dropped:0 overruns:0 frame:0
TX packets:14736 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:16063115 (15.3 MiB)  TX bytes:1283030 (1.2 MiB)
Interrupt:22 Base address:0x6000

 Ahí tienes la razón de que no funcione el ping a 127.0.0.1.

 Normalmente sale también algo como esto:

 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:18565 errors:0 dropped:0 overruns:0 frame:0
   TX packets:18565 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
   RX bytes:1727235 (1.6 MiB)  TX bytes:1727235 (1.6 MiB)

 gracias a estas dos líneas de /etc/network/interfaces:

 auto lo
 iface lo inet loopback

 que dices que tienes, así que prueba a enviarnos el contenido completo
 de ese fichero, porque todo esto es muy misterioso.
Este es el contenido del fichero:
# 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

# The primary network interface
auto eth0
iface eth0 inet static
 # dns-* options are implemented by the resolvconf package, if installed
 dns-nameservers 80.58.61.250 80.58.61.254
 dns-search comyc.com
 name Tarjeta de red Ethernet
 address 192.168.1.75
 netmask 255.255.255.0
 broadcast 192.168.1.255
 network 192.168.1.0
 gateway 192.168.1.1

iface eth1 inet static
name Tarjeta de red Ethernet
address 192.168.2.80
netmask 255.255.255.0
broadcast 192.168.2.255
network 192.168.2.0
gateway 192.168.2.1

auto eth1
-- 
Yo lo veo bien, ¿ que opinais?
--



Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema [EMAIL PROTECTED]
Hola a todos
Mi propio pc no contesta al ping ¿ porque?
Gracias
[EMAIL PROTECTED]:~$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.

--- 127.0.0.1 ping statistics ---
24 packets transmitted, 0 received, 100% packet loss, time 23006ms

-- 
--



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema Santiago Vila
On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:

 Mi propio pc no contesta al ping ¿ porque?
 Gracias
 [EMAIL PROTECTED]:~$ ping 127.0.0.1
 PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 
 --- 127.0.0.1 ping statistics ---
 24 packets transmitted, 0 received, 100% packet loss, time 23006ms

¿Tienes estas dos líneas en tu /etc/network/interfaces?

auto lo
iface lo inet loopback

Si es que sí, ¿qué pasa si haces invoke-rc.d networking restart?



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema Angel Claudio Alvarez
El vie, 14-01-2005 a las 00:45 +0100, [EMAIL PROTECTED] escribió:
 Hola a todos
 Mi propio pc no contesta al ping ¿ porque?
 Gracias
 [EMAIL PROTECTED]:~$ ping 127.0.0.1
 PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 
 --- 127.0.0.1 ping statistics ---
 24 packets transmitted, 0 received, 100% packet loss, time 23006ms
 

Hiciste algun script con iptables???
te falto agregar que permita el trafico de tu interface loopback

-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Re: Mi propio pc no contesta al ping porque?

2005-01-13 Por tema [EMAIL PROTECTED]
El Viernes 14 Enero 2005 00:55, Angel Claudio Alvarez escribió:
 El vie, 14-01-2005 a las 00:45 +0100, [EMAIL PROTECTED] escribió:
  Hola a todos
  Mi propio pc no contesta al ping ¿ porque?
  Gracias
  [EMAIL PROTECTED]:~$ ping 127.0.0.1
  PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 
  --- 127.0.0.1 ping statistics ---
  24 packets transmitted, 0 received, 100% packet loss, time 23006ms

 Hiciste algun script con iptables???
 te falto agregar que permita el trafico de tu interface loopback
No es el caso , no tengo activados filtros en iptables...
Alguna idea mas
Gracias
-- 
--



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema Angel Claudio Alvarez
El vie, 14-01-2005 a las 01:08 +0100, [EMAIL PROTECTED] escribió:
 El Viernes 14 Enero 2005 00:55, Angel Claudio Alvarez escribió:
  El vie, 14-01-2005 a las 00:45 +0100, [EMAIL PROTECTED] escribió:
   Hola a todos
   Mi propio pc no contesta al ping ¿ porque?
   Gracias
   [EMAIL PROTECTED]:~$ ping 127.0.0.1
   PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
  
   --- 127.0.0.1 ping statistics ---
   24 packets transmitted, 0 received, 100% packet loss, time 23006ms
 
  Hiciste algun script con iptables???
  te falto agregar que permita el trafico de tu interface loopback
 No es el caso , no tengo activados filtros en iptables...
 Alguna idea mas
Edita tu /etc/network/interfaces y verifica lo que te indico Santiago

 Gracias
-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema [EMAIL PROTECTED]
El Viernes 14 Enero 2005 00:52, Santiago Vila escribió:
 On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:
  Mi propio pc no contesta al ping ¿ porque?
  Gracias
  [EMAIL PROTECTED]:~$ ping 127.0.0.1
  PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 
  --- 127.0.0.1 ping statistics ---
  24 packets transmitted, 0 received, 100% packet loss, time 23006ms

 ¿Tienes estas dos líneas en tu /etc/network/interfaces?

 auto lo
 iface lo inet loopback

 Si es que sí, ¿qué pasa si haces invoke-rc.d networking restart?
Si las tengo y si ejecuto me da este resultado:
# invoke-rc.d networking restart
Setting up IP spoofing protection: rp_filter.
Reconfigurando
 network interfaces...

done.
¿que deveria hacer?
-- 
--



Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema [EMAIL PROTECTED]
Hola a todos
Mi propio pc no contesta al ping ¿ porque?
Gracias
[EMAIL PROTECTED]:~$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.

--- 127.0.0.1 ping statistics ---
24 packets transmitted, 0 received, 100% packet loss, time 23006ms

-- 
--



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema Santiago Vila
On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:

 Mi propio pc no contesta al ping ¿ porque?
 Gracias
 [EMAIL PROTECTED]:~$ ping 127.0.0.1
 PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 
 --- 127.0.0.1 ping statistics ---
 24 packets transmitted, 0 received, 100% packet loss, time 23006ms

¿Tienes estas dos líneas en tu /etc/network/interfaces?

auto lo
iface lo inet loopback

Si es que sí, ¿qué pasa si haces invoke-rc.d networking restart?



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema Angel Claudio Alvarez
El vie, 14-01-2005 a las 00:45 +0100, [EMAIL PROTECTED] escribió:
 Hola a todos
 Mi propio pc no contesta al ping ¿ porque?
 Gracias
 [EMAIL PROTECTED]:~$ ping 127.0.0.1
 PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 
 --- 127.0.0.1 ping statistics ---
 24 packets transmitted, 0 received, 100% packet loss, time 23006ms
 

Hiciste algun script con iptables???
te falto agregar que permita el trafico de tu interface loopback

-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Re: Mi propio pc no contesta al ping porque?

2005-01-13 Por tema [EMAIL PROTECTED]
El Viernes 14 Enero 2005 00:55, Angel Claudio Alvarez escribió:
 El vie, 14-01-2005 a las 00:45 +0100, [EMAIL PROTECTED] escribió:
  Hola a todos
  Mi propio pc no contesta al ping ¿ porque?
  Gracias
  [EMAIL PROTECTED]:~$ ping 127.0.0.1
  PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 
  --- 127.0.0.1 ping statistics ---
  24 packets transmitted, 0 received, 100% packet loss, time 23006ms

 Hiciste algun script con iptables???
 te falto agregar que permita el trafico de tu interface loopback
No es el caso , no tengo activados filtros en iptables...
Alguna idea mas
Gracias
-- 
--



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema Angel Claudio Alvarez
El vie, 14-01-2005 a las 01:08 +0100, [EMAIL PROTECTED] escribió:
 El Viernes 14 Enero 2005 00:55, Angel Claudio Alvarez escribió:
  El vie, 14-01-2005 a las 00:45 +0100, [EMAIL PROTECTED] escribió:
   Hola a todos
   Mi propio pc no contesta al ping ¿ porque?
   Gracias
   [EMAIL PROTECTED]:~$ ping 127.0.0.1
   PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
  
   --- 127.0.0.1 ping statistics ---
   24 packets transmitted, 0 received, 100% packet loss, time 23006ms
 
  Hiciste algun script con iptables???
  te falto agregar que permita el trafico de tu interface loopback
 No es el caso , no tengo activados filtros en iptables...
 Alguna idea mas
Edita tu /etc/network/interfaces y verifica lo que te indico Santiago

 Gracias
-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente


Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema [EMAIL PROTECTED]
El Viernes 14 Enero 2005 00:52, Santiago Vila escribió:
 On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:
  Mi propio pc no contesta al ping ¿ porque?
  Gracias
  [EMAIL PROTECTED]:~$ ping 127.0.0.1
  PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
 
  --- 127.0.0.1 ping statistics ---
  24 packets transmitted, 0 received, 100% packet loss, time 23006ms

 ¿Tienes estas dos líneas en tu /etc/network/interfaces?

 auto lo
 iface lo inet loopback

 Si es que sí, ¿qué pasa si haces invoke-rc.d networking restart?
Si las tengo y si ejecuto me da este resultado:
# invoke-rc.d networking restart
Setting up IP spoofing protection: rp_filter.
Reconfigurando
 network interfaces...

done.
¿que deveria hacer?
-- 
--



Re: Mi propio pc no contesta al ping ¿ porque?

2005-01-13 Por tema Angel Claudio Alvarez
El vie, 14-01-2005 a las 01:12 +0100, [EMAIL PROTECTED] escribió:
 El Viernes 14 Enero 2005 00:52, Santiago Vila escribió:
  On Fri, 14 Jan 2005, [EMAIL PROTECTED] wrote:
   Mi propio pc no contesta al ping ¿ porque?
   Gracias
   [EMAIL PROTECTED]:~$ ping 127.0.0.1
   PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
  
   --- 127.0.0.1 ping statistics ---
   24 packets transmitted, 0 received, 100% packet loss, time 23006ms
 
  ¿Tienes estas dos líneas en tu /etc/network/interfaces?
 
  auto lo
  iface lo inet loopback
 
  Si es que sí, ¿qué pasa si haces invoke-rc.d networking restart?
 Si las tengo y si ejecuto me da este resultado:
 # invoke-rc.d networking restart
 Setting up IP spoofing protection: rp_filter.
 Reconfigurando
  network interfaces...
 
 done.
 ¿que deveria hacer?
ejecuta como root:
ifconfig
y postea el resultado
y luego
iptables -nL
y postea el resultado

-- 
Angel Claudio Alvarez
Usuario Linux Registrado 143466
GPG Public Key en http://pgp.mit.edu
key fingerprint = 3AED D95B 7E2D E954 61C8  F505 1884 473C FC8C 8AC4



signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada	digitalmente