All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Kostadin Karaivanov" <larry@minfin.bg>
To: <linux-kernel@vger.kernel.org>
Subject: Strange TCP with 2.5.60
Date: Wed, 12 Feb 2003 13:52:27 +0200	[thread overview]
Message-ID: <000801c2d28d$376df550$1504a8c0@larry2> (raw)

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


             reply	other threads:[~2003-02-12 11:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-12 11:52 Kostadin Karaivanov [this message]
2003-02-12 18:24 ` Strange TCP with 2.5.60 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000801c2d28d$376df550$1504a8c0@larry2' \
    --to=larry@minfin.bg \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.