>> aldebaran:~# route -n >> Kernel IP routing table >> Destination Gateway Genmask Flags Metric Ref Use >> Iface >> 0.0.0.0 200.104.80.1 0.0.0.0 UG 0 0 0 >> eth1 >> 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 >> eth0 > >Aqui está tu problema. Tienes dos rutas por defecto y el kernel no >sabe por donde mandarlo. Deberia haberlo visto antes, pues le has dado >un gateway al eth0. Con > > route del default dev eth0
aldebaran:/etc/network# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 200.104.80.0 0.0.0.0 255.255.252.0 U 0 0 0 eth1 0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 0.0.0.0 200.104.80.1 0.0.0.0 UG 0 0 0 eth1 aldebaran:/etc/network# route del default dev eth0 aldebaran:/etc/network# route del default dev eth1 aldebaran:/etc/network# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 200.104.80.0 0.0.0.0 255.255.252.0 U 0 0 0 eth1 aldebaran:/etc/network# ping 192.168.0.2 PING 192.168.0.2 (192.168.0.2) 56(84) bytes of data. --- 192.168.0.2 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 3015ms 192.168.0.0 ?????? el con linux es 192.168.0.1 el con win98 192.168.0.2 200.104.80.0 ???? y esa no es ip actual ahora me quede sin internet: aldebaran:/etc/network# ifdown eth1 aldebaran:/etc/network# ifup eth1 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 Listening on LPF/eth1/00:e0:18:29:f7:61 Sending on LPF/eth1/00:e0:18:29:f7:61 Sending on Socket/fallback/fallback-net DHCPREQUEST on eth1 to 255.255.255.255 port 67 DHCPACK from 200.83.16.1 bound to 200.104.80.206 -- renewal in 35971 seconds. aldebaran:/etc/network# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 200.104.80.0 0.0.0.0 255.255.252.0 U 0 0 0 eth1 0.0.0.0 200.104.80.1 0.0.0.0 UG 0 0 0 eth1 aldebaran:/etc/network# estoy leseando y esos valores estan buenos??? aun no puedo lograr que se vean Regards Johann Henriquez L. ________________________________________ mailto:[EMAIL PROTECTED] ICQ #137470123 GNU/Linux user #279323 Debian 'Sid' http://www.debian.org/ ________________________________________ Regards Johann Henriquez L. ________________________________________ mailto:[EMAIL PROTECTED] ICQ #137470123 GNU/Linux user #279323 Debian 'Sid' http://www.debian.org/ ________________________________________