码迷,mamicode.com
首页 >  
搜索关键字:nexus iptables    ( 6016个结果
linux iptables dnat
linuxiptables公网、网关做DNAT192.168.18.230<------->192.168.18.130192.168.11.130<------->192.168.11.131iptables-tnat-APREROUTING-ptcp-d192.168.18.130--dport2222-jDNAT--to192.168.11.131:22 iptables-tnat-APOSTROUTING-s192.168.11.131-ptcp--sport22-..
分类:系统相关   时间:2015-05-06 01:34:30    阅读次数:216
linux iptables dnat
linuxiptables公网、网关做DNAT192.168.18.230<------->192.168.18.130192.168.11.130<------->192.168.11.131iptables-tnat-APREROUTING-ptcp-d192.168.18.130--dport2222-jDNAT--to192.168.11.131:22 iptables-tnat-APOSTROUTING-s192.168.11.131-ptcp--sport22-..
分类:系统相关   时间:2015-05-06 01:30:58    阅读次数:199
Centos6.5_salt自动部署zabbix_agentd(一)--目录规划
Centos6.5_salt自动部署zabbix(一)--目录规划[root@zabbixsalt]#tree/srv/salt/ /srv/salt/ ├──conf#存放程序的conf文件 │├──linux ││├──iptables ││└──zabbix_agentd ││├──zabbix_agentd ││└──zabbix_agentd.conf │└──windows │└──zabbi..
分类:其他好文   时间:2015-05-05 16:57:20    阅读次数:137
Ubuntu linux 下的基本操作
防火墙相关:关闭防火墙:ufw disable开启防火墙:ufw enable更详细的ufw功能用法见:ufw -h其他linux平台下的一些(但是ubuntu下不好用):查看防火墙状态: /etc/init.d/iptables status暂时关闭防火墙: ...
分类:系统相关   时间:2015-05-04 21:55:20    阅读次数:193
iptables不小心把127.0.0.1封了,导致redis连不上
写了个脚本扫描apache日志,自动把恶意攻击者的ip交给iptables给封掉谁知道一不小心把127.0.0.1也给封了。。。直接导致redis无法链接。redis-server服务正常启动,端口也开着,日志全都正常,就是redis客户端(redis-cli和python api)连不上,报错ti...
分类:其他好文   时间:2015-05-04 17:08:15    阅读次数:159
linux基础之iptables
Linuxiptables相关:iptables用法iptables[-ttable]commandchain(链)[cretiria(匹配标准)]–jaction-t[raw,mangle,net,filter]Command:对链,或者对链中的规则进行管理操作链中规则:-A添加一条规则-I#在第几条规则后插入一条规则-R#修改第几条规则-D#删除第几条规则链:-N?.
分类:系统相关   时间:2015-05-04 15:55:37    阅读次数:136
Linux下iptables介绍
ptables简介iptables是基于内核的防火墙,功能非常强大,iptables内置了filter,nat和mangle三张表。filter负责过滤数据包,包括的规则链有,input,output和forward;nat则涉及到网络地址转换,包括的规则链有,prerouting,postrout...
分类:系统相关   时间:2015-05-04 15:04:31    阅读次数:189
Firefox 修改User Agent
Android 版Mozilla/5.0 (Linux; U; Android 2.2; en-us; Nexus One Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1 ipho....
分类:其他好文   时间:2015-05-04 01:12:49    阅读次数:152
Centos关闭防火墙
1) 永久性生效,重启后不会复原开启: chkconfig iptables on关闭: chkconfig iptables off2) 即时生效,重启后复原开启: service iptables start关闭: service iptables stop查询TCP连接情况:netstat -...
分类:其他好文   时间:2015-05-03 22:06:05    阅读次数:104
nexus7 升级失败后手动刷系统
http://bbs.gfan.com/android-6934570-1-1.html步骤如下:1. 下载Android系统文件,打开官方地址:https://developers.google.com/android/nexus/images#nakasi找到对应系统,点击Link按钮下载,上为...
分类:其他好文   时间:2015-05-01 23:45:16    阅读次数:188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!