public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Strange TCP with 2.5.60
@ 2003-02-12 11:52 Kostadin Karaivanov
  2003-02-12 18:24 ` Andrew Morton
  0 siblings, 1 reply; 6+ messages in thread
From: Kostadin Karaivanov @ 2003-02-12 11:52 UTC (permalink / raw)
  To: linux-kernel

Trying to use traceroute i get folowing error:

root@larry:~# uname -a
Linux larry 2.5.60 #20 Tue Feb 11 17:38:42 EET 2003 i686 unknown
root@larry:~# traceroute www.kernel.org
traceroute: findsaddr: Can't find interface

Networking works....... but command route can't give me the status of
default route:

root@larry:~# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.0.0     0.0.0.0         255.255.240.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
root@larry:~# ip route list
192.168.0.0/20 dev eth0  proto kernel  scope link  src 192.168.1.12
127.0.0.0/8 dev lo  scope link
default via 192.168.1.1 dev eth0  metric 1
root@larry:~#

The version of traceroute is 1.4a12
The version of route is net-tools 1.60 / route 1.98 (2001-04-15)

iptables doesn't work as expected too.....

root@larry:~# iptables -A INPUT -i lo -j ACCEPT
root@larry:~# iptables -L -n
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

everything works fine with 2.5.59 and 2.4.20

I can provide any additional information if needed



Kostadin Karaivanov
Senior System Administrator @ Ministry Of Finance
tel: +359 2 98592062
larry@minfin.bg


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-02-14 14:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-12 11:52 Strange TCP with 2.5.60 Kostadin Karaivanov
2003-02-12 18:24 ` Andrew Morton
2003-02-13 23:27   ` Bill Davidsen
2003-02-13 23:37     ` Andrew Morton
2003-02-14  1:18       ` Martin J. Bligh
2003-02-14 14:41         ` Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox