
Teach you to use a soft router to hang a proxy IP.
Recently, a lot of cross-border e-commerce old iron asked me, seven or eight devices at home every time to cut the proxy IP have to be set up one by one, is there a way to save time? There is really a way to do this, today we will talk about how to use soft routing to achieveglobal proxy IP for Internet access. To put it humanly, it's a vest for the router to automatically take the proxy channel for all networked devices.
What's so black about soft routing?
Soft router is frankly a computer installed with a routing system, common OpenWrt, love fast these systems are supported. The biggest difference between ordinary routers is that they can install plug-ins, as if the router opened the plug-in. We are going to use itsTransparent Proxy FunctionIf you have to configure the proxy IP to the router, you don't have to change the settings of the downlinked cell phone or computer.
OpenWrt Sample Configuration
config global 'proxy'
option server 'ipipgo.proxy.com' This is the address of the server provided by ipipgo.
option port '1080' corresponds to the protocol port number.
option username 'Your account number'
option password 'your key'
Practical four-step setup process
The OpenWrt system is used here as an example (other systems work pretty much the same way):
- Go to the router backend→Network→Interface→Add New Interface
- opt-in protocolSocks5 Proxy(one of the protocols supported by ipipgo)
- Fill in the server address and port provided by ipipgo, the account password corresponding to the package key
- 在防火代理设置里把新接口加入WAN区域
Be careful to look at the protocol type, ipipgo'sSocks5 line比HTTP低30%左右,做直播带货的记得选这个。
Why do you recommend ipipgo?
| Package Type | Applicable Scenarios | Price advantage |
|---|---|---|
| Dynamic residential (standard) | General Data Acquisition | 7.67 Yuan/GB |
| Dynamic Residential (Business) | Multi-account management | 9.47 Yuan/GB |
| Static homes | Long-term fixed operations | 35RMB/IP |
their familyTK LineThe actual test can carry a million requests, do short video operation know how important this. And there is a 24-hour real customer service, last time three o'clock in the morning to change the configuration of the problem actually someone to answer the phone.
First Aid Guidelines for Common Rollover Scenes
Q: I can't get on the Internet after setting up all devices?
A:九成是防火代理没设对,检查接口是否加入WAN区域,或者换个协议类型试试
Q: The fuel line opens but loads extra slow?
A: eighty percent of the HTTP protocol is used, change to Socks5 immediately take off. If it does not work, contact ipipgo to change the node, they have a dedicated enterprise-class line!
Q: Mobile phone connecting to WiFi shows no network?
A: First unplug the router and wait for 10 seconds before plugging it in, the probability is that the DHCP service is pumping. If it doesn't work, you can re-brush the system image, and remember to back up your configuration in advance.
Essential Skills for Advanced Players
If you're going to doSub-device agents(比如让电脑走代理,电视走),在OpenWrt里装个luci-app-advanced-reboot插件。设置策略路由时记得把ipipgo的静态住宅IP加入白名单,避免流量计费出问题。
Finally said a cold knowledge: with soft routing hanging agent remember to turn off the system automatically update, before a brother did not turn off the update to the configuration of the punch out, a store account all offline, blood loss!

