- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

IP address xx.xxx.xx.xx cannot be used for the zone domain.com when making a host record
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-15-2016 11:14 PM - edited 10-15-2016 11:17 PM
Hi all,
I am trying to make a host record via HTTP POST request in the Infoblox Appliance, but I had a response code 400 : “IP address 10.xxx.xx.xx cannot be used for the zone domain.com Verify the network association in the zone properties.”
Do somebody know what might be the problem, and how could I fix that? Here are the details:
POST Request to: infoblox-appliance/wapi/v1.4/record:host
Content: {"name”:”name.domain.com”,”ipv4addrs":[{"configure_for_dhcp":false,"ipv4addr":"10.xxx.xx.xx”,”mac":"00:00:00:00:00:00"}]}
Response:
Content: { "Error": "AdmConDataError: None (IBDataConflictError: IB.Data.Conflict:The IP address 10.xxx.xx.xx cannot be used for the zone domain.com Verify the network association in the zone properties.)",
"code": "Client.Ibap.Data.Conflict",
"text": "The IP address 10.xxx.xx.xx cannot be used for the zone domain.com. Verify the network association in the zone properties."
}
Solved! Go to Solution.

Re: IP address xx.xxx.xx.xx cannot be used for the zone domain.com when making a host record
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-16-2016 08:45 AM
Log into the UI, go the subnet in question (10.xxx.xxx.xxx) and edit the properties. From the General settings, go to the Advanced tab. You’ll find the zone associations for that subnet there. You may have to determine whether this is set appropriately for your environment.
Re: IP address xx.xxx.xx.xx cannot be used for the zone domain.com when making a host record
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-16-2016 10:52 PM
Thank you!