From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hugo 'NOx' Tyson To: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] connect() to machine outside local network Date: Fri, 14 Jul 2000 05:30:00 -0000 Message-id: References: <9513.963574635@raven.ravenbrook.com> X-SW-Source: 2000-07/msg00140.html Nick Barnes writes: > It seems to me that build_bootp_record() in network_support.c should > > add_tag(vp, TAG_GATEWAY, ...) > > and that its failure to do so could account for my problems here. > > This from single stepping through most of init_all_network_interfaces(). This is if it's statically configured, right? You're right, that makes perfect sense, I'll see to it. BTW, full DHCP coming real soon... - Huge > At 2000-07-12 17:26:43+0000, Cedric Berger writes: > > That may mean that your default gateway is *not* on your local subnet. > > Nick Barnes wrote: > > > > > At 2000-07-12 14:36:47+0000, Nick Barnes writes: > > > > connect() works OK for local machines but gives me EHOSTUNREACH > > > > outside the local network. > > > > > > After some single-stepping in the TCP/IP stack, I think this is an > > > eCos problem, not a problem with my local network. rtalloc() inside > > > ip_output() is returning 0.