Difference between revisions of "Guam Location Issues with Streaming Services, Websites & Smart TVs"

From HeadBackup
Jump to navigationJump to search
(Created page with "== Samsung TV Regions == Samsung TVs sold in Guam are not configured for the United States region by default, but can be changed as follows (steps vary for different models):...")
 
Line 1: Line 1:
 
== Samsung TV Regions ==
 
== Samsung TV Regions ==
 
Samsung TVs sold in Guam are not configured for the United States region by default, but can be changed as follows (steps vary for different models):
 
Samsung TVs sold in Guam are not configured for the United States region by default, but can be changed as follows (steps vary for different models):
  * https://vpncentral.com/change-samsung-smart-tv-region/
+
* https://vpncentral.com/change-samsung-smart-tv-region/
  
 
== Workarounds for Streaming Service & Website Region Restrictions ==
 
== Workarounds for Streaming Service & Website Region Restrictions ==
Line 23: Line 23:
 
=== Option 2: OpenVPN on a Synology NAS ===
 
=== Option 2: OpenVPN on a Synology NAS ===
 
If you have access to a Synology NAS in the US mainland you can add the VPN package and configure OpenVPN on it.  You would also need to forward a port from the firewall to the Synology.  More details are here:
 
If you have access to a Synology NAS in the US mainland you can add the VPN package and configure OpenVPN on it.  You would also need to forward a port from the firewall to the Synology.  More details are here:
  * https://kb.synology.com/en-af/DSM/help/VPNCenter/vpn_setup
+
* https://kb.synology.com/en-af/DSM/help/VPNCenter/vpn_setup

Revision as of 17:23, 2 February 2022

Samsung TV Regions

Samsung TVs sold in Guam are not configured for the United States region by default, but can be changed as follows (steps vary for different models):

Workarounds for Streaming Service & Website Region Restrictions

Many streaming services do work from Guam, however some like Disney+ do not work without a VPN or proxy. Occasionally some websites will also restrict access from Guam as a security precaution. Many commercial VPN services can also be blocked by streaming services, so here are a couple of fairly technical, but potentially free ways to work around location restrictions.

Option 1: SSH Tunnel using Putty

If you have a shell account in the US this method can work. You might have one from a web hosting provider, school or perhaps a friend/family member. Commercial VPS (Virtual Private Server) options are also available.

In Putty:

  1. Load or create the session profile with your destination server
  2. Connection Tab -> SSH -> Tunnels
  3. In Destination field, choose Dynamic
  4. Choose a TCP port number for the source field (8080, for example)
  5. Click Add
  6. Connect to your server via ssh as usual

Now you can configure a web browser to use a SOCKS5 proxy with localhost:8080 to tunnel traffic through the SSH session.

For Firefox this can be configured within the browser, but for Chrome and Edge the SwitchyOmega extension works well.

Option 2: OpenVPN on a Synology NAS

If you have access to a Synology NAS in the US mainland you can add the VPN package and configure OpenVPN on it. You would also need to forward a port from the firewall to the Synology. More details are here: