Re: proxy arp

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



This discussion seems to lack some basics:

ARP has nothing to do with neither IP nor with Ethernet in the first
place. ARP is a general purpose medium and protocol dependent protocol.
See the respective RFC documents.

If you have some device ("phy") that allows to somehow transmit data to
and from one or more peer stations, it might not be the best solution
to write an NDIS driver for it. Also, choosing Ethernet as the
(virtual) medium for the device is maybe an obvious but not necessarily
the best choice.

For instance, devices like telephone modems do not have any NDIS
drivers and still can attach you to the Internet. They use protocols
like serial line IP (SLIP) or the point-to-point protocol (PPP).

Moreover, if you actually need to "create" an Ethernet MAC address for
your device, note that the Localy/Globaly Administered bit 0x02 in the
first byte of the MAC address can (and should) be used for this
purpose. For instance, you could derive an Ethernet MAC address by
using a prefix of 02-00 and setting the last four bytes identical to
the IP address.

IMHO, you still should prefer to find some non-NDIS, non-Ethernet
solution.

Stephan

.



Relevant Pages

  • Re: ARP flooded
    ... ARP is a local protocol only. ... which wire that host is on - go to that host, ... 10Mbit Ethernet cable. ...
    (alt.computer.security)
  • Re: Sniffer Cant see cluster traffic
    ... None of the original Digital designed Ethernet protocols (SCS, LAT, ... protocol specific multicasts. ... IP over Ethernet on the other hand is full of Ethernet broadcasts. ... I got to see many SCS packets that were specifically adressed ...
    (comp.os.vms)
  • Re: Multiple NICs - custom protocol development
    ... I am building a custom MAC protocol for a wireless system that has different ... I want to use Ethernet as a physical layer. ... So,I want to use one card running server code and one card running client ... I want to be able to send packets from one NIC to the other and maintain ...
    (freebsd-questions)
  • Re: WMPLAYER2 ,Have I anything to worry about, as it wants my firewall to send this...
    ... >I have a Sygate firewall and it asked me if it could send out this.. ... > Protocol: Raw Ethernet ... > Outgoing Mail is AVG VIRUS FREE, ...
    (microsoft.public.windowsmedia.player)
  • Re: how does ftp on single host works
    ... It is the network layer protocol. ... Ethernet is one of the data link layer protocols under the ...
    (comp.os.linux.networking)