I want to include a basic internet setup in the next version of AmigaVision — we’re not adding MUI and web browsers and all that craziness, but a pre-configured TCP/IP stack and a couple of simple tools to grab packages from Aminet etc. is something that would be useful in the standard setup.
Here are the settings that worked for me.
Miami is configured like this:
- Interface: Set speed to 115200, IP Type: Static, IP address: 0.0.0.0 (the IP does not matter as long as there is one)
- TCP/IP: Hostname: uncheck “dynamic”, set the hostname to whatever you want, I used “amiga"
- Modem: Selected Nullmodem
- Database: Added DNS servers, e.g. 1.1.1.1 and 8.8.8.8
I tested the connection by going online and running:
Miami:MiamiPing google.com
It worked, and then I used the terminal program amiget
to connect to Aminet and download a file, it worked great.
Original post:
I am able to get it working, but I am also getting an error message when going online that I’d like to get rid of before shipping it in the main release.
Setup:
- MiamiDX needs MUI, so we use standard Miami instead
- GTLayout variant is used as UI
- UART is set to PPP and 115200 baud in the MiSTer menu
Miami is configured like this:
- Interface: Set speed to 115200, IP Type: Static, IP address: 0.0.0.0 (the IP does not matter as long as there is one)
- TCP/IP: Hostname: uncheck “dynamic”, set the hostname to whatever you want, I used “amiga"
- Modem: Selected Nullmodem
- Database: Added DNS servers, e.g. 1.1.1.1 and 8.8.8.8
Tested it by clicking Online, and ran Miami:MiamiPing 1.1.1.1
to see if we could ping a server. It works, but when clicking the Online button, I get the following error message:
"Your IP address could not be resolved, so Miami has to fall back to your IP address as your host name. Either your ISP does not support reverse mapping for the SLIP/PPP ports, or there is a problem with the DNS servers."
Ping and DNS lookups work fine, so I’m not sure what is wrong. Instead of spending hours looking for the solution, I thought I’d ask here first — it’s been many many years since I used Miami on my original Amiga.
Update: Turns out as long as the hostname is set to not be Dynamic, the values for both IP address and hostname do not matter at all, it works even with 0.0.0.0 as the IP and an arbitrary hostname.