Link to home
Start Free TrialLog in
Avatar of Los Angeles1
Los Angeles1

asked on

AIX, netsvc.conf

Sorry about the .conf extension in the previous thread.  Not thinking

Anyway, I have the following hosts file:

# cat hosts
...
...
...
127.0.0.1               loopback localhost      # loopback (lo0) name/address
::1                     loopback localhost      # IPv6 loopback (lo0) name/address
10.14.52.224    lp2
#####10.14.52.223       wlpar1  lp2

10.14.10.10    localdomain.com

Open in new window


I have the following netsvc.conf file

# cat netsvc.conf
# IBM_PROLOG_BEGIN_TAG
...
...
...
# aliases = nis, files
#
hosts = local,bind4

Open in new window


And get the following from the lookup

# nslookup controller2
Server:         10.14.10.10
Address:        10.14.10.10#53

Non-authoritative answer:
Name:   controller2.localdomain.com
Address: 98.124.199.1

Open in new window



I still do not know where I get the IP address of 98.124.199.1 from

Does this make sense ?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Los Angeles1
Los Angeles1

ASKER

I was confused by the address, its not on my network and I have another IP for that node,  I thought the 98 address was something else, not the node IP returned from the DNS.

Thanks for your help