码迷,mamicode.com
首页 >  
搜索关键字:firewall    ( 1565个结果
ROS的Fasttrack,可以极大的减少ROS的CPU使用率已经带宽!
原文: https://wiki.mikrotik.com/wiki/Manual:IP/Fasttrack 需要两条命令来执行: /ip firewall filter add chain=forward action=fasttrack-connection connection-state=e ...
分类:其他好文   时间:2020-05-22 14:25:55    阅读次数:331
访问ros的5000端口,就在ip firewall address-list增加一个IP,实现重新拨号切换IP
访问ros的5000端口,就在ip firewall address-list增加一个IP,实现重新拨号切换IP :global aaa [/ip firewall address-list find list="changeip"];:global k:global a1:global a2do ...
分类:其他好文   时间:2020-05-22 12:43:05    阅读次数:119
Centos7开放及查看端口
1、开放端口 firewall-cmd --zone=public --add-port=5672/tcp --permanent # 开放5672端口 firewall-cmd --zone=public --remove-port=5672/tcp --permanent #关闭5672端口 f ...
分类:其他好文   时间:2020-05-22 10:01:07    阅读次数:154
CentOS 7 中的firewall-cmd命令
firewall-cmd是firewalld的字符界面管理工具,firewalld是CentOS 7的一大特性,最大的好处有两个:一是支持动态更新,不用重启firewalld服务;第二个就是加入了防火墙的“zone”概念。 #永久启动服务示例,临时启动服务只需去掉--permanent选项 fire ...
分类:其他好文   时间:2020-05-15 16:12:51    阅读次数:63
centos 关闭防火墙
systemctl stop firewalld.service #停止firewall systemctl disable firewalld.service #禁止firewall开机启动 systemctl start firewalld #启动 firewall firewall-cmd - ...
分类:其他好文   时间:2020-05-14 13:34:33    阅读次数:54
kubernetes学习系列安装篇--第一篇:环境准备
k8s集群离线部署第一篇:环境准备
分类:Web程序   时间:2020-05-14 01:13:33    阅读次数:90
监控工具(一)Glances
Glances监控工具是功能强大简单易用的在线监控工具。Glances支持gpm图形模式和Glances文本模式,几乎可以在任何终端和工作站上使用,占用资源很少。Glances具有展示监控的高级特性,运行方式支持独立模式,C/S模式,WEB服务模式。
分类:其他好文   时间:2020-05-13 09:56:17    阅读次数:55
Centos 7 的防火墙和ssh连接
Centos 7 的防火墙和ssh连接 Centos 7 firewall : 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开 ...
分类:其他好文   时间:2020-05-10 15:16:59    阅读次数:72
Programmatically add an application to Windows Firewall
Programmatically add an application to Windows Firewall 回答1 Not sure if this is the best way, but running netsh should work: netsh firewall add allowe ...
分类:移动开发   时间:2020-05-10 15:15:24    阅读次数:86
阿里云ROS端口映射到外网的某个IP的443端口
由于阿里云的ROS采用的是DMZ的方式,也就是你的ROS拿不到真正的公网IP,阿里云是DMZ公网IP给ROS的内网IP。 你只能拿到内网IP。 所以你的ROS上除了要做一条端口映射以外,还要做一条SRCnat,允许用户IP通过ROS进行伪装上网。 /ip firewall natadd action ...
分类:其他好文   时间:2020-05-10 11:09:16    阅读次数:105
1565条   上一页 1 ... 11 12 13 14 15 ... 157 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!