http://technet.microsoft.com/en-us/library/jj204618.aspx

If you are following this direct access document.  Instead of this command:

Set-NetNatTransitionConfiguration –IPv4AddressPortPool @(“192.168.1.100, 10000-46499″,”192.168.1.100, 46499-47000” )

You want this command instead:

Set-NetNatTransitionConfiguration –IPv4AddressPortPool @(“192.168.1.102, 6001-6601”, “192.168.1.102, 6603-47000”)

(Of course change the IP range to be your network range as needed)

The issue is port 6602 is grabbed by the server for Windows Server solutions stuff and upon reboot DA can grab that port.

Documentation connect bug has been raised, so hopefully the next time you need this the command will ensure that 6602 is kept clear.

 

Comments are closed.