![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing IP address | Lutchumaya | Windows & DOS: Issues & Discussions | 1 | 01-30-2007 12:36 PM |
| Changing the ip address | ubed | IP Networking | 1 | 11-21-2005 05:42 PM |
| Changing the IP Address | jyoung | AIX | 2 | 05-31-2005 07:52 AM |
| Changing IP address | champion | UNIX for Dummies Questions & Answers | 4 | 11-30-2002 11:02 AM |
| Changing MAC address of a NIC | wretch | UNIX for Advanced & Expert Users | 3 | 09-09-2002 09:22 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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 remove old gateway ip address. I have changed the old gateway ip with new one but after rebooting the server it is taking old default gateway ip address even I have checked with smitty tcpip->en0 properties. Please suggest Regards, Manoj |
|
||||
|
flush the old gateway by going into
smitty route --> select the last option --> flush all the gateways from ODM ( last two options SET TO YES / YES ) After flushing ... exit...check if the gateway is there or not by #netstat -Crn not present...good...then add your new gateway. # route add default IP_ADDRESS to make it permanent go to smitty route add static route |
|
||||
|
changing ip address
Manjo,
The reply from filosophizer is not totally correct. The “route add” commando will not be reactivated after a reboot. This because “route add” is not updating the ODM I would suggest the following: Log-on to the console of the machine. #Flush ALL routes from ODM smitty fshrttbl --> Put all options to "yes" smitty mktcpip --> Select correct interface --> Input/Select all the correct information Now all should be correct again. |
| Sponsored Links | ||
|
|