MacAranym
MacAranym is the name of ARAnyM ported to Mac OS X based systems. You can find more information about ARAnyM on the official website.
On this page you can download a nonofficial release of MacAranym, which I built myself from the latest CVS sources. The files you download here contain only the executable files. For a full setup (with configuration file and documentation) download the official release of MacAranym from the official website!
MacAranym 0.9.11+CVS
Latest MacAranym binaries as of 14/08/2011.
- MacAranym Universal package
MacAranym Universal binary (compiled and compatible with PowerPC and Intel based Macs). Built on a PowerPC based Mac with OS X 10.5.
New: Fixed issue with HELP key mapping (F11). - MacAranym Intel package
MacAranym binary compiled and compatible only with Intel based Macs. Built on an Intel based Mac with OS X 10.7.
New: Same as above.
MacAranym 0.9.11+CVS-ethernet (special edition)
Testing binaries as of 07/07/2011.
- MacAranym Ethernet package (For testing! Please give feedback!)
This is a custom version of MacAranym. It contains an experimental ethernet support driver based on the BSD Packet Filter which is part of Mac OS X.
Make sure to copy the MacAranym application to your drive before executing it. Otherwise the ethernet_helper tool cannot set the SUID bit for privileged execution. This is required to allow MacAranym to access the BPF packet device.
New: Fixed issue with HELP key mapping (F11).
Example config:
[ETH0] Type = bridge nofilter Tunnel = en1 HostIP = 192.168.0.1 AtariIP = 192.168.0.40 MAC = 41:41:45:54:48:30
- Type
- Use bridge to enable ethernet (any other value will disable Ethernet!).
Add nofilter to disable the built-in filter (which does not seem to work correclty).
Add debug to enable debugging. Use the Console application to see the messages sent/received by MacAranym. - Tunnel
- Connected network device of your Mac: en0 for Ethernet/wired connection, en1 for Wireless/AirPort connection
- HostIP
- Router giving access to the internet. Check your network settings if you are unsure about it.
- AtariIP
- Any free IP address which will then be used by MacAranym for sending/receiving IP packets.
- MAC
- MAC address used for MacAranym. Tests have shown that the MAC address should not start with 00.
Atari/MiNT setup
Download the latest AFROS setup.
Edit config and adjust the ETH0 configuration part according to the example/description above.
Edit the file in drive_c/etc/resolv.conf. You should set a valid DNS server (which is required for resolving e.g. google.com to its IP address). If you are unsure, try setting the same address as HostIP.