Temporary fixes to Sky Muster internet connection problems July 2016

Problems include

  1. Unable to visit certain websites, especially HTTPS ones.
  2. Unable to do any form of remote logins (Reckon, Phoenix, Microsoft Remote login etc)
  3. Short term dropouts, especially noticeable in any forms of chat.

Possible solutions that have worked for SOME people (see below for more details)

  1. Clear the browser cache.
  2. Turn off iPV 6 on your computer and/or router (Note SkyMesh has done this for their Sky Muster service so no action is required for SkyMesh customers)
  3. Ask your provider to turn Web Acceleration OFF
  4. Test using a VPN application called Tunnel Bear
  5. Enable TCP Timestamps
  1. Clear the browser cache.

    See here for instructions http://www.refreshyourcache.com/en/home/

  2. Turn off iPV6 on your computer and/or router

    Instructions here for Mac OS X https://kb.iu.edu/d/aqig
    Instructions here for Windows https://support.microsoft.com/en-au/kb/929852
    Y
    ou will need to read your router’s manual to determine how to turn off iPV6 in it.

  3. Ask you service provider to put a request into NBN to have web acceleration turned OFF
    for your connection.Browsing will be slower, but you should be able to visit the problem websites.
    Ask Service Provider to get NBN to disable the Transparent Performance Enhancing Proxy (TPEP)
    Web Page Optimisation to OFF, Transport Protocol to OFF
  4. Trial a VPN application called Tunnel Bear (first 500Mb is free)https://www.tunnelbear.com/
    Download the Tunnel Bear extension in Google Chrome
    Visit the website via Chrome with the tunnel bear extension turned on
    If your secure website or Remote desktop is now working, let your Service Provider’s Support know.
  5. Enable TCP Timestamps (this has now been done at the NBN end of SkyMuster, so you shouldn’t have to do this)The following was worked out by technical support at SkyMesh. Original Workaround provided by SkyMesh  here  

 

sky muster 3

Detailed below is a temporary workaround for customers with Sky Muster services that are having issues browsing some websites. Some operating systems do not have the TCP Timestamps extension enabled by default. By enabling this extension on each affected computer, customers can overcome the problem. The workaround temporarily resolves a certain class of issues. If you continue to experience browsing issues after enabling timestamps, you might be affected by a different problem.

You must run the command prompt as the Administrator.
This is how you do it
Windows Vista and Windows 7 http://www.bleepingcomputer.com/tutorials/windows-elevated-command-prompt/
Windows 8 and 10
http://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/
Apple computers
http://www.wikihow.com/Get-to-the-Command-Line-on-a-Mac

WINDOWS INSTRUCTIONS
These instructions are not suitable for Windows XP. See below for dedicated instructions.

How to Check the Status of Timestamps

  • Click Start.
  • In the Start Search box, type cmd, and then press ENTER.
  • In the Command Prompt window, type netsh interface tcp show global and the press ENTER.
  • Check if RFC 1323 Timestamps is listed as enabled or disabled.

How to Enable Timestamps

  • Click Start.
  • In the Start Search box, type cmd, and then press CTRL+SHIFT+ENTER (the command below requires administrator privileges).
  • If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  • In the Command Prompt window, type netsh interface tcp set global timestamp=enabledand the press ENTER.

How to Disable Timestamps

  • Click Start. In the Start Search box, type cmd, and then press CTRL+SHIFT+ENTER (the command below requires administrator privileges).
  • If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  • In the Command Prompt window, type netsh interface tcp set global timestamp=disabledand the press ENTER.

WINDOWS XP INSTRUCTIONS
How to Enable Timestamps

  • Click Start.
  • In the Start Search box, type cmd, and then press CTRL+SHIFT+ENTER (the command below requires administrator privileges).
  • If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  • In the Command Prompt window, type reg add HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters /v Tcp1323Opts /t REG_DWORD /d 2 and the press ENTER.

How to Disable Timestamps

  • Click Start. In the Start Search box, type cmd, and then press CTRL+SHIFT+ENTER (the command below requires administrator privileges).
  • If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  • In the Command Prompt window, type reg add HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters /v Tcp1323Opts /t REG_DWORD /d 0 and the press ENTER.

How to Check the Status of Timestamping and Window Scaling Features

  • Click Start.
  • In the Start Search box, type cmd, and then press ENTER.
  • In the Command Prompt window, type reg query HKLM\SYSTEM\CurrentControlSet\services\Tcpip\Parameters /v Tcp1323Opts and the press ENTER.
  • Check if
    Tcp1323Opts is listed as 0x2 or 0x3 (enabled) or 0x0 or 0x1 (disabled).

MAC OS X INSTRUCTIONS
Please note that these instructions may not work with El Capitan:https://discussions.apple.com/thread/7408993

How to Check the Status of Performance Extensions (including Timestamps)

  • Run sysctl net.inet.tcp.rfc1323 from the command line.
  • Check if net.inet.tcp.rfc1323 is listed as 1 (enabled) or 0 (disabled).

How to Enable Performance Extensions (including Timestamps)

  • Run sudo sysctl net.inet.tcp.rfc1323=1 from the command line.
  • Modify the /etc/sysctl.conf file with net.inet.tcp.rfc1323=1 to make the setting permanent.

How to Disable Performance Extensions (including Timestamps)

  • Run sudo sysctl net.inet.tcp.rfc1323=0 from the command line.
  • Modify the /etc/sysctl.conf file with net.inet.tcp.rfc1323=0 to make the setting permanent.

GNU/LINUX INSTRUCTIONS
How to Check the Status of Timestamps

  • Run sysctl net.ipv4.tcp_timestamps from the command line.
  • Check if net.ipv4.tcp_timestamps is listed as 1 (enabled) or 0 (disabled).

How to Enable Timestamps

  • Run sudo sysctl net.ipv4.tcp_timestamps=1 from the command line.
  • Modify the /etc/sysctl.conf file with net.ipv4.tcp_timestamps=1 to make the setting permanent.

How to Disable Timestamps

  • Run sudo sysctl net.ipv4.tcp_timestamps=0 from the command line.
  • Modify the /etc/sysctl.conf file with net.ipv4.tcp_timestamps=0 to make the setting permanent.
%d bloggers like this: