TR069(也称为CWMP,即CPE WAN Management Protocol)是一种用于远程管理网络设备的协议,常用于宽带路由器和其他接入设备。通过TR069,服务提供商能够有效地管理设备,进行远程配置和固件升级,提升用户体验。
https://www.miaolink.cn/tools/tr069ip.html
我们提供的TR069 DNS快速设置工具,能够帮助用户快速生成适用于MikroTik RouterOS的DNS配置脚本。用户只需输入目标IP地址,并选择所需的格式类型,即可一键生成完整的配置命令。

如何使用?
使用该工具非常简单:
- 访问工具页面,输入所需的IP地址。https://www.miaolink.cn/tools/tr069ip.html
- 选择相应的格式类型。
- 点击“生成格式”按钮,系统将快速生成相应的DNS配置脚本,用户可以直接复制并粘贴到MikroTik设备的命令行中进行配置。
进阶用法,get访问以下api端点:
https://www.miaolink.cn/tools/tr069ip.php?ip=192.168.46.1&type=2
Introduction to the TR069 DNS Quick Setup Tool
Tool Features
Our TR069 DNS Quick Setup Tool helps users quickly generate DNS configuration scripts suitable for MikroTik RouterOS. Users simply need to input the target IP address and select the desired format type to generate a complete configuration command with just one click.
- Input IP Address: Users can enter any IP address they need, and the tool will automatically apply it to the generated DNS rules.
- Select Format Type: The tool supports two output formats—General Format and MikroTik RouterOS Format—catering to different user needs.
- One-Click Generation: Whether you’re a professional network engineer or a casual user, a simple form submission will provide you with clear configuration results, saving you the hassle of manual entry.
How to Use?
Using this tool is very straightforward:
- Visit the tool page: TR069 DNS Tool.
- Input the desired IP address.
- Select the appropriate format type.
- Click the “Generate Format” button, and the system will quickly generate the corresponding DNS configuration script, which you can easily copy and paste into the command line of your MikroTik device for configuration.
Generated MikroTik Script
The generated MikroTik script is as follows:
/log info "AllinPol DNS Tools"
/ip dns set allow-remote-requests=yes
/ip firewall nat remove [/ip firewall nat find comment=TR069]
/ip dns static remove [/ip dns static find comment=TR069]
/ip firewall nat add chain=dstnat protocol=udp dst-port=53 action=redirect to-ports=53 comment="TR069"
/ip firewall nat add chain=dstnat protocol=tcp dst-port=53 action=redirect to-ports=53 comment="TR069"
/ip dns static add name="itms.gd.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.gs.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="szjt.js.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms3.cq.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.bjyd.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="js.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.nm.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.ln.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="RMS.hb.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="RMS.hn.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.hlj.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.yn.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.jx.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.fj.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.ha.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="acs.gx.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="acs.zj.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="acs.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="RMS.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="RMS.xj.chinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.chinaunicom.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.chinaunicom.cn" address="192.168.46.1" comment="TR069"
/ip dns static add name="devacs.edatahome.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="www.bbums.org.cn" address="192.168.46.1" comment="TR069"
/ip dns static add name="RMS.sxchinamobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="tms.miaolink.cn" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.miaolink.cn" address="192.168.46.1" comment="TR069"
/ip dns static add name="itms.miaolink.cn" address="192.168.46.1" comment="TR069"
/ip dns static add name="RMS.miaolink.cn" address="192.168.46.1" comment="TR069"
/ip dns static add name="bbums.cn" address="192.168.46.1" comment="TR069"
/ip dns static add name="www.bbums.cn" address="192.168.46.1" comment="TR069"
/ip dns static add name="bbums.org.cn" address="192.168.46.1" comment="TR069"
/ip dns static add name="itms.sc.cc" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.hongruida.cc" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.mobile.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="RMS.M424.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="RMS.M724.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.custom.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.zte.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="rms.zxic.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="hbteleitms.com" address="192.168.46.1" comment="TR069"
/ip dns static add name="scmcc.com.cn" address="192.168.46.1" comment="TR069"
Whether you’re a novice in network management or an experienced professional, this TR069 DNS Quick Setup Tool will greatly enhance your workflow. We are dedicated to simplifying the configuration process to help you manage network devices more efficiently. Give this tool a try and experience the convenience of smart configuration!