Advertisement
Guest User

Connection issues basic!

a guest
May 28th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. Connection Issues Basics!
  2.  
  3. Winsock Reset
  4. Winsock, is a technical specification that defines how Windows network software should access network services, especially TCP/IP.
  5.  
  6. Windows comes with Dynamic Link Library (DLL) called winsock.dll that implements the API and coordinates Windows programs and TCP/IP connections.
  7.  
  8. But sometimes Windows Sockets or Winsock may get corrupted as a result of which you may not be able to connect to the Internet. It may therefore need to be repaired.
  9.  
  10. To reset Winsock in Windows 10 / 8 / 7, open CMD as admin, type the following and hit Enter: netsh winsock reset
  11.  
  12. Want to go further? This is not needed but doesnt hurt, you will probably be only using IPV4 when you are connected to the internet.
  13.  
  14. If you are using IPv4, type netsh int ipv4 reset and hit Enter
  15. If you use ipv6, type netsh int ipv6 reset and hit Enter.
  16.  
  17.  
  18. -----------------------------------
  19. DNS Flush
  20. If you are running into a lot of “Page Not Found” errors and you’re connected to the internet, you may need to flush your DNS cache.
  21.  
  22. Open the command prompt. The command to flush DNS needs to be entered in the command prompt. Accessing the command prompt is slightly different depending on which version of Windows you are running:
  23.  
  24. Windows 8 - Press the Windows key + X and select “Command Prompt
  25.  
  26. Use the DNS flush command. Type ipconfig /flushdns and press Enter. A message will appear stating “Windows IP configuration successfully flushed the DNS Resolver Cache”.
  27.  
  28. ------------------------------------
  29. Update drivers - Go to motherboard manufacturers website, look up your motherboard spec's for the LAN you are using, You can find the appropriate Driver under "support" or "downloads" usually (Good idea to cheak for Bios updates & driver updates to install while you are there)
  30.  
  31. -----------------------------------
  32. Upgrading Hardware - Buy a Cat6a Ethernet cable & any modern hardware.
  33.  
  34. -----------------------------------
  35. TL;DR:
  36. CMD prompt & type in:
  37. IPCONFIG/FLUSHDNS (hit enter)
  38.  
  39. netsh winsock reset(hit enter)
  40. (reset PC)
  41.  
  42. ----------------------------------------
  43.  
  44. Windows 10 Firewall
  45.  
  46. Make sure BDO has access to internet.
  47. Control Panel > System & Security > Windows Firewall > Allow an app through windows firewall
  48. *change settings > allow another app > browse - BDO folder - Bin64 (or bin if 32bit) - BlackDesert64 (orBlackdesert32 if 32 bit)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement