The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > IP Networking
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-05-2006
jimmyc jimmyc is offline
Registered User
  
 

Join Date: Dec 2006
Location: dallas tx
Posts: 43
Hosts file

I don't remember the old DEC unix too well. Under /etc/hosts is the table of IP addresses you should be able to edit that for this machine. It might look something like this...
$ cat /etc/hosts
#
# Internet host table
#
127.0.0.1 localhost
192.168.0.209 Your.machine.com myunix loghost
172.16.25.12 other.machine.com someotherbox loghost u

There might be other os file. You would have to get a Dec manual to check.