Sting Setup

From Atari Wiki
Revision as of 13:22, 29 June 2006 by Jens (talk | contribs)
Jump to navigation Jump to search

Sting setup for use with an ethernec networking card.

I assume that the reader has some basic understanding on TOS and its derivatives.

First one needs an 68k Atari: ST, TT or Falcon. It should have at least two megs of ram, the more the better. I presuppose the use of a hard drive. Second an Ethernec which is an ne2000 compliant networking card with realtek 8019 chipset and an adapter to the Atari romport. The only 68k Atari which can't easily be setup for internet use with this is the ST-Book.

Software needed is the tcp/ip stack Sting, a driver for the networking card (enec3.stx) which can be found in etherne.zip as enec.stx, and the editor Qed or another one that can write 'real' tabs. Further there should be depackers for Zip and Lzh archives at hand. It is suitable to install wdialog if not using multitasking. Last piece of software is the readily installed Xcontrol.

The Ethernec is placed into the Ataris romport. Then the Atari can be powered on. On the boot drive one makes the folders 'auto' and 'gemsys'. I'd advise to use an additional folder 'data' for the needed archives. Furthermore I suggest to put the applications into a folder 'apps'. The Sting archive has to be unpacked and the data from the unpacked 'auto' folder are moved to 'c:\auto\'. The folders 'sting' and 'cpx' are moved to 'c:\gemsys\'. Now one gets 'enec.stx' from the Etherne packet or 'enec3.stx' and puts it to 'c:\gemsys\sting\'. Now the files needed to use tcp/ip are at their places.

Next one starts qed (or the respective editor one prefers) which is used to change some files: First one change the path in 'c:\auto\sting.inf' to 'c:\gemsys\sting\'. Second one write the line '0.0.0.0[tab]0.0.0.0[tab]EtherNet[tab][ip-address of your router] into it. The tabs have to be tabs, not spaces, else oen sits there and wonders why nothing is working afterwards. Other lines have to be commented out by setting a '#' as first character in the line. One can set comments after active lines like this as well. Third in 'c:\gemsys\sting\default.cfg' the line NAMESERVER = [your nameservers' ip] is changed. Now the Xcontrol modul 'Sting Port Setup' is opened and the connection 'Ethernet' is chosen. There an ip address within the routers ip-range has to be specified. 'Subnet mask' is set to 255.255.255.0. The 'active' box has to be enabled. In 'general' choose ne2000 as used hardware. Now save. There will be created a file 'c:\sting.prt'.

After rebooting your system the connection via network should be available.