> 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 ...

regards

marc

Reply via email to