I want to use the computer to set up a listserver (running under UNIX). I want to use Telnet to connect to another site to a listserv. I also plan to use the server as a file server for our computer Lab.
Regarding domain name service, you may refer to the section of "Setting Up the Name Server" in A/UX Network System Administration for setting up the AWS 95 as a domain name server. If you only want the AWS 95 to be a client for accessing a remote domain name server, you can create the file called "resolv.conf" under the /etc directory with the following contents:
domain YOUR-DESIRED-DOMAIN-NAME
nameserver IP-ADDRESS-OF-THE-NAMESERVER
For example,
domain support.apple.com
nameserver 130.43.6.2
Here is an example of manually adding a default route in our network. You may put the following line in the /etc/rc file:
/usr/etc/route add 0 130.43.4.4 1
The IP address of 130.43.4.4 is an example of a Cisco router, while 1 is the number of hups to get to the router from a local computer.