An old smartphone gathering dust in a drawer can become a useful device - for example, a fully functional one. Wi-Fi router for your home, cottage, or travel. Instead of spending money on additional equipment, you can set up internet sharing in 10 minutes via Android or iPhone, using a mobile network or a cable connection. This solution is suitable for temporary network access, a backup channel, or even as the main router in a small apartment.
In this article you will find step-by-step instructions for both types of devices, a comparison of connection methods (3G/4G, Ethernet, USB tethering), and tips on speed optimization And securityWe'll explore nuances often overlooked in standard guides: from choosing the right power-saving mode to bypassing carrier restrictions. And finally, we'll cover answers to frequently asked questions and life hacks for advanced users.
Why an old smartphone can replace a router
Modern smartphones are equipped with everything necessary for distributing the Internet: Wi-Fi adapter, support NAT (network address translation) and the ability to work in the mode access pointsCompared to budget routers, they even have advantages:
- 🔋 Autonomy: the battery will allow you to distribute the Internet without being tied to a power outlet (useful when traveling or during a power outage).
- 📶 Support for modern standards: even old flagships (for example, Samsung Galaxy S7 or iPhone 7) support
Wi-Fi 5 (802.11ac), which cheap routers don't have. - 🔄 Flexible connection: you can use mobile Internet (3G/4G/5G), USB modem or even Ethernet via an adapter.
- 🛡️ Built-in security features: modern versions Android And iOS support
WPA3, MAC address filtering and VPN.
Of course, this solution has its limitations. For example, overheat during long-term work or operator restrictions Tethering (we'll discuss them below). But for temporary use or as a backup channel, a smartphone will do just as well as a dedicated device.
What you will need for setup
Before you begin, make sure you have everything you need. Minimum set:
| Component | What is it for? | Examples |
|---|---|---|
| Smartphone on Android 5.0+ or iOS 12+ | The main device is a router | Samsung Galaxy S5, iPhone 6s, Xiaomi Redmi Note 4 |
| SIM card with mobile Internet or Ethernet cable | Internet source | Unlimited data plan with USB/Ethernet adapter |
| Charger or Power Bank | Smartphone power (sharing the Internet quickly drains the battery) | 5V/2A adapter, 10000 mAh external battery |
| USB cable (for some methods) | Connecting to a PC or Ethernet adapter | Cable USB Type-C or Lightning |
If you are planning to use wired connection (for example, from cable internet), you will need USB-Ethernet adapter. For Android Any chip-based adapter will do ASIX AX88179 (costs ~500 rubles), and for iPhone - original Apple USB-C/Ethernet or a certified analogue.
⚠️ Attention: Some operators block tethering on unlimited plans. For example, Tele2 or Iota Speed may be limited after 10–20 GB of traffic. Check your plan's terms in your personal account.
Setting up a hotspot on Android
The process varies slightly depending on the version. Android, but the general scheme is the same. Let's consider a universal method for devices on Android 8.0–13.
Turn on mobile Internet (or connect Ethernet)
Check balance/traffic on your SIM card
Charge your phone to at least 50%
Disable VPN (may conflict with access point)-->
Step 1. Open Settings → Wireless & networks → Hotspot & tethering (on some devices the path may differ, for example, Settings → Connections → Mobile Hotspot).
Step 2. Click Mobile hotspot and activate the slider. Here you can also configure:
- 🔐 Network name (SSID): Come up with a unique name (eg.
MyOldPhone_5G). - 🔑 Password: minimum 8 characters, preferably with numbers and special characters (e.g.
P@ssw0rd!2026). - 📡 Range: select
2.4 GHzfor better compatibility or5 GHzfor speed (if supported).
Step 3. To connect via cable (USB tethering), activate the option USB modem and connect your phone to your PC. A new network connection will appear on your computer.
⚠️ Attention: If the internet on your phone disappears after activating the hotspot, check the APN settings. Some operators (for example, MTS) require a separate APN for tethering. Path: Settings → Mobile network → Access point names (APN).
For advanced users: if you need to share the Internet with Ethernet (for example, from a cable provider), connect the adapter and use the app USB Ethernet (For Android with root) or Termux with the team:
suifconfig eth0 up
netcfg eth0 dhcp
Setting up a hotspot on iPhone (iOS)
Apple I've simplified the process to a minimum, but there are some nuances with operator restrictions. The instructions are suitable for iPhone 6s and newer with iOS 12.
Step 1. Go to Settings → Tethering (or Settings → Cellular → Personal Hotspot (on some versions).
Step 2. Activate the slider Allow othersHere you can also:
- 🔄 Edit Wi-Fi password (by default it is generated automatically).
- 🔌 Enable USB tethering (connect iPhone to PC via
Lightning/USB-Ccable). - 📡 Enable Maximum compatibility (if the devices do not connect).
Step 3. To connect via Ethernet use the original adapter Apple USB-C/Ethernet and turn on the option Connecting via Ethernet in the modem mode settings.
You can't change the network name (SSID) on an iPhone - it will always be iPhone [your name]This is an iOS limitation that cannot be circumvented without jailbreaking.
⚠️ Attention: operators like Beeline or Megaphone Tethering may be blocked on plans with "unlimited" internet. If the speed drops to 64 kbps after connecting devices, call support and ask them to activate the "Internet Sharing" option.
How to boost signal and increase speed
Even if your smartphone is distributing internet, the speed may be low due to a weak signal or congestion. Here proven methods optimizations:
- 📶 PositioningPlace your phone near a window or on an elevated surface. Avoid closed metal cabinets.
- 🔄 Changing Wi-Fi bands: if the devices are far away, use
2.4 GHz; if nearby -5 GHz(less interference). - 🔋 Disabling the background: Close all applications and turn on the mode
Do not disturbto reduce the load on the processor. - 🛠️ Changing MTU: If the pages don't load, try reducing the size
MTUup to 1400 (root required) Android).
For Android You can use applications like WiFi Analyzerto find the least congested channel. On iPhone There is no such function, but you can manually check the channel load through the router settings (if there is one on the network).
If you use mobile Internet, check support CA (Carrier Aggregation) — frequency merging technologies. For example, Samsung Galaxy S8 supports LTE-A, which increases the speed to 300 Mbps. To find out if CA is working on your phone, install the app NetMonster or CellMapper.
Security: How to Secure Your Access Point
Sharing Wi-Fi from your smartphone is like opening the door to your network. If you don't set up security, neighbors or hackers can connect to it. Key steps:
- 🔐 Complex password: don't use simple combinations like
12345678Optimally, 12+ characters with letters, numbers, and symbols. - 🔄 Hiding the network (SSID): Disable network name broadcasting in the access point settings (but then you will have to enter the SSID manually on the devices).
- 🛡️ MAC filtering: Allow connections only from trusted devices (available on Android with root or through applications like WiFi MAC Filter).
- 🌐 VPN on your phone: If you are sharing mobile internet, turn on a VPN (for example, ProtonVPN or Windscribe) to encrypt traffic.
On iPhone There are no additional security settings, but you can enable them MAC address filter in the settings of the router to which it is connected iPhone via Ethernet.
⚠️ AttentionIf you're sharing internet in a public place (such as a cafe), never use personal information in the network name (SSID). Attackers can use it for phishing attacks.
For complete anonymity, consider the option with double VPNEnable VPN on your phone and the device connecting to the hotspot. This will slow down the speed but make the connection as secure as possible.
Alternative ways to distribute Internet
If a standard access point isn't suitable, there are other options:
-
USB tethering: Connecting your phone to your PC via cable. The advantage is stability and interference-free operation; the disadvantage is being tied to a single device.
On Android turn on
USB modemin the tethering settings. iPhone —Modem mode → USB. -
Bluetooth tethering: slower than Wi-Fi, but saves battery life. Suitable for streaming internet to a laptop or tablet.
It is activated in the same settings as the Wi-Fi access point.
-
Ethernet via adapter: If you have a wired internet connection, connect your phone to the network via a USB-Ethernet adapter and share Wi-Fi.
On Android may require root or special software (eg Ethernet Tethering).
For Android With root access there is another way - application Fing or NetShare, which allow you to distribute the Internet through VPN tunnel, bypassing operator blocks. However, this requires technical skills and may violate tariff rules.
How to bypass operator restrictions on tethering?
Some applications (eg. PDANet+ or ClockworkMod Tether) disguise tethering traffic as regular mobile traffic. However, this can lead to SIM card blocking. Use at your own risk!
Common problems and their solutions
Even with proper setup, errors can still occur. Let's look at the most common ones:
| Problem | Possible cause | Solution |
|---|---|---|
| The devices connect, but the internet doesn't work. | The operator is blocking tethering or incorrect APN settings | Check your APN (must support tethering) or call support |
| The access point keeps disconnecting. | Energy saving or overheating | Disable battery optimization for Wi-Fi settings, use a cooling pad |
| Slow speed on 5 GHz | Interference or weak signal | Switch to 2.4 GHz or change the channel manually |
| iPhone won't share internet via USB | Non-original cable or iTunes blocking | Use a certified cable and update iTunes |
If the problem is not solved, try reset network settings on the phone (Settings → System → Reset → Reset network settings). This will delete all saved Wi-Fi and Bluetooth devices, but it often helps with problems with sharing.
FAQ: Answers to frequently asked questions
Is it possible to share unlimited internet from your phone?
It depends on the plan. Most operators limit tethering even on "unlimited" plans. For example, MTS After 50 GB, the speed may drop to 128 kbps. Check the terms in your personal account.
How to share internet from your phone to a Smart TV?
Connect your TV to the access point as a regular device. If your TV doesn't see the network, check the supported Wi-Fi standards (older models may not work with 5 GHz). You can also use USB tethering with adapter USB-WiFi for TV.
How many devices can I connect to my phone's hotspot?
Technically, up to 10, but in practice, older smartphones work reliably with 3-5 devices. Each new connection increases the processor load and can lead to lag.
Can a phone be used as a router for IP cameras?
Yes, but keep in mind that constant video streaming creates a high load. For stable operation, it's best to use a wired connection (Ethernet adapter) and disable power saving on your phone.
How to save battery life when sharing Wi-Fi?
Turn on the mode Energy saving, reduce screen brightness to 0% and disable unnecessary sensors (GPS, NFC). You can also use Power Bank with function Passthrough (simultaneous charging of the phone and distribution of power).