ArcadeHustle / pi0-netboot

Single Game USB based NetBoot interface for Orange Pi Zero
3 stars 2 forks source link

Issues with *stuck* DHCP leases, or static machines #2

Open ArcadeHustle opened 5 years ago

ArcadeHustle commented 5 years ago

@fsckewe has mentioned some edge cases in which his Naomi will not receive a DHCP lease, or the game is not properly pushed.

We need to take some tcpdump sniffs to verify what is going on.

ArcadeHustle commented 5 years ago

Possible solution is to ping a range of IP's then use 'arp -a' to grab active entries and grep for only Sega Mac addresses, take first one in list, try to use it.

https://github.com/ArcadeHustle/pi0-netboot/blob/master/uploadbin.sh#L13