Sponsored Content
Full Discussion: Changing IP address
Top Forums UNIX for Dummies Questions & Answers Changing IP address Post 32523 by champion on Thursday 28th of November 2002 04:18:47 AM
Old 11-28-2002
Changing IP address

Hi,

I am going to shift my Unix workstation to another lab. So I need to change the IP address.

Please tell me how to change the Network IP address, what is the commands, what to take care?

Thank you very much and have a very nice day.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Changing IP address with set_params

I want to change the IP address of my computer (743i card using HP-UX 10.2) using "set_params ip_address". The problem is the following: 1. I'm using a touch panel to enter in the IP address. 2. The set_params routine asks two questions; do I want to use the IP address entered and do I want... (3 Replies)
Discussion started by: maddog0606
3 Replies

2. UNIX for Advanced & Expert Users

Changing Machine IP address

Hopefully someone can help with this. I need the command to change the IP address on a machine (7 Replies)
Discussion started by: kkinnon
7 Replies

3. AIX

Changing the IP Address

I need to change the IP address on one of your Unix machines - P630, AIX5.2. I plan on using SMIT to perform this function. These are the steps that I have put together so far: 1. Select Communications Applications & Services - Select TCP/IP - Select Minimun Configuration & Startup... (2 Replies)
Discussion started by: jyoung
2 Replies

4. IP Networking

Changing the ip address

Help me save my Unix box. I've had this Unix box (Enterprise 450) for about 7 years now. It was being used as a file server for a Macintosh Prepress department. All of our networking was done through Helios Etharshare. I am still currently up and online (however the location has changed). Our ip... (1 Reply)
Discussion started by: ubed
1 Replies

5. IP Networking

changing MAC address

hi, i wanted to know how to change the MAC id of the machine i`m using.. I know the MAC is permanent n on the ROM, but i wanted to know if there was any way to change it during tht particular session.. also.. if it was possible.. could it be kept changed for sometime...? (8 Replies)
Discussion started by: caltiger
8 Replies

6. Windows & DOS: Issues & Discussions

Changing IP address

Hi ,,, i just come across this forum and i make it a must to be pay a visit here everyday and through it am learning a lots of things which am sure i will be able to share later... So i have a prob with my pc when i try to change my Ip address in the dos command using ipconfig command i got a... (1 Reply)
Discussion started by: Lutchumaya
1 Replies

7. Post Here to Contact Site Administrators and Moderators

changing my email address

Hello, Is there a link somewhere to my profile where I can change my email address to my new work email address? I have a new job and would like to receive a notification of responses to my new work address - how can I get that address to you without posting it online for everyone to see? ... (1 Reply)
Discussion started by: tekster757
1 Replies

8. UNIX for Dummies Questions & Answers

HOW TO Changing ip address advice

Hi, I am new to solars admin. My company want to change the ip adress presently it is 10 series they want to 20 serices i have done like this 1) #ifconfig -a (to check the interface) 2) #ifconfig <interface> new ipaddress up 3) #vi /etc/hosts 20.*.*.* wq! presently my version is 9 please... (3 Replies)
Discussion started by: phatan
3 Replies

9. AIX

changing ip address

Hi, I am using aix 5300-07, I am facing strange issue in aix. I have changed the ip address and gateway of aix server , it is showing the right ip address but it is taking old gateway ip address. I have used netstat -r command and found it is showing 2 Default gateway. I want to... (2 Replies)
Discussion started by: manoj.solaris
2 Replies

10. IP Networking

Changing IP address

My work has a Unix based system that currently has the IP address 192.9.2.25 We recently changed internet providers from DSL to Cable. By doing so, we had to get a new router (Belkin) since the DSL provider had a wireless router/modem in one. With the DSL setup, I was able to change the router's... (2 Replies)
Discussion started by: Len351
2 Replies
ypxfr(1M)																 ypxfr(1M)

NAME
ypxfr, ypxfr_1perday, ypxfr_1perhour, ypxfr_2perday - transfer NIS database from server to local node SYNOPSIS
domain] host] domain] tid prog server] mapname Remarks The Network Information Service (NIS) was formerly known as Yellow Pages (YP). Although the name has changed, the functionality of the service remains the same. DESCRIPTION
copies a Network Information Service (NIS) map (database) to the local host from a NIS server by using the NIS services. A map can be copied regardless of its age, or it can be copied depending on whether its modification time (order number) is more recent than that of the local map. The command creates a temporary map in directory where domain is the NIS domain. The command fills the map with mapname entries, obtains the map parameters (master and order number), and loads them. It then clears the old version of mapname and moves the temporary map to the existing mapname. If is run interactively, it writes messages to standard output. If is invoked without a controlling terminal and if the log file exists, appends all its messages to that file. Since is usually run from the superuser's file (see crontab(1)) or by (see yppush(1M)), the log file can retain a record of what attempted and what the results were. To maintain consistency between NIS servers, should be executed periodically for every map in the NIS database. Different maps change at different rates. For example, the map may not change for months at a time, and might therefore be checked for changes only once a day, such as in the early morning hours. However, may change several times per day, so hourly checks for updates might be more appropriate. A file can perform these periodic checks and transfers automatically. Rather than having a separate file for each map, requests can be grouped in a shell script to update several maps at once. Example scripts (mnemonically named) are in and They serve as reasonable rough drafts that can be changed as appropriate. Refer to ypfiles(4) and ypserv(1M) for an overview of the Network Information Service. Options recognizes the following options: Preserve the resolver flag in the map during transfer. Do not send a "clear current map" request to the local process. Use this flag if is not running locally when you are running Otherwise, complains that it cannot talk to the local and the transfer fails. If is running locally, do not use this flag. Copy the map from a NIS server in domain rather than the domain returned by (see domainname(1)). Force the map to be copied, even if its order number at the remote NIS server is not more recent than the order number of the local map. Obtain the map from host, regardless of its master server. If this option is not used, asks the NIS service for the master's host name and tries to obtain its map. The host can be a name or an IP address of the form Specify a source domain from which to transfer a map that should be the same across domains (such as the map. When invokes it specifies that should call back a process (that initiated the transfer) at the host server, registered as program number prog, and waiting for a response to transaction tid. AUTHOR
was developed by Sun Microsystems, Inc. FILES
Log file The following scripts are suggested for use with Run one transfer per day Run two transfers per day Hourly transfers of "volatile" maps SEE ALSO
crontab(1), domainname(1), cron(1M), ypinit(1M), yppush(1M), ypserv(1M), ypfiles(4). ypxfr(1M)
All times are GMT -4. The time now is 06:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy