public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] how to disable ARP in freebsd?
       [not found] <OF6D317D4B.CF8965BA-ONC125712A.004B0E2C-C125712A.004BE168@scmmicro.fr>
@ 2006-03-07 13:52 ` Gary Thomas
  0 siblings, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2006-03-07 13:52 UTC (permalink / raw)
  To: Birahim Larou Fall; +Cc: eCos Discussion

On Tue, 2006-03-07 at 14:41 +0100, Birahim Larou Fall wrote:
> Could you please where can i find example, i have not  seen no examples 
> about static ARP entry in ecos packages
> 

Try looking at how the PPP package handles this.

> 
> 
> "Lars Povlsen" <lpovlsen@vitesse.com> 
> Sent by: ecos-discuss-owner@ecos.sourceware.org
> 07/03/2006 14:33
> 
> To
> "Birahim Larou Fall" <BLFall@scmmicro.fr>, "Gary Thomas" 
> <gary@mlbassoc.com>
> cc
> <ecos-discuss@sourceware.org>
> Subject
> RE: [ECOS] how to disable ARP in freebsd?
> 
> 
> 
> 
> 
> 
> 
> Birahim,
> 
> Seems like you need a static ARP entry, not to disable arp.
> 
> See http://sources.redhat.com/ml/ecos-discuss/2004-03/msg00250.html
> 
> ---Lars
> 
> -----Original Message-----
> From: ecos-discuss-owner@ecos.sourceware.org
> [mailto:ecos-discuss-owner@ecos.sourceware.org] On Behalf Of Birahim
> Larou Fall
> Sent: 7. marts 2006 14:24
> To: Gary Thomas
> Cc: ecos-discuss@sourceware.org
> Subject: Re: [ECOS] how to disable ARP in freebsd?
> 
> 
> my hardware driver is not an ethernet driver, my driver must send all IP
> 
> packets to a settop box independently of mac adress destination. There
> is 
> no network
> 
> 
> 
> Gary Thomas <gary@mlbassoc.com> 
> 07/03/2006 14:05
> 
> To
> Birahim Larou Fall <BLFall@scmmicro.fr>
> cc
> ecos-discuss@sourceware.org
> Subject
> Re: [ECOS] how to disable ARP in freebsd?
> 
> 
> 
> 
> 
> 
> On Tue, 2006-03-07 at 13:55 +0100, Birahim Larou Fall wrote:
> > Hi I would like to disable ARP in ecos. I uses freebsd, Anyone can
> please 
> > tell how to do it?
> 
> Why would you want to do this?
> How do you propose to establish the IP <-> ESA relationships that the
> rest of the network stack needs?
> 
> -- 
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> 
> 
> 
> 
> -- 
> Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
> 
> 
-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


-- 
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] 6+ messages in thread

* Re: [ECOS] how to disable ARP in freebsd?
  2006-03-07 13:28     ` Birahim Larou Fall
@ 2006-03-07 21:37       ` Chuck McManis
  0 siblings, 0 replies; 6+ messages in thread
From: Chuck McManis @ 2006-03-07 21:37 UTC (permalink / raw)
  To: Birahim Larou Fall; +Cc: Gary Thomas, ecos-discuss

Birahim Larou Fall wrote:

>my hardware driver is not an ethernet driver, my driver must send all IP 
>packets to a settop box independently of mac adress destination. There is 
>no network
>  
>
This is very common in in-room network access for the hospitality 
market. Basically when the customer plugs in their lap top you answer 
any arp, you pretend to be any gateway, you capture the next HTTP 
session and re-direct it to the billing application running on the 
server. A friend of mine calls this NEET (Network Etthernet 
Encapsulation and Translation).

I suggest you put your NIC in promiscuous mode and implement the MAC 
(ESA) filtering in your own code.

--Chuck

-- 
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] 6+ messages in thread

* RE: [ECOS] how to disable ARP in freebsd?
@ 2006-03-07 13:33 Lars Povlsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Povlsen @ 2006-03-07 13:33 UTC (permalink / raw)
  To: Birahim Larou Fall, Gary Thomas; +Cc: ecos-discuss


Birahim,

Seems like you need a static ARP entry, not to disable arp.

See http://sources.redhat.com/ml/ecos-discuss/2004-03/msg00250.html

---Lars

-----Original Message-----
From: ecos-discuss-owner@ecos.sourceware.org
[mailto:ecos-discuss-owner@ecos.sourceware.org] On Behalf Of Birahim
Larou Fall
Sent: 7. marts 2006 14:24
To: Gary Thomas
Cc: ecos-discuss@sourceware.org
Subject: Re: [ECOS] how to disable ARP in freebsd?


my hardware driver is not an ethernet driver, my driver must send all IP

packets to a settop box independently of mac adress destination. There
is 
no network



Gary Thomas <gary@mlbassoc.com> 
07/03/2006 14:05

To
Birahim Larou Fall <BLFall@scmmicro.fr>
cc
ecos-discuss@sourceware.org
Subject
Re: [ECOS] how to disable ARP in freebsd?






On Tue, 2006-03-07 at 13:55 +0100, Birahim Larou Fall wrote:
> Hi I would like to disable ARP in ecos. I uses freebsd, Anyone can
please 
> tell how to do it?

Why would you want to do this?
How do you propose to establish the IP <-> ESA relationships that the
rest of the network stack needs?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------




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


--
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] 6+ messages in thread

* Re: [ECOS] how to disable ARP in freebsd?
  2006-03-07 13:05   ` Gary Thomas
@ 2006-03-07 13:28     ` Birahim Larou Fall
  2006-03-07 21:37       ` Chuck McManis
  0 siblings, 1 reply; 6+ messages in thread
From: Birahim Larou Fall @ 2006-03-07 13:28 UTC (permalink / raw)
  To: Gary Thomas; +Cc: ecos-discuss

my hardware driver is not an ethernet driver, my driver must send all IP 
packets to a settop box independently of mac adress destination. There is 
no network



Gary Thomas <gary@mlbassoc.com> 
07/03/2006 14:05

To
Birahim Larou Fall <BLFall@scmmicro.fr>
cc
ecos-discuss@sourceware.org
Subject
Re: [ECOS] how to disable ARP in freebsd?






On Tue, 2006-03-07 at 13:55 +0100, Birahim Larou Fall wrote:
> Hi I would like to disable ARP in ecos. I uses freebsd, Anyone can 
please 
> tell how to do it?

Why would you want to do this?
How do you propose to establish the IP <-> ESA relationships that
the rest of the network stack needs?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------




-- 
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] 6+ messages in thread

* Re: [ECOS] how to disable ARP in freebsd?
  2006-03-07 13:00 ` [ECOS] how to disable ARP in freebsd? Birahim Larou Fall
@ 2006-03-07 13:05   ` Gary Thomas
  2006-03-07 13:28     ` Birahim Larou Fall
  0 siblings, 1 reply; 6+ messages in thread
From: Gary Thomas @ 2006-03-07 13:05 UTC (permalink / raw)
  To: Birahim Larou Fall; +Cc: ecos-discuss

On Tue, 2006-03-07 at 13:55 +0100, Birahim Larou Fall wrote:
> Hi I would like to disable ARP in ecos. I uses freebsd, Anyone can please 
> tell how to do it?

Why would you want to do this?
How do you propose to establish the IP <-> ESA relationships that
the rest of the network stack needs?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


-- 
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] 6+ messages in thread

* [ECOS] how to disable ARP in freebsd?
  2006-03-03 16:14 [ECOS] Building eCos tests fails... "vterminate.cc:94: undefined reference to `_impure_ptr'" ? oliver munz @ s p e a g
@ 2006-03-07 13:00 ` Birahim Larou Fall
  2006-03-07 13:05   ` Gary Thomas
  0 siblings, 1 reply; 6+ messages in thread
From: Birahim Larou Fall @ 2006-03-07 13:00 UTC (permalink / raw)
  To: ecos-discuss

Hi I would like to disable ARP in ecos. I uses freebsd, Anyone can please 
tell how to do it?
Thanks!

-- 
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] 6+ messages in thread

end of thread, other threads:[~2006-03-07 21:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <OF6D317D4B.CF8965BA-ONC125712A.004B0E2C-C125712A.004BE168@scmmicro.fr>
2006-03-07 13:52 ` [ECOS] how to disable ARP in freebsd? Gary Thomas
2006-03-07 13:33 Lars Povlsen
  -- strict thread matches above, loose matches on Subject: below --
2006-03-03 16:14 [ECOS] Building eCos tests fails... "vterminate.cc:94: undefined reference to `_impure_ptr'" ? oliver munz @ s p e a g
2006-03-07 13:00 ` [ECOS] how to disable ARP in freebsd? Birahim Larou Fall
2006-03-07 13:05   ` Gary Thomas
2006-03-07 13:28     ` Birahim Larou Fall
2006-03-07 21:37       ` Chuck McManis

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