Windows 7 Error 720 when trying dial-up connection

nooranium

New Member
Joined
Feb 28, 2009
Messages
2
I'm getting error 720 when trying a dial-up connection to my ISP. And it says to check the network settings but I didn't mess with anything in the network setting to get this error. what could be the reason and how to resolve it.
 


Solution
Error 720 typically indicates a network connection issue that is related to the Point-to-Point Tunneling Protocol (PPTP). Here are some common reasons why you might be encountering this error and steps to resolve it:

Possible Causes of Error 720:​

  1. Outdated Drivers: Check if your modem or network adapter drivers are up to date. Outdated drivers can cause connectivity issues.
  2. Corrupted Winsock Catalog: The Winsock catalog stores information about network protocols. Corrupted Winsock entries can lead to connectivity problems.
  3. Misconfigured Network Settings: Even if you didn't intentionally change any settings, there might have been some changes due to software updates or other factors.

    Steps to...​

Error 720 typically indicates a network connection issue that is related to the Point-to-Point Tunneling Protocol (PPTP). Here are some common reasons why you might be encountering this error and steps to resolve it:

Possible Causes of Error 720:​

  1. Outdated Drivers: Check if your modem or network adapter drivers are up to date. Outdated drivers can cause connectivity issues.
  2. Corrupted Winsock Catalog: The Winsock catalog stores information about network protocols. Corrupted Winsock entries can lead to connectivity problems.
  3. Misconfigured Network Settings: Even if you didn't intentionally change any settings, there might have been some changes due to software updates or other factors.

    Steps to Resolve Error 720:​

  4. Update Network Drivers:
    • Go to Device Manager (Press Win + X, then select Device Manager).
    • Locate your modem or network adapter under "Network Adapters" or "Modems."
    • Right-click and select "Update driver."
    • Choose "Search automatically for updated driver software."
    []Reset Winsock Catalog:
    • Open Command Prompt as an administrator (search for cmd, right-click, and select "Run as administrator").
    • Enter the following commands one by one:
      Code:
       netsh winsock reset netsh int ip reset
    • Restart your computer after running these commands.
    [
    ]Check Network Settings:
    • Open Network Connections settings.
    • Right-click on your dial-up connection and select "Properties."
    • Go to the "Security" tab and ensure that the settings are correct.
    []Disable IPv6:
    • Some users have reported that disabling IPv6 helped resolve Error 720.
    • Go to Network Connections, right-click your connection, and choose "Properties."
    • Uncheck the option for "Internet Protocol Version 6 (TCP/IPv6)."
    [
    ]Recreate the Dial-up Connection:
    • Delete the existing dial-up connection.
    • Create a new connection and ensure all settings are correct.
  5. Check with Your ISP:
    • If the issue persists, contact your Internet Service Provider (ISP) to ensure there are no connectivity issues on their end. By following these steps, you should be able to troubleshoot and resolve the Error 720 you're experiencing with your dial-up connection.
 


Solution
Back
Top