Jump to content

Spongman

Members
  • Posts

    1
  • Joined

  • Last visited

  1. I'm connected to my Orange PI Zero over serial. I have a WiFi connection configured in NetworkManager on the Zero to my home AP/gateway, and it can connect to the internet over it. However: the Zero does NOT reply to ARP requests. I have tried running wireshark on multiple other machines on the same LAN, both wired and wireless, i have run tcpdump on the router, and none of them have EVER seen an ARP reply coming from the Zero. Obviously this means that no machine on the network can discover the MAC address of the Zero, and cannot connect to it... unless... the Zero first connects out. once the Zero has sent a packet to a machine, the machine will have the Zero's mac address in its ARP table and it doesn't require additional ARP requests to send IP packets, and, say, ssh connections to the Zero will work, but before that it's broken. --- edit: actuall, i don't think the Zero is even receiving the ARP requests correctly, even if i send them directly from the AP. I have tried running `tcpdump arp` on the Zero, and I don't see any incoming ARP queries. you may notice the incoming packet errors in the logs above: ```` [ 1134.223998] xradio_wlan mmc1:0001:1: [RX] IF=0, Receive failure: 4. [ 1134.224007] xradio_wlan mmc1:0001:1: dropped received frame ```` i'm reasonably sure these are related: increasing the incoming ARP query rate, or incoming ICMP packet rate corresponds to an increase in the xradio interrupt rate and the rate of these errors in the logs. i have logged a bug over here: https://github.com/Icenowy/xradio/issues/11, but i don't even know if the armbian devs track that, or even who is the best person to help track down this issue. anyone know?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines