[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: no responde apache ni el ping



On Wed, 02 Aug 2006 20:51:43 -0300
Angel Claudio Alvarez <angel@angel-alvarez.com.ar> wrote:

> El mié, 02-08-2006 a las 19:52 -0300, rancho escribió:
> > Antes que nada hola a todos.
> > después me abruma otro problema.
> > 
> > he estado "jugando" con un pequeño servidor web de pruevas.
> > Mientras toqueteaba el sysvconfig active algunos scripts para
> > que se activen, (pero ya no recuerdo cuales, eran tantos).
> > 
> > 
> > lo mas grave ya lo solucione, por que cuando prendía la maquina,
> > después de activar el cron se me moría el disco, pero el problema era al halt.
> > 
> > Les cuento lo que me aqueja haber si alguien me puede ayudar.
> > 
> > Hasta acá. anécdotas.
> > 
> > el caso es que:
> > 
> > características técnicas:
> > PII 128 ram
> > eth1, eth0 -> ppp0,
> > adsl 1Mega, IP dinámica (zoneedit) actualizada con ddclient
> > brinda servicios de servidor web(dos dominios-vhost), ftp, gateway de 1 hostmas
> > 
> > error(es):
> > - ping del cliente al dominio o ip brindada por el isp
> > 
> > yakuntu@ranchox:~$ ping www.midominio.com.ar
> > PING www.midominio.com.ar (190.48.232.139): 56 data bytes
> > ping: sendto: Invalid argument
> > ping: wrote www.midominio.com.ar 64 chars, ret=-1
> > ping: sendto: Invalid argument
> > ping: wrote www.midominio.com.ar 64 chars, ret=-1
> > ping: sendto: Invalid argument
> > ping: wrote www.midominio.com.ar 64 chars, ret=-1
> > 
> > --- www.midominio.com.ar ping statistics ---
> > 3 packets transmitted, 0 packets received, 100% packet loss
> > 
> > y por supuesto con los navegadores web a los dominios
> > recibo un gigantesco 404
> > ping desde el cliente a la ip local del servidor sin problemas.
> > 
> > Saludos Cordiales.
> > Andrés.
> 
> Revisa la configuracion de la red

*.-salida de route:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
200.51.241.227  *               255.255.255.255 UH    0      0        0 ppp0
localnet        *               255.255.255.0   U     0      0        0 eth1
default         200.51.241.227  0.0.0.0         UG    0      0        0 ppp0

*.-ifconfig:

eth0      Link encap:Ethernet  HWaddr 00:E0:7D:AF:00:5F
          inet6 addr: fe80::2e0:7dff:feaf:5f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:481056 errors:0 dropped:0 overruns:0 frame:0
          TX packets:466686 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:264880485 (252.6 MiB)  TX bytes:279787997 (266.8 MiB)
          Interrupt:11 Base address:0x1000

eth1      Link encap:Ethernet  HWaddr 00:01:02:71:FD:E4
          inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::201:2ff:fe71:fde4/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:388286 errors:0 dropped:0 overruns:0 frame:0
          TX packets:407676 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:272525041 (259.9 MiB)  TX bytes:270036335 (257.5 MiB)
          Interrupt:9 Base address:0x1400

ppp0      Link encap:Point-to-Point Protocol
          inet addr:190.48.232.139  P-t-P:200.51.241.227  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:400425 errors:0 dropped:0 overruns:0 frame:0
          TX packets:385367 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:249259023 (237.7 MiB)  TX bytes:265733853 (253.4 MiB)

*.-el interfaces

auto lo eth0 eth1

iface lo inet loopback

iface eth0 inet dhcp
        hostname ranchox

iface eth1 inet static
        address 192.168.1.10
        netmask 255.255.255.0
        broadcast 192.168.1.255

### END OF DEBCONF AREA.  PLACE YOUR EDITS BELOW; THEY WILL BE PRESERVED.

auto dsl-provider
iface dsl-provider inet ppp
     provider dsl-provider
# please do not modify the following line
     pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf

*.-salida del /etc/init.d/networck interfaces

# /etc/init.d/networking restart
Setting up IP spoofing protection: rp_filter.
Reconfiguring network interfaces...ifup: interface lo already configured
Internet Software Consortium DHCP Client 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.

Please contribute if you find this software useful.
For info, please visit http://www.isc.org/dhcp-contrib.html

sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth0/00:e0:7d:af:00:5f
Sending on   LPF/eth0/00:e0:7d:af:00:5f
Sending on   Socket/fallback/fallback-net
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 9
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
No DHCPOFFERS received.
No working leases in persistent database.

Exiting.

Failed to bring up eth0.
Plugin rp-pppoe.so loaded.
done.
.-.-.- me extraña estas ultimas lineas

*.-## iptables -L

Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere
DROP       tcp  --  anywhere             anywhere            tcp dpt:smtp

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

creo que esta todo bien configurado y supongo que no me olvido de poner nada más.

Saludos Cordiales.
Andrés
-- 


______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com



Reply to: