lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] sending an ip adress to a ethernet box without knowing


From: lawrence . piggins
Subject: Re: [lwip-users] sending an ip adress to a ethernet box without knowing the ip but the MAC
Date: Tue, 11 Nov 2003 11:49:58 -0500


Odds are RARP won't be installed on your windows box unless it's configured as a BOOTP server.

An inelegant solution would be to ping every node on your subnet then parse the output of "arp -a". If the overhead doesn't kill you, this should take just a few minutes to whip up.

Larry Piggins
address@hidden
248-596-3343

The information contained in this electronic mail transmission is intended by SPX Corporation for the use of the named individual or entity to which it is directed and may contain information that is confidential or privileged.  If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email so that the sender's address records can be corrected.



Kieran Mansley <address@hidden>
Sent by: address@hidden

11/11/2003 11:24 AM

Please respond to
Mailing list for lwIP users <address@hidden>

To
Mailing list for lwIP users <address@hidden>
cc
Subject
Re: [lwip-users] sending an ip adress to a ethernet box without        knowing the ip but the MAC





On Tue, 11 Nov 2003, Micron Engineering wrote:

> Do you know arp?

Technically for this case he'll need RARP, but it's all the same really -
just has different operation codes.  However, lwIP doesn't seem to deal
with the RARP operation codes, so it's not implemented yet.  (At least
thats how it looks at first glance - correct me if I'm wrong).  Should be
a very simple change though.  The source file you need to look at is:

src/netif/etharp.c

Kieran



_______________________________________________
lwip-users mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/lwip-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]