YLY Studio

2020年2月

How to Backup Cisco WLC Configuration

Backing up the configuration on a Cisco Wireless LAN Controller is not the same as Cisco IOS “copy startup-config”.  I will show you how to do it with the GUI and CLI.GUI: WLC...
分类:网络技术 2020-02-12

AP Tx Power in Cisco WLC

“Nothing good is easy, or quick”. – meA good wireless design is created with the characteristics, and measurements from the type of access point that will be used in production. On...
分类:网络技术 2020-02-12

ROS教程(3)---静态NAT配置及应用

   在教程(1)中已介绍了通过地址伪装技术(masquerade)实现动态网络地址转换,以达到LAN内主机通过配置TCP/IP参数连接internet网目的。一些企业,尤其是一些大中型企业,需要对外开放自己的企业服务器,如WEB、FTP、OA等应用服务器,若直接将这些服务器挂到公网上,不仅需要更多的合法IP,造成成本的增加,而且对服务器的安全保护...
分类:网络技术 2020-02-07

安装RouterOS CHR版本(云ROS)

一.介绍RouterOS,大名鼎鼎的软路由系统,简称ROS,我是一直知道但是没咋着用。最近某P总给我介绍了这货的一个特殊版本,CHR版,全称Cloud Hosted Router,简而言之就是跑在云服务器或者说是虚拟机(虚拟环境)下的特殊版本,默认开放全功能,但是限制端口速率为1Mbit,适合用于演示和学习。当然啦,我肯定不止拿来学习的,还得搞点事对...
分类:网络技术 2020-02-07

RouterOS防火墙

/ip firewall filter add chain=input connection-state=invalid action=drop comment="丢弃非法连接数据" disabled=no/ip firewall filter add chain=input protoco...
分类:网络技术 2020-02-07