Hi,
you can give a static IP address to your IAP by stopping the boot process from CLI interface and doing this commands:
--------------------------------------------------------------------------------------
# setenv ipaddr <IAP IP>
# setenv netmask <IAP NETMASK>
# setenv gatewayip <IAP DEFAULT GATEWAY>
# save
# reset
--------------------------------------------------------------------------------------
[If you found my post helpful, please give kudos]