The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 10-08-2008
zaxxon's Avatar
zaxxon zaxxon is offline Forum Staff  
Moderator
  
 

Join Date: Sep 2007
Location: Germany
Posts: 2,257
Hm, then I currently have no further idea, sounds mysterious...

What does (insert your interface where I have en0)
Code:
odmget -q "name = en0" CuAt
show?

Also you can check if any dhcp related stuff is running:
Code:
lssrc -a| grep -i dhcp
TBH, I never configured dhcp on any server since I think that's nonsense and never had to but nevertheless, let see if you can find anything.

Last edited by zaxxon; 10-08-2008 at 10:07 AM.. Reason: added more info