public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] How to port NAT for the ecos?
@ 2011-01-05  9:33 qiulinyuan
  2011-01-05 16:48 ` Jay Foster
  0 siblings, 1 reply; 2+ messages in thread
From: qiulinyuan @ 2011-01-05  9:33 UTC (permalink / raw)
  To: ecos-discuss


Hi all,
 
I am using the free BSD stack.From this mailling list ,
I know that the ecos haven't supported the NAT yet.
While the NAT supporting is needed for our project.
I want to port the NAT to free BSD stack of ecos.
But I haven't done this before.I have no idea how to start this job.
Does anyone have done this before?
Could anyone give me some suggestions about how to
porting the NAT to the ecos?
 
Any suggestion will be nice!
 
Thanks all!
  		 	   		  

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] How to port NAT for the ecos?
  2011-01-05  9:33 [ECOS] How to port NAT for the ecos? qiulinyuan
@ 2011-01-05 16:48 ` Jay Foster
  0 siblings, 0 replies; 2+ messages in thread
From: Jay Foster @ 2011-01-05 16:48 UTC (permalink / raw)
  To: qiulinyuan; +Cc: ecos-discuss

You can either use the FreeBSD libalias library and do it from "user
space" (works for PPP), or add back in the IP Filter bits to the FreeBSD
TCP/IP stack that were removed when it was ported to eCos. The IP Filter
method is probably more generally useful, as you can also implement
firewall features.

Jay

On 1/5/2011 1:33 AM, qiulinyuan wrote:
> Hi all,
>  
> I am using the free BSD stack.From this mailling list ,
> I know that the ecos haven't supported the NAT yet.
> While the NAT supporting is needed for our project.
> I want to port the NAT to free BSD stack of ecos.
> But I haven't done this before.I have no idea how to start this job.
> Does anyone have done this before?
> Could anyone give me some suggestions about how to
> porting the NAT to the ecos?
>  
> Any suggestion will be nice!
>  
> Thanks all!
>   		 	   		  
>

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-05 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-05  9:33 [ECOS] How to port NAT for the ecos? qiulinyuan
2011-01-05 16:48 ` Jay Foster

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).