How to connect a second router to MGTS GPON for Wi-Fi distribution

Today's users are rarely satisfied with the basic functionality of the equipment provided by the provider upon signing the contract. Subscribers often encounter the problem that the standard MGTS terminal, which operates using the technology GPON, cannot provide stable coverage in every corner of an apartment or house. In such situations, the only reliable solution is to connect an additional router, which will act as the primary access point or expand the existing network.

Integrating third-party equipment into a Moscow provider's network has its own technical nuances related to the specific operation of fiber optic terminals. Unlike traditional ADSL or Ethernet modems, choosing the correct operating mode is critical to avoid IP address conflicts and speed drops. We'll discuss how to properly configure the equipment bundle to ensure your second router operates at peak efficiency.

The main difficulty is that the equipment MGTS often operates in router mode by default. If you simply plug the cable into a second device, you get what's called double NAT, which will negatively impact online gaming, torrents, and some messaging apps. Proper configuration will transform your home network into a unified ecosystem with seamless transitions between access points.

Analysis of MGTS's current equipment and selection of a second router

Before purchasing a new device or setting up an existing one, you need to understand what kind of terminal you're using. Providers use different models of optical terminals, most often these are devices from Huawei, Sagemcom or EltexIt's important to determine whether your current terminal supports bridge mode, although this isn't always necessary for connecting a second router if the LAN interfaces are configured correctly.

When choosing a second router, you should pay attention to the presence of gigabit ports WAN/LANIf your data plan requires speeds above 100 Mbps, using a device with the Fast Ethernet standard (100 Mbps) will become a bottleneck, limiting your internet speed. It's also worth considering standard support. Wi-Fi 6 (802.11ax), which will ensure better operation in the noisy air conditions of apartment buildings.

Pay special attention to the functionality of the new device. To create a high-quality network, it is advisable for the second router to be able to operate in access point mode (Access Point) or have flexible routing settings. This will avoid DHCP service conflicts and simplify network device management. Cheap models without the ability to change operating modes can create more problems than they solve.

📊 What MGTS router do you currently have?
Huawei HG8245H
Sagemcom F@st 2380
Eltex NTU-2W
Another model

⚠️ Please note: MGTS terminal interfaces and configuration options may vary depending on the firmware version and hardware model. If you don't see the options described below, check the technical documentation for your specific device or contact your provider's support team.

Preparing for setup: resetting and entering the interface

You should start by preparing the second router. If the device was previously used with a different provider or on a different network, it may have old settings that will prevent it from working properly. A factory reset is recommended.Factory Reset). To do this, find the button on the body Reset (often recessed into the body) and hold it for 10-15 seconds with the power on.

After rebooting, connect your computer or laptop to the LAN port of the second router using a patch cord. Open your browser and enter the address to access the control panel. This is usually 192.168.0.1 or 192.168.1.1However, the exact address, login, and password are indicated on the sticker on the bottom of the device. It's important not to connect the cable from the MGTS terminal to the new router yet to avoid IP address conflicts.

Once you've logged into the interface, make sure the IP address of the second router doesn't match the address of the MGTS terminal. If the provider's terminal has an address 192.168.1.1, then the second device needs to be assigned an address from the same subnet, but with a different last octet, for example 192.168.1.254This is necessary so that you can manage both devices on the network simultaneously.

☑️ Preparing a second router

Completed: 0 / 4

Connection diagram: bridge or router mode

There are two main ways to connect a second device to the MGTS network: cascading (router-to-router) and access point mode. The first option involves the second device creating its own subnet. This is a simple method, but it creates a double NAT, which can cause problems with port forwarding and gaming consoles. In this case, the MGTS cable is connected to the port. WAN second router.

The second option, which is preferred by most users, is the access point mode (Access Point). In this mode, the second router stops functioning as a router and simply broadcasts Wi-Fi, distributing IP addresses assigned by the MGTS terminal. To implement this method, the cable from the provider is connected to LAN port of the second device (if there is a corresponding mode switch) or configured programmatically via the interface.

If there's no "Access Point Mode" button, you can emulate this mode manually. To do this, disable the service. DHCP server On the second router, connect the MGTS cable to the LAN port, leaving the WAN port free. This will make the device function as a Wi-Fi switch, which is the optimal solution for a home network.

What is the difference between WAN and LAN ports?

WAN (Wide Area Network) is a port for connecting to an external network (the internet connection from the ISP). LAN (Local Area Network) are ports for connecting local devices (computers, TVs, other routers). When setting up an access point, the ISP cable is often routed to the LAN, bypassing the WAN.

Setting up IP addresses and a DHCP server

The key to successful integration is proper addressing configuration. Go to the LAN settings of the second router. As mentioned earlier, its IP address should be in the same subnet as the MGTS gateway, but not the same. For example, if the MGTS gateway is 192.168.1.1, give the second router an address 192.168.1.2 or 192.168.1.254Leave the subnet mask as default: 255.255.255.0.

