Loading...
官方下载地址https://learn.microsoft.com/zh-cn/officeupdates/update-history-office-for-mac#most-current-packages-for-office-for-mac下载批量许可证 (VL) 序列化程序包文件,https://go.microsoft.com/fwlink/?linkid=2261988,该文件...
工作原理,先标记两条进口流量,再将从内到外的流量分成两份并标记,然后pcc会把流量等分处理。把两个流量标记指向两条路由,最后把出去的流量线路,标记相应的路由。官方教程链接https://wiki.mikrotik.com/wiki/Manual:PCC 拓扑图如图所示快速入门从网关路由器导出配置:/ ip address add address=192.168.0.1/24 network=...
例子将10.0.0.252的3389端口,映射到外网其中dst-address-list里面ddns为我设置的域名/ip firewall nat add action=masquerade chain=srcnat comment=huiliu out-interface=bridge src-address=10.0.0.0/24 add action=dst-nat chain=dst...
首先放上拓扑图首先导入国内ip列表/tool fetch url=http://www.iwik.org/ipcountry/mikrotik/CN /import file-name=CN放行openwrt(10.0.0.3)/ip/firewall/mangle> add action=accept chain=prerouting comment="fangxing open...
1.首先一样打开ssh工具链接服务器。2.安装docker并设置开机自启,之前装过的就不用装了。sudo yum check-updatecurl -sSL https://get.daocloud.io/docker | shsudo systemctl start dockersudo systemctl status dockersudo systemctl enable docker...