IP Office 9.1.12. Try to create VPN configuration that loads 9608's so can easily get ready if need to have work from home. Goal is to have VPN settings loaded by text file so would only need to enter gateway and enable VPN mode.
Have txt file which references VPN file. Loads VPN config. Everything looks good but I can not get it to disable IKE Config Mode.
SET NVIKEP1ENCALG 2
################################################## #
## IKE Auth algo.
## 0: Any, 1: MD5
## 2: sHA-1
################################################## #
SET NVIKEP1AUTHALG 2
################################################## #
## IKE Config Mode.
## 0: Enabled, 1: Disabled.
################################################## #
SET NVIKECONFIGMODE 1
################################################## #
## IPsec PFS DH group.
################################################## #
Thanks in advance for help.
Have txt file which references VPN file. Loads VPN config. Everything looks good but I can not get it to disable IKE Config Mode.
SET NVIKEP1ENCALG 2
################################################## #
## IKE Auth algo.
## 0: Any, 1: MD5
## 2: sHA-1
################################################## #
SET NVIKEP1AUTHALG 2
################################################## #
## IKE Config Mode.
## 0: Enabled, 1: Disabled.
################################################## #
SET NVIKECONFIGMODE 1
################################################## #
## IPsec PFS DH group.
################################################## #
Thanks in advance for help.