public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Sahota Herman <sahotaherman@hotmail.com>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] gateway using ixdp425
Date: Fri, 09 Jul 2004 10:24:00 -0000	[thread overview]
Message-ID: <20040709102448.GI18802@lunn.ch> (raw)
In-Reply-To: <BAY12-F300ktmzmVBCO0000cc93@hotmail.com>

On Fri, Jul 09, 2004 at 09:58:07AM +0000, Sahota Herman wrote:
> Hello everyone,
> 
> I am trying to make a gateway on the IXDP425 board as a part of my 
> engineering school project. Could someone guide me to a usefull link that 
> could help me proceed with the same using eCos.

Gateway as in IP router? 

People have tried this before i beleave. Read the ecos-discuss
archive.  I _think_ the forwarding parts of the FreeBSD stack are all
there, you just need to enable them. What is missing is the routing
daemon. If all you need are static routes then you can use IOCTL calls
to add them. If you want your gateway to be more dynamic you will need
to port/write a routing deamon.

Stevens has written a good book about the insides of the BSD
stack. You might find that useful if you have to make any changes to
the stack to make it work.

The FreeBSD site is probably a good source of information. You might
be able to find documention on the IOCTL needed to set up routes. They
might also has a BSD licensed routing daemon you can use. 

        Andrew


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

      reply	other threads:[~2004-07-09 10:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-09  9:58 Sahota Herman
2004-07-09 10:24 ` Andrew Lunn [this message]

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=20040709102448.GI18802@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=sahotaherman@hotmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).