I have opened a ticket wtih adtran for configuration assistance.once this is configured by Adtran I will post what they did.
Thanks,
Awesome. Curious to see what needs to be done in that situation. As I said before, it works great with the ShewSoft client.
R\
The Adtran Engineer solved this with ease. So thank you so much for your help Mark Fentz!
The fix was pretty simple and here it is:
crypto ike client configuration pool "VPN Client Users"
ip-range 10.5.12.5 10.5.12.254
dns-server 8.8.8.8 4.2.2.2
crypto ike remote-id fqdn test.com preshared-key N87*Nidid*l ike-policy 117 crypto map VPN 180 no-mode-config no-xauth
crypto ike remote-id any preshared-key N87*Nidid*l ike-policy 117 crypto map VPN 180 no-xauth
The "no-mode-config" tells the router not to assign it IP address. This allows the static IP. So in the Remote Client VPN software we set up its remote-id as "test.com" and it will pick up the first crypto ike and the router
will not give DHCP ip. You can use this same fqdn on all remote clients that need static.
The second crypo ike is same as orginal and works for all others from any ip with the proper settings and PSK.
Thanks,