![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| IP Networking Questions involving TCP/IP, Routers, Hubs, Network protocols, etc go here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to change the ip address in solairs box | phatan | Forum Support Area for Unregistered Users & Account Problems | 1 | 01-29-2008 06:49 AM |
| change from address in mailx | koti_rama | Shell Programming and Scripting | 1 | 09-26-2007 01:26 AM |
| How to change the IP address on SUN Solaris? | gkr | SUN Solaris | 3 | 12-07-2006 06:06 AM |
| How to change IP address | itservices | IP Networking | 2 | 11-01-2006 10:37 AM |
| change my current IP address | tamemi | IP Networking | 4 | 03-10-2004 01:58 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Change a Unix IP address
I have purchased a Dec unix Ver 3.2c machine that is about ten years old. I need to get this machine on our network (windows 2003 domain) so I can copy files to it. I know I need to change the IP address, but where and how do I change it? What else do I chang?
Thanks Randy |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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. |
|
#3
|
|||
|
|||
|
You are correct. I have changed that file, but I still cannot ping it from other computers on the newtork. So I think I need to chage some more settings somewhere?
|
|
#4
|
|||
|
|||
|
That would be my guess, some other os files needs to be updated. Old sun boxes used files call ypxxx (yp for yellow pages). Can the box ping itself? Can you look at the boot log to determine what IP it's using? localhost? Does that change if you change the hosts file? Cable? hardware? Sound like you'll going to have to find out what it's not to find out what it is... pain I know...
|
|
#5
|
||||
|
||||
|
If your not familiar with commands run from a terminal, use sam
FYI: The old Sun systems running SunOS just had 2 files. /etc/hosts /etc/hostname.{interface} ie: /etc/hostname/hme0 |
|
#6
|
|||
|
|||
|
Quote:
Darwin |
|
#7
|
||||
|
||||
|
I was just correcting what jimmyc said about SunOS.
oops sam is HP UX. Is DEC like Tru64 ? Try netsetup Last edited by Tornado; 12-05-2006 at 07:49 PM. |
||||
| Google The UNIX and Linux Forums |