The goal of this project is to allow ARAnyM to be connected to the host computer via the network.
The objective is to use modern Linux tools (not ifconfig or iptables).
Status: ⏳️
Required Information
- Host machine's IP address (HostIP)
- Host machine's gateway address to the internet
- Host machine's DNS server address
- The subnet mask (Netmask)
- An available IP address outside the router's address range (AtariIP)
Host Side (Linux)
- To be completed...
Emulator Side (ARAnyM)
- Create a /etc/resolv.conf file with "nameserver 192.168.1.1" (DNS IP address)
- Create an /etc/network/interfaces file to define the FreeMiNT IP configuration
- Activate the network card
Tests
- To be completed