Error 633 VPN - Port already in use

Anonymous
2016-08-09T09:19:48+00:00

Good Morning

I have a problem with a vehicle computer with Windows 8.1/Windows10 and Modem with SIM card.

On windows startup, I excute an Internet Dial-up connection and after that I execute a Dial-up VPN connection.

Everything works fine as long as the modem will lose the signal; than I get 633 error and I have to restart windows.

The problem does not occur if I use only Dial-up internet connection without VPN connection.

The problem does not occur with Windows 7

I have tried to follow the instructions described in this thread:

http://answers.microsoft.com/en-us/insider/forum/insider\_wintp-insider\_web/vpn-error-633/81a727c8-1813-4bda-8e96-47c31e2590c9?page=1

I tried to kill RasMan process but after that I lose dial-up connections in "Network connections".

Then, I execute "sc start rasman" and Dial-up connections are available again but I still get 633 Error.

In this state, if I change modem COM port, Internet and VPN connections works fine again so I suppose that some services lock the COM port.

I installed all windows updates but did not solve the problem

I can not ask the customer to restart windows while on the job

Thank you in advance and excuse me for english

Windows for home | Previous Windows versions | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Anonymous
    2016-08-11T20:10:37+00:00

    Thank you for your quick response.

    You can follow steps below to help resolve the Error 633 further:

    1. Press Windows key+R, type regedit in the Run box and then click OK.
    2. In the Registry Editor, locate and then click the following registry subkey:
      • HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services|Tcpip\Parameters
    3. On the Edit menu, point to New and click Multi-String Value.
    4. Rename the multi-string value as ReservedPorts, and then double-click ReservedPorts.
    5. In the Value data box, type the ports used by your VPN so that we may reserve it (i.e. 1723-1723 if the port is only 1723 and not a range of ports).
    6. Exit to Registry Editor.

    You can use netstat command to find the program that uses the port. Then end the process for that program.

    1. Type cmd in the search box, right click Command Prompt  and then select Run as Administrator.
    2. In the command prompt type the following command:
      • netstat -aon (A- To display all connections and listening ports, O- To displays the owning process ID associated with each connection, and N- To displays addresses  and  port numbers in numerical form).
    3. At the command prompt, type the following command and press Enter:
      • Taskkill /PID PID /F (The taskkill commands ends the process that corresponds to the process ID number. The /F option is used to forcefully end the process.
    4. Type exit on the command prompt  and press Enter to quit the command prompt.
    5. Restart your computer.

    NOTE: It is important to back up first your registry.

    Let us know how it goes.

    Regards,

    If you find this helpful, feel free to mark as answer.

    3 people found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Anonymous
    2016-08-10T15:05:04+00:00

    Hello,

    Based on the description of your case, it appears that this is connected to your VPN or Modem. In this case we suggest that you contact your VPN Provider for proper assistance.

    For the meantime, you can perform the following:

    1. Go to Control Panel,  and look for Phone and Modem.
    2. Click Modems tab, highlight the specific modem and choose Remove.
    3. Restart your computer.
    4. Try to connect again to your modem.

    Let us know how it goes.

    Regards,

    If you find this helpful, feel free to mark as answer.

    0 comments No comments
  2. Anonymous
    2016-08-11T06:20:33+00:00

    Hello,

    Thanks for the answer.

    The problem is not due to the modem or VPN because it does not occur with Windows 7 O.S..

    If I change Modem COM port (without restarting) after "633" error, the VPN work correctly again.

    Some service keep busy the COM port, but in the modem advanced settings (COM settings) it does not appear in use

    Computer is installed on emergency vehicles, I can not ask the customer to restart windows or change COM port during service

    Sometimes I have to restart the computer two times so that the modem will work again. Could it be a registry error?

    0 comments No comments