Gentoo Archives: gentoo-sparc

From: Paul Heinlein <heinlein@××××××.com>
To: Gentoo Sparc List <gentoo-sparc@l.g.o>
Subject: [gentoo-sparc] TCP connect() times out
Date: Sun, 10 Jul 2005 05:49:29
Message-Id: Pine.LNX.4.62.0507092226410.29063@pecos.madboa.com
1 I got an odd new problem.
2
3 The host in question is on a five-node LAN sitting behind a NAT
4 gateway.
5
6 I can
7
8 a. ping any host on the LAN or Internet (i.e., ICMP works fine)
9 b. query any DNS server on LAN or Internet (UDP works fine)
10 c. receive TCP connections from LAN or Internet
11 d. initiate TCP connections to hosts on LAN
12
13 I cannot
14
15 * initiate TCP connections to hosts on the Internet
16
17 The problem isn't specific to any TCP protocol; they all fail: smtp,
18 telnet, ftp, http, ...
19
20 I'm working on isolating the interesting parts of strace output; right
21 now the only thing that leaps out at me is that connect() is timing
22 out, e.g.,
23
24 connect(3, {sa_family=AF_INET, sin_port=htons(80),
25 sin_addr=inet_addr("129.95.36.100")}, 16) = -1 ETIMEDOUT (Connection
26 timed out)
27
28 Clues?
29
30 -- Paul Heinlein <heinlein@××××××.com>
31 --
32 gentoo-sparc@g.o mailing list

Replies

Subject Author
Re: [gentoo-sparc] TCP connect() times out Andrew Ruef <munin@×××××××××.net>
Re: [gentoo-sparc] SOLVED: TCP connect() times out Paul Heinlein <heinlein@××××××.com>