* netatalk with appletalk on ppc
@ 2004-05-03 12:39 Christopher R. Johnson
2004-05-03 19:58 ` Christopher R. Johnson
0 siblings, 1 reply; 2+ messages in thread
From: Christopher R. Johnson @ 2004-05-03 12:39 UTC (permalink / raw)
To: linuxppc-embedded
Ok, perhaps this should be posted elsewhere, but I figure someone here
might have tried this:
I'm using netatalk - trying to get the atalkd component up. I've done
this in the past with older kernels, but this time I'm on 2.4.23rc1.
I'm using the on-chip ethernet support on the 405, and its working
great with IP based stuff. I've tried two different versions of
netatalk with identical results.
When atalkd starts up it does aarp probing to see if it can come up with
an Appletalk network address. The probe is sent out on the wire, but
something wierd happens. the aarp_rcv code gets invoked right away, and
when I look at the packet its examing, its the exact packet that was
just sent out. This code sees this as an aarp probe being done by some
other network entity (why? the mac address is mine) and fails the
probe. The aarp code then moves on to another address to try, and the
whole thing happens again, forever. Its definitely going to eth0, and
as I mentioned I see the aarp probe go out on the wire. Running similar
code on my intel desktop works fine, the probes happen 10 times, .1
seconds apart, no one answers, and the code adopts that Appletalk
address (the expected behavior). I'm trying to wind my way through the
net_tx_action and net_rx_action code to see why this is happening, but
its slow going.
Suggestions?
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: netatalk with appletalk on ppc
2004-05-03 12:39 netatalk with appletalk on ppc Christopher R. Johnson
@ 2004-05-03 19:58 ` Christopher R. Johnson
0 siblings, 0 replies; 2+ messages in thread
From: Christopher R. Johnson @ 2004-05-03 19:58 UTC (permalink / raw)
To: linuxppc-embedded
Update - only happens with half-duplex connections. Apparently the
"reflected" packets are passed along to the receive driver, even tho its
source address matches the local interface.
Christopher R. Johnson wrote:
>
> Ok, perhaps this should be posted elsewhere, but I figure someone here
> might have tried this:
>
> I'm using netatalk - trying to get the atalkd component up. I've done
> this in the past with older kernels, but this time I'm on 2.4.23rc1.
> I'm using the on-chip ethernet support on the 405, and its working
> great with IP based stuff. I've tried two different versions of
> netatalk with identical results.
>
> When atalkd starts up it does aarp probing to see if it can come up with
> an Appletalk network address. The probe is sent out on the wire, but
> something wierd happens. the aarp_rcv code gets invoked right away, and
> when I look at the packet its examing, its the exact packet that was
> just sent out. This code sees this as an aarp probe being done by some
> other network entity (why? the mac address is mine) and fails the
> probe. The aarp code then moves on to another address to try, and the
> whole thing happens again, forever. Its definitely going to eth0, and
> as I mentioned I see the aarp probe go out on the wire. Running similar
> code on my intel desktop works fine, the probes happen 10 times, .1
> seconds apart, no one answers, and the code adopts that Appletalk
> address (the expected behavior). I'm trying to wind my way through the
> net_tx_action and net_rx_action code to see why this is happening, but
> its slow going.
>
> Suggestions?
>
>
>
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-03 19:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-03 12:39 netatalk with appletalk on ppc Christopher R. Johnson
2004-05-03 19:58 ` Christopher R. Johnson
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 NNTP newsgroup(s).