![]() |
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 |
| Help with Default Gateway | bbbngowc | AIX | 7 | 02-20-2009 02:00 AM |
| default gateway in unix? | smcg | IP Networking | 3 | 05-04-2005 08:02 AM |
| How can I change the default gateway? | Lestat | SUN Solaris | 5 | 03-28-2005 07:03 PM |
| How to add another default gateway | salhoub | HP-UX | 3 | 03-28-2004 12:55 PM |
| Free BSD 5.1 & default gateway | SRP | UNIX for Dummies Questions & Answers | 1 | 11-02-2003 06:27 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
remove default gateway on ODM
Hi All,
I remove the default gateway by using a command line but I need also to remove it from ODM so that reboot will not trigger it back. How do I remove it from ODM of AIX 5.3? Thanks for any comment you may add. |
|
||||
|
From man ifconfig :
Tip: Parameters that you set using the ifconfig command are lost the next time you restart your system. Use the chdev command to change the ODM database for each interface to make parameter changes permanent. Use the lsdev -E -l [interface] command to view the interface attributes and use the chdev -l [interface] -a [attribute=value] command to change the attribute. For example: lsattr -E -l en0 chdev -l en0 -a tcp_sendspace=65536 so : lsattr -El inet0 chdev -l inet0 -a delroute=[] btw, the easiest way is smitty route |
|
||||
|
yes, the fastest and easiest way to remove default gateway from ODM is
smitty route or do the following steps 1) Check the default gateway # netstat -Crn 2) go to smitty tcpip --> further configuration --> static routes --> Flush route (last option) there are four options: make all the options yes yes and hit enter 3) go back and check if it has been flushed or not netstat -Crn |
|
||||
|
it depends on the application. O/S doesn't have any relation with network Gateway.
Gateway is for routing packets from one segment ( Subnet ) to another. for example: if my AIX IP Address is configured 172.16.100.169 and I want to reach 10.10.10.10 then my gateway (whatever IP address given by network admin) should know how to reach 10.10.10.10 that's all. |
| Sponsored Links | ||
|
|