![]() |
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 |
| dhcpcd 3.2.3 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-25-2008 03:40 PM |
| dhcpcd 3.1.9 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-09-2008 06:30 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
AIX dhcpcd
I have AIX (5.3 TL5 SP4) workstations that use DHCP. The DHCP server is a Windows server running MS DHCP. Nothing fancy.
When Windows clients shut down, their IP address remains reserved as long as their lease time has not expired (you can still nslookup that host name and get an IP address back). On the AIX clients, however, as soon as dhcpcd is stopped, the IP address is immediately unregistered, so the host name becomes unknown to the network. I have so far been unable to figure out how to change this behavior. Any suggestions? |
|
||||
|
This is in fact the way it is supposed to be. When the client shuts down it is supposed to release its ip address with dhcp release command to the server. Windows how ever ignors this behaviour (as well as many other things (",) ) and holds the IP address for the whole lease time.
|
|
||||
|
Quote:
It hurts me deeply to say this, but ... ouch ... I'm trying to get it out here ... I wish I could make my AIX stations behave like Windows workstations, in just this one small way. That hurt. I'll go say my "Hail Mary"s now, and will try not to blaspheme again. |
|
||||
|
Quote:
You said your AIX systems are immobile anyways, so you probably want to get them always the same IP address anyways. You can do so at the DHCP servers configuration by reserving a fixed IP for the AIX system. You could move this IP at the top or bottom of the DHCP-served address range and exclude it from that range accordingly. Don't use the DDNS means you probably use for name resolution of DHCP-based systems but reflect the quasi-static IP address with a static DNS entry. This way you get name resolution even if the system is shut down. I hope this helps. bakunin |
|
||||
|
Configure the Windows DHCP server to always allocate the same IP to the AIX machines' MAC addresses. Then there will be no collisions. I know this is doable as I've done it myself.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|