Port-macppc archive

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

Re: Issues with Netatalk and MACE



I saw that, too, when I was looking for answers.  However, the problem seems to 
be that the initial AARP request doesn't seem to be received at all.

For what it's worth, the IP stack handles it by intercepting the ARP request 
before it goes out if it matches the network interface, which is what I tried 
to do by modifying the AARP handler.  That makes the address resolve, but it 
seems that the packet doesn't get received if I'm sending it to myself, either 
(not sure how that works in IP).


On Jul 9, 2010, at 2:30 PM, Izumi Tsutsui wrote:

>> So I modified sys/netatalk/aarp.c such that aarpresolve
>> recognizes when my own address is being requested and
>> responds with my own MAC address.  Now I can see (with tcpdump)
>> the NBP requests getting sent over the interface from my own
>> MAC address to my own MAC address, but again, they never really
>> seem to get picked up.
> 
> I'm not familiar with netatalk, but there was a fix for AARP response:
> http://cvsweb.NetBSD.org/bsdweb.cgi/src/sys/netatalk/aarp.c#rev1.34
> ---
> Izumi Tsutsui



Home | Main Index | Thread Index | Old Index