Update A314 readme

Add some instructions for how to make the Pi stop dropping the ARP whatever something entry for the Amiga, I have no idea what these things are called.
This commit is contained in:
beeanyew
2021-07-11 09:35:30 +02:00
parent fba4c2297a
commit d65a0cf9e6

View File

@@ -141,6 +141,17 @@ Uncomment the line, by removing the #:
net.ipv4.ip_forward=1
```
- To prevent the A314 Ethernet from ceasing to function after a short amount of time, you **must** perform these steps:
Open the file `/etc/rc.local` using your preferred text editor, for instance this is how you would do it with nano:
```
sudo nano /etc/rc.local
```
Insert this line to the file, on a line **before** `exit 0`. Do **not** remove the `exit 0` line at the end of the file.
```
arp -s 192.168.2.2 40:61:33:31:34:65
```
This will add the A314 Ethernet's MAC address as a static ARP entry for the Raspberry Pi's internal networking whatever so it doesn't randomly forget about the Amiga.
- Reboot the Pi.
#### **On the Amiga**: