Thomas
Thomas
The IT guy in the office
Sep 14, 2020 8 min read

How I increase by 70% internet connection with 4G

thumbnail for this post

My parents are leaving in France, in the middle of nowhere. They have 2Mb/s download and 1Mb/s upload ADSL line.

Impossible to watch Netflix, play online, make a Skype call or download your brother PlayStation game update (70Gb). I’m not speaking about the service interruption cause by the worker or the tractor pulling up the line. Moreover, the house is in a hole and there is no GSM/3G/4G signal whatsoever.

Unfortunately, I still like my family and I still enjoy spending a few days in the countryside, but I also need to work from home and with the current situation, it’s just impossible. Also, optical fiber connectivity is not planned before 2025… I definitely needed to find a way to improve their internet connection.

init_speed_test

1. Action Plan

The only way to improve is to use a 4G connection, but as I said, there is no signal in the house. I know that a 4G+ signal is available 2 km away on the main road, and I also received a weak signal 250 m away of the house. My guess is that the house is surrounding of 4G signal but since it’s on a hole, the signal pass above the house. I need to find a way to catch up the signal and bring it to the house.

Action plan:

  • Finding the closest 4G BTS in the area
  • Finding the elevation of the house and the road
  • Finding a 4G antenna with enough gain

2. Bit of studies

2.1 The BTS

I start looking on internet and I found a website that shows the BTS register in France with the associate provider. There are 2 BTS around the house, one at 3 km and one at 5 km crow flies distance. Only the provider “Orange” is available with 4G+ signal in the area.

2.2 Elevation

Since there is signal on the road, I tried to estimate the size of the hole where the house is located. I used this website to search the elevation base on the address.

Sites Elevation (m)
House 189
End of the house road 198
Main road 208

Approximately there is 19 m gap between the road and the house, and 9 m from the house and the end of its access road (where I get the first 4G signal). The top of the chimney is at 7 m from the ground, reducing the total gap at 12 m from the main road and 2 m from the access road.

So to start getting a 4G signal, I need to place the antenna between 2 m and 12 m above the chimney. The first options seem more realistic than the second one.

2.3 The pole

My dad crafts a lot of stuff and a brief look into his stuff, we manage to find a round pole, 4 m long. We agreed to use 1 m to fix it onto the chimney giving 3 m elevation above it. According to the previous section, it should be enough to get a signal, especially if the antenna has enough gain.

2.4 The Antenna

I needed to find an antenna that can received 4G with a good DB gain but also convert the signal to Ethernet.

Why? You need the shortest distance between the antenna itself and the electronique card that will process the signal. If you use a long cable, you will have lost and all the work performed by your antenna will be gone. Also 10m of shield coaxial cable cost a fortune. The best is to used RJ45 cable that can go up to 100m, especially the CAT6 shield that can handle 1Gb/s over 100m for few euros.

cable distance (m) cost (€)
RJ45 100 40
Coaxial 100 171

After 1 or 2 hours on Google, I hand up on this website, discussing 4G router antenna. You have several models of antenna.

I went for the second option, easy to fix on the pole, cost-efficient and already pack into a waterproof case. Moreover, the antenna can be power through POE, handle 2 sim cards and has 9 dbi gain. On the bad side, the bandwidth can’t exceed 100Mb/. Not a big deal in my case, since the closest BTS can only deliver 150Mb/s max.

2.5 The SIM card

The most important was to find an offer than work without having using the provider router. If you target classic mobile phone offer it should work most of the time since there is no hardware binding.

I found one provider that propose unlimited 4G data. Unfortunate for me, I don’t have enough signal to receive a correct bandwidth.

The rest have between 100Gb and 200Gb per month.

  • NRJ up to 130Gb/month
  • Red by SFR up to 200Gb/month
  • Prixtel up to 200Gb/month
  • Sosh up to 80Gb/month and something they have offers for 100Gb/month. You can also add 50Gb with extra money.

Those offers are not working since they required the provider router:

In my case, I needed Orange or a provider using Orange network since it is the only provider available. I choose Prixtel they offer up to 200Gb/month for 22 €. The quantity is enough for my family and the price remain low. You can easily buy everything online, the sim card is ship within a week, and you can cancel your subscription at anytime for 0 €. They also have a mobile app where you can follow your current consumption.

Check also the procedure of the provider, you may need to activate the sim card first. it’s the case for Sosh. When I tried this provider, I add to enable the sim card by calling a number. I will also recommend putting the sim card into a mobile find, drive to a zone where you have coverage and test it out. Because once it’s in the antenna, it’s a nightmare to change or removed.

2.6 APN

To configure your sim card in the antenna you will need the APN configuration. I used this website to find the information.

3. Time for magic

3.1 Shopping list

Item Quantity Total cost (€)
20 m Ethernet cable 1 17
4G router antenna 1 130
4 m pole 1 10
Tie Down Straps 2 16
20 m Cable duct 1 8
Total 181

The ethernet cable will be passing through cable duct to protect it from the outdoor element. The Tie Down Straps will be used to fix the pole to the chimney.

3.2 Installation

3.2.1 Antenna configuration

You will have to configure the ASN of the SIM card.

I strongly advise to do it before putting the antenna on the pole and on your chimney. You will also have to prepare the network configuration, DHCP, relay, subnet,…

  1. Connect to the local IP of the antenna, by default 192.168.88.1.
  2. Login as admin with the username admin the password is empty by default.
  3. Click on Terminal on the top right of the interface
  4. Type the following command
/interface lte apn add name=orange apn=orange.fr authentication=pap password=orange user=orange
/interface lte set [find] apn-profiles=orange
  1. If you need a pin code for the sim card
/interface lte set [find] pin=0000
  1. Check if the config is applied
/interface lte print

The expected result should be

Flags: X - disabled, R - running 
 0  R name="lte1" mtu=1500 mac-address=AA:AA:AA:AA:AA:AA

By default the bridge mode was enable on my antenna. If you need passthrough, dual sim or more config, you can refer to the documentation of routerOS.

3.2.2 The physical part

The pole with the antenna on the top fix to the chimney:

pole fixed with antenna

The cable duct protecting the RJ45 cable from the roof to the inside of the house:

protecting duct

In my specific case the RJ45 cable arrived directly into the house rack and plugged to a LEGRAND patch panel that is connected to a Ubiquity POE+ switch.

My dad has specific need about his network. I will probably make a blog post about it one day.

You can also connect it to your ISP box, switch or router as long you do not forget to add the POE injector (it’s provided with the antenna). If you are using your ISP box, don’t forget to change the DHCP setting on the antenna or the ISP box and either disable one or set one as a relay. Then the gateway should be the antenna local IP.

3.3 Result

We place the pole above the chimney, after few seconds the Microtik router start getting the signal and I could do the first speed test, 30Mb/s download, 20Mb/s up. The increase is already insane, but we start turning the antenna in different direction to see if we could get closer to the 100Mb/s. After few tries and 20 speed test, we found a spot where the signal was up to 70Mb/s download and 40Mb/s upload.

final_speed_test

Before fixing the pole to the chimney, we run a quick validation test of the concept. After perparing the pole, we plug a 10m RJ45 cable (powered with the POE adaptor from the antenna) to my laptop.

4. Conclusion

With around 200 € I managed to multiply by x35 the download speed and by x40 the upload speed.

bravo


Sources