If you haven't installed your network card, do so now. Descriptions to perform this task is beyond the scope of this document.
Load the appropriate packet driver. For example: an NE2000 Ethernet card set for I/O port 300 and IRQ 10, would need to be issued nwpd 0x60 10 0x300
Make a new directory, and then unpack the NCSA Telnet package: pkunzip tel2308b.zip
Use a text editor to open the config.tel file
Set myip=192.168.0.x (1 < x < 255), and netmask=255.255.255.0
In this example, you should set hardware=packet, interrupt=10, ioaddr=60
You should have at least one individual machine specified as the gateway, i.e. the Linux host:
name=default host=yourlinuxhostname hostip=192.168.0.1 gateway=1 |
Have another specified as a domain name service:
name=dns.domain.com ; hostip=123.123.123.123; nameserver=1 |
Note: substitute the appropriate information about the DNS according what your Linux host uses
Save your config.tel file
As an initial test, ping the Linux MASQ server to test the network connection: ping 192.168.0.1 If you don't receive any replies, please verify your network configuration.