>> I am having a problem receiving 10gbe packets from one of the interfaces
>> on
>> a dual-port Myricom NIC.  I believe the packets are properly addressed,
>> and
>> wireshark sees them fine, but programmatically we cannot receive them on
>> 10.0.0.102 via C or Python (recvfrom() just hangs), while on 10.0.0.101
>> everything is working fine.
>
> Having two IPs on the same subnet can yield interesting results under
> linux,
> In particular the kernel may answer arp requests for one interface on the
> other interface ...
>

Yes, we found that it doesn't work easily.  I don't know the details, but
our sysadmin advised against it.  We created different 10.x.x.x subnets to
use both NICs in one box, which worked fine.

I would think there's some advanced magic that could be brought to bear,
but we didn't find it.

John

> regards
>
> marc
>



Reply via email to