Internet Speed Hack Mac

OpenWRT is a powerful Linux distribution for embedded devices, such as my router, and this is the story of how I used it to double my bandwidth at no extra cost to myself.

How? By doubling the number of Internet connections I have.

My setup

Set 'Maximum Tiles' to 512. The first feature we're going to change is the number of. The tool records a speed of 95 Mbps when connecting to certain servers, but this drops to 20 Mbps when connecting to certain other services. A speed drop of more than 25-30% is abnormal and is caused by deliberate throttling on the part of your Internet Service Provider.

My internet

My internet is through Comcast (unfortunately).

Internet Speed Hack Mac Download

Comcast has an initiative called Xfinity WiFi.When you rent a cable modem/router combo from Comcast (as one of my nearby neighbors apparently does), in addition to broadcasting your own WiFi network, it is kind enough to also broadcast “xfinitywifi,” a second “hotspot” network metered separately from your own.

Internet

Wait for about 30 seconds and check if this WiFi speed booster option worked on the speedtest.net website. Check your network diagnostics. If you see that your Mac WiFi booster is underperforming or not working at all, you can ask your Mac for advice too: Hold down Option and click on the WiFi icon in your menu bar. Select Open Wireless Diagnostics. Unfortunately, it is not very easy to authenticate directly through the router, so instead we will authenticate a MAC address through a computer, then switch the apparent MAC address the router uses. Generate a fake MAC address. Here’s one: 02:67:1c:16:1f:21; Spoof your MAC address (for your wireless adapter) on your computer. Be sure to find. For IPv4: 8.8.8.8 and/or 8.8.4.4. For IPv6: 2001:4860:4860::8888 and/or 2001:4860:4860::8844. In a nutshell, OpenDNS, Google DNS are reduce the time taken.

This hotspot allows Comcast customers to connect with their credentials.

My router

My router is a Buffalo WZR-HP-AG300H.Crucially, this router 1) supports OpenWRT and 2) has two independent radios.I use one of them for my home WiFi network.

My idea

By now, you’ve probably put two and two together.

I use my router’s extra radio to connect to the xfinitywifi hotspot, then load balance my outbound traffic across the connection I pay for and the bonus xfinitywifi connection.

Obviously this is a pretty specific scenario, but if you have:

  1. A hotspot you have credentials for within range
  2. A router that supports both OpenWRT
  3. That same router has a spare radio

How to set this up

1. Install OpenWRT

Find your router on OpenWRT’s table of hardware and follow the instructions to install it, getting your WiFi and network set up as usual.

2. Install multi-wan software in OpenWRT

Open your router’s web interface and navigate to /cgi-bin/luci/admin/system/packages and install luci-app-mwan3.This (along with its dependencies) allows you to support multiple internet connections with round-robin load balancing between them (with connection pinning for HTTPS).

3. Authenticate a MAC address with xfinitywifi

The xfinitywifi hotspot requires authentication, not via WPA2 or other normal network security, but with a Comcast login.It remembers this login by way of your MAC address.Unfortunately, it is not very easy to authenticate directly through the router, so instead we will authenticate a MAC address through a computer, then switch the apparent MAC address the router uses.

  1. Generate a fake MAC address. Here’s one: 02:67:1c:16:1f:21
  2. Spoof your MAC address (for your wireless adapter) on your computer.Be sure to find out how to do it on your Linux/Mac/Windows system. Remember to record your old MAC address.
  3. With your MAC address spoofed, connect to xfinitywifi and enter your Comcast credentials
  4. Disconnect from xfinitywifi and restore your original MAC address

4. Connect the router to xfinitywifi

In your OpenWRT web (LuCI) interface at /cgi-bin/luci/admin/network/wireless, press Scan on your available radio, and select Join Network for xfinitywifi.Name it wan2 and add it to the wan firewall group.Save & Apply your settings.

Now, go to /cgi-bin/luci/admin/network/network/wan2 and go to the Advanced Settings tab.Paste your fake and authenticated MAC address into the “Override MAC address” field.Save & Apply your settings.

Internet Speed Hack Mac Os

5. Prepare mwan3 for a wireless WAN

In your OpenWRT web (LuCI) interface at cgi-bin/luci/admin/network/network/wan/, click the Advanced Settings tab and enter 10 under Use gateway metric and Save your settings.

At cgi-bin/luci/admin/network/network/wan2/, click the Advanced Settings tab and enter 20 under Use gateway metric and Save your settings.

Mac

In your OpenWRT web (LuCI) interface at /cgi-bin/luci/admin/network/mwan/advanced/networkconfig, you will see your network config file.Paste this section at the bottom, adjusting as necessary with settings from your xfinitywifi connection:

Normally this last step is not necessary, but for some reason mwan3 seems to need it to work with wireless networks.

Internet Speed Hack Mac

Submit your changes.

Check it!

Go to cgi-bin/luci/admin/network/mwan and you should see both networks green!

At least you will if you’re the luckiest person ever.More likely you’ll run into problems, check out the mwan docs and Google around.

Another good test is to a website that tells you your IP and refresh several times and ensure you see two different IP addresses.

Internet Speed Hack Machine

Good luck!