netdev
[Top] [All Lists]

Wierd problem with 2.4.0-test10 (probably earlier)

To: netdev@xxxxxxxxxxx
Subject: Wierd problem with 2.4.0-test10 (probably earlier)
From: Tom Zerucha <tz@xxxxxxxxxx>
Date: Sun, 5 Nov 2000 00:06:30 -0500
Sender: owner-netdev@xxxxxxxxxxx
I haven't done a test, but I can't access www.tdwaterhouse.com, nor
cgi.myccinfo.com with the second (>) set in the following diff list:

< # CONFIG_IP_MULTIPLE_TABLES is not set
< # CONFIG_IP_ROUTE_MULTIPATH is not set
< # CONFIG_IP_ROUTE_TOS is not set
---
> CONFIG_IP_MULTIPLE_TABLES=y
> CONFIG_IP_ROUTE_FWMARK=y
> CONFIG_IP_ROUTE_NAT=y
> CONFIG_IP_ROUTE_MULTIPATH=y
> CONFIG_IP_ROUTE_TOS=y

< # CONFIG_INET_ECN is not set
---
> CONFIG_INET_ECN=y

< # CONFIG_NET_DIVERT is not set
---
> CONFIG_NET_DIVERT=y

The problem is that the connect() call doesn't do anything - to any
port.  tcpdump shows other activity but NO packets out the correct
port for the above sites.  Most other sites seem to work fine, and I'm
using NAT, so my iMac will route to the sites fine.  I just cannot
initiate a connection from the linux box itself.

email if you need other details.  I'll try to narrow it down.

<Prev in Thread] Current Thread [Next in Thread>
  • Wierd problem with 2.4.0-test10 (probably earlier), Tom Zerucha <=