Hello,
I would like to assign an IP address to a user connected to remote VPN.
I've edited the $FWDIR/conf/ipassignment.conf file with below syntax and installed the security policy but it's not working.
GWIPADDR addr 192.168.99.250, dns=(10.1.1.1,10.1.1.2) user1
The IP address 192.168.99.250 is outside of my OM IP Pool (192.168.98.0/24)
I've checked the syntax with the command "vpn ipafile_check" and it seems correct:
line 0065 is OK. User="user1"
But the user keep getting an IP from my OM IP Pool instead of the specified IP address.
Here is the config on the cluster:
Any suggestion to solve my issue?
Thank you!