Next you need to find the section responsible for DHCP serverIf you are setting up access point mode (so that all devices are on the same network), a DHCP server on the second router is required. turn offOtherwise, there will be two devices on the network distributing IP addresses, which will lead to chaos: devices will connect and then lose the network, not knowing which device to use.

If you left the router mode (cascade), the DHCP server must be enabled, but the range of addresses assigned must not overlap with the range of the first router. However, this approach is less preferable for creating a unified information space at home. After making changes to the IP and DHCP settings, the device will likely require a reboot.

Wi-Fi wireless network configuration

After setting up the network parameters, we proceed to the wireless module configuration. In the wireless network section (Wireless or Wi-Fi) set the network name (SSID). You can name the new network the same as the main MGTS network to create the illusion of a single space, or give it a unique name, for example, Home_WiFi_ExtTo separate ranges, use a suffix, for example, _2.4G And _5G.

Pay special attention to security. Choose the encryption type WPA2-PSK or, if the equipment supports it, WPA3The password should be complex, containing letters and numbers. Avoid simple combinations like "12345678." It's best to manually select the 2.4 GHz data channel (1, 6, or 11) after analyzing the airspace congestion of your neighbors, although modern routers can do this automatically.

For the 5 GHz band, the channel can be left in "Auto" mode, as it has less interference. The recommended channel width for 2.4 GHz 20 MHz for stability in apartment buildings, and for 5 GHz you can set 40 or 80 MHz For maximum speed. Don't forget to save the settings, after which the router will restart with the new parameters.

Comparison of operating modes and possible problems

To help you understand the differences and choose the optimal scenario, let's look at a comparison table of connection modes for a second router to an MGTS terminal.

Parameter Router Mode (WAN) Access Point (LAN) Mode Bridge mode (Bridge on MGTS)
Cable connection type To the WAN port of the second router To the LAN port of the second router To the WAN port of the second router
DHCP Server On Turned off Enabled (on the second router)
NAT (Network Address Translation) Double NAT (may interfere with gaming) Single NAT (optimal) Single NAT (optimal)
Access to devices Different subnets Unified network (device visibility) Unified network

The most common problem users report is a lack of internet after connecting. Check whether the connection type (PPPoE, Dynamic IP, Static IP) on the second router matches the one used by your provider. In the case of MGTS, this is most often used. Dynamic IP (DHCP), when the terminal itself receives the address, and the second router must simply accept it.

Another common error is an IP address conflict. If the MGTS terminal has an address 192.168.1.1, and you are trying to assign an address to the second router 192.168.1.1, the network won't work. Make sure the addresses are unique. Also, check the physical integrity of the patch cord: for gigabit speeds, all eight wires in the cable must be intact.

Optimization and expansion of coverage area

After successful connection and setup, it's important to position the equipment correctly. The second router should be placed within a strong signal range from the main MGTS terminal if the connection between them is wireless (in repeater mode), or in the center of the internet area if the connection is cable. Avoid placing it near microwaves, mirrors, and metal structures.

For maximum performance, update the firmware of your second router to the latest version available on the manufacturer's website. Manufacturers frequently release updates that improve Wi-Fi module stability and patch security vulnerabilities. It's worth checking regularly, especially if you notice intermittent connection drops.

If you need seamless roaming (when your phone automatically switches between routers without losing the connection), a standard connection may not be enough. In that case, it's worth considering a technology Mesh systems, where multiple devices operate as a single intelligent network, automatically selecting the best path for traffic. However, a combination of MGTS and a high-quality second router in access point mode can also cover the needs of 90% of apartments.

What should I do if the second router doesn't see the MGTS network?

Check the physical cable connection. Make sure the LAN port indicator on the MGTS terminal where the cable is plugged is lit. Try replacing the patch cord. Check if the MGTS terminal is locked by MAC address (rare, but it can happen). In this case, you may need to clone your computer's MAC address to the router or call your provider to reset the MAC address lock.

Is it possible to use an old router from a different provider?

Yes, you can. Most routers (TP-Link, Asus, Zyxel, Keenetic) are universal. The main thing is to have access to its settings (know the administrator password) and the ability to reset it to factory settings to remove specific settings from your previous provider.

Does a second router affect MGTS internet speed?

A second router itself won't slow down your speed if it's working properly and supports the required standards (Gigabit Ethernet, Wi-Fi 5/6). However, if you connect it as a repeater (over-the-air) or via a weak cable, your speed may drop. A cable connection in access point mode ensures minimal loss.

Do I need to pay MGTS for connecting a second router?

No, the provider does not charge a fee for the subscriber's use of their own additional equipment. You only pay for network access according to your plan. The provider's technical support may not assist with setting up third-party equipment, but its use is legal and free.