RouterOS 安全防范设置建议
针对MikroTik近期的一些漏洞做一些安全设置措施。 将默认用户名admin更改为其他名称 /user set 0 name=myros 设置高强度的密码 /user set 0 password=“d*2bBsweUBe3@” 通过IP...
针对MikroTik近期的一些漏洞做一些安全设置措施。 将默认用户名admin更改为其他名称 /user set 0 name=myros 设置高强度的密码 /user set 0 password=“d*2bBsweUBe3@” 通过IP...
/ip firewall filter add chain=input connection-state=invalid action=drop \ comment=”丢弃非法连接packets” disabled=no add chain...