This is a small HOWTO for connecting an Atari ST and an Atari Falcon to your network via STing, MIDI and Nullmodem.
It was original written and maintained by Alain Gaymard but the website is not available anymore.
Simon Sunnyboy used this without MIDI in the past (around 2006/2007) and it worked pretty good though not fast. Some tricks learned:
On the Linux end my script looks like this for Ubuntu 6.06LTS. (Take note it doesn't use ipfwadm anymore!):
#!/bin/sh # pppd crtscts lock noauth 192.168.0.1:192.168.0.2 /dev/ttyS0 57600 & iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE sysctl -w net/ipv4/ip_forward
In my setup the PC has the IP 192.168.0.1 and the Falcon 192.168.0.2.
I also have an Atari ST and a Falcon. They are connected to the PC
like in the picture:
Configuration of the ST
Configuration of the Falcon
Configuration of the PC
Programs on the ST and configuration:
In theAUTO
folder:STinG setup:
DRVIN.PRG
: absolutely necessary for HSMODEMMIDI.PRG
: absolulety necessary to use MIDI port as serial portSTING.PRG
: the TCP/IP layer
- Of course you need a control panel and CPX for STinG
- Set up of MIDI port:
- File
ROUTE.TAB
:192.168.0.0 255.255.0.0 Midi 192.168.100.2
Programs on the Falcon and configuration:
In theAUTO
folder:STinG setup:
DRVIN.PRG
: absolutely necessary for HSMODEM /li>MIDI.PRG
: absolulety necessary to use MIDI port as serial portSCC.PRG
: to use the serial port at high speedSTING.PRG
: the TCP/IP layer
- Of course you need a control panel and CPX for STinG
- Set up of MIDI port:
- Set up of serial port:
- File
ROUTE.TAB
192.168.100.0 255.255.100.0 Midi 192.168.100.3
192.168.1.0 255.255.1.0 Modem 1 192.168.1.1
0.0.0.0 0.0.0.0 Modem 1 192.168.1.1
The PC is running linux. Just type in:
add the route to the ST with the Falcon as a gatewaypppd crtscts lock 192.168.1.1:192.168.1.2 /dev/ttyS1 115200
and set up the Network Address Translationroute add 192.168.100.3 gw 192.168.1.2 ppp0
That's all you need to do!ipfwadm -F -p deny
ipfwadm -F -a m -S 192.168.0.0/16 -D 0.0.0.0/0