Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Error message when you use the Remote Access console to remove VPN IP address ranges in Windows Server 2012 and Windows Server 2012 R2


View products that this article applies to.

Symptoms

When you try to remove virtual private network (VPN) IP address ranges by using the Remote Access console, the operation may fail, and you receive the following error message:
Removing VPN IP Address Range
Finishing operations after applying configuration
A parameter cannot be found that matches parameter name 'IPv4Address'.
Attempting to roll back the configuration.

This issue occurs when you try to remove two or more VPN IP address ranges in the same operation.

↑ Back to the top


Workaround

To work around this issue, do one of the following:
  • Remove only a single VPN address range, and then apply the changes in the Remote Access console. Repeat this procedure until all the desired address ranges are removed.
  • Use Windows PowerShell to remove individual address ranges one at a time by using the following cmdlet syntax:
    Remove-VpnIPAddressRange -IPAddress  <string>  -ComputerName  <string> 
    For example, run the following cmdlet:
    Remove-VpnIPAddressRange -IPAddress 192.168.1.1 -ComputerName DA.Contoso.com 

↑ Back to the top


More Information

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


Keywords: kbexpertiseadvanced, kbsurveynew, kbtshoot, kb

↑ Back to the top

Article Info
Article ID : 2959632
Revision : 1
Created on : 1/7/2017
Published on : 4/28/2014
Exists online : False
Views : 237