Jump to content
  • entries
    76
  • comments
    74
  • views
    163,005

Adding an Atari 16/32 to a network with internet.


Christos

1,925 views

For a first post I will attempt to describe the process to get the falcon online or to an already established network with the use of a null modem cable. It took me 5 days to get it (almost) properly working and I write this in the hope that it won't take you that long.

So here we go!

 

Windows:

 

The first thing that you need to do is to change your null modem driver and create an incoming connection. This process is described here so I won't do it again. One thing to know though. When you enter the internet properties make sure that you specify a range of addresses bigger than 2. E.g.

From 192.168.0.2

to 192.168.0.4

And make sure that the from address is your pc's address in the already established network. My pc is connected to the internet through a router so I don't know how these settings change if yours is connected directly to it. Experiment....:)

 

Atari side:

In the falcon I am using Mintnet. I created an options file that should have the following:

 

#Options file for Mintnet pppd

lock

debug

crtscts

noauth

defaultroute

asyncmap 0

 

A good idea would be to also edit your /etc/resolv.conf and your /etc/hosts files. In the first file you must add the DNS servers of your isp or as some suggest your routers address in the network. I added them all...

#/etc/resolv.conf

nameserver xxx.xxx.xxx.xxx

nameserver xxx.xxx.xxx.xxx

nameserver xxx.xxx.xxx.xxx

nameserver xxx.xxx.xxx.xxx

where xxx.xxx.xxx.xxx are the respective ip addresses. In the hosts file you can name the various ip addresses in your network so you don't have to deal with them all the time...

 

The moment of truth:

Start a shell and type in: pppd -detach /dev/ttyS1 57600 &

If all went well a connection to the machine will be established and you are set to go to the internet.

ttySX is the number of the serial port you've connected the null modem cable to. If it's modem 1 than it should be ttyS0. 57600 is the speed of the connection. Others report a stable connection at 115200 but I'll get back to it later...

 

Linux:

 

If you are using Linux as your pc's operating system than open a shell and type this:

pppd -detach crtscts asyncmap 0 noauth proxyarp xxx.xxx.xxx.xxx:yyy.yyy.yyy.yyy /dev/ttyS0 57600 &

xxx.xxx.xxx.xxx is the ip address of your pc in the network, and yyy.yyy.yyy.yyy the assigned ip address to your Atari. Again make sure that yyy.yyy.yyy.yyy - xxx.xxx.xxx.xxx >= 2

Run the ppp daemon on the Atari and if everything goes well you are connected and with access to the internet...

You have to make sure that ip_forward = 1.

 

Problems:

 

I cant seem to get a stable connection at any speed. After a while though the computers seem to remain connected no packets are transmitted and I have no idea of the cause. I suspect the null modem cable but it works very well with ghostlink so I am at a loss.

 

References....

I' ve read so many texts about this, visited so many forums that I am going to forget many helpful sites. A big thank you to those I forget....

 

Patrice' s site http://pmandin.atari.org

Mintnet for Lamers http://www.st-katharina-apotheke.de

 

Linux Networking How to http://tldp.org/HOWTO/NET3-4-HOWTO.html

Yolinux http://www.yolinux.com/TUTORIALS/LinuxTuto...Networking.html

 

Plus thanks to Anders and ggn for their help

 

This process is not valid only for falcons but for any Atari or compatible. Of course if you have a Milan you will probably want to use an Ethernet card ;)

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...