2017-08-11
脚本如下:
/system scheduler add name=”del_close” on-event=”/ip firewall connection \
remove [/ip firewall connection find tcp-state=close]” start-date=j…
阅读全文 →
2017-08-11
汉化后截图:
实现方法:
1.下载 zh_CN.rar(地址如下) 解压为 zh_cn.lng文件
2.通过winbox将文件拖拽上传至Files:
下载地址: 网盘下载 密码:9pwn
阅读全文 →
2017-08-11
RouterOS标题栏显示ppp当前在线,最终实现的功能如下图:
将下面的脚本加计划周期性更新即可:
:global zxzj [:len [/ppp active find]]
/sys id set n=("\B5\B1\C7\B0\D4\DA\CF\DF"."$zxzj"."…
阅读全文 →
2017-08-11
以下脚本解决苹果设备IOS连接网络后无法弹出验证页问题:
/ip hotspot walled-garden add dst-host=*.apple.com.edgesuite.net
/ip hotspot walled-garden add dst-host=*.apple.com
/i…
阅读全文 →
2017-08-11
CAPsMAN是管理端,CAP是被管理的AP。
CAPsMAN目前要另外安装软件包。请到官网下载。 http://www.mikrotik.com/download
CAPsMAN适用于v6.11后任何RouterOS的设备,管理端可以没有无线接口
CAPsMAN服务端设置
开启服务
…
阅读全文 →
2017-08-11
ROS升级降级步骤说明
ROS各版本组件包下载地址: 点击下载 密码: 8ytw ,打开网盘下载您所需的版本到电脑!
升级步骤:
[caption id="attachment_268" align="alignnone" width="802"] ROS升级步骤[/caption]
降级…
阅读全文 →
2017-08-06
1、阿里云环境centos6.9 x64:
内网网卡为eth0
阿里云的linux下硬盘名称为/dev/vda
注意阿里云的安全组建议开放任意协议和端口,任意IP允许访问
2、安装完ROS:chr-6.39.2.img版本
内网网卡为ether1
上面描述的很重要…
阅读全文 →
2017-07-11
脚本示例:
/ ip firewall filter add chain=forward content="baidu.com" action=drop \
comment="drop-baidu" disabled=no
*以上脚本屏蔽baidu.com的连接。其它域名照做即可。
Win…
阅读全文 →
2017-07-11
环境解析:
使用HOTSPOT后,因太多外来客户,许多都设了固定IP地址,只想方便客户上网,不想要客户认证。
解决方案:
在login.html加入以下代码:
<body onload=”document.form1.submit()”>
<form name=”form…
阅读全文 →
2017-07-11
#定义全局变量
:local from "root@ros9.com"
:local user "root"
:local password "123456"
:local to "962000293@qq.com"
:local cc "部门其他同事邮箱"
:local …
阅读全文 →