- 1、本文档共13页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
防火墙补充(Firewall supplement)
防火墙补充(Firewall supplement)
iptable F输入/前进/输出
iptables - T - F(删除的是NAT NAT表)和iptables -F(删除的是滤波器表)
iptable的NAT表的输出链条是指本地发送出去的数据包
iptables -P后面加什么协议,可以加,TCP,UDP,ICMP、IP、/等/协议
iptables -向前- P!TCP TCP协议以外的其他协议除了滴------- [J].
iptables的P选项必须放在地址定义及端口定义的前面
用数字表示端口,iptables - L - N
iptables -输入我的ETH + J滴------“eth +“代表所有ETH开头的网卡
iptables -输入-我!eth0 J滴------”!“代表所有非eth0网卡eth0
为什么-我在iptables -L中看不到呢???可以用V选项看得到!!!
也可以用在端口处!
参数米多,源端口22,53,80110
说明用来比对不连续的多个来源端口号,一次最多可以比对15个端口,可以使用!运算子进
行反向比对。
参数米多——目的港
范例iptables -输入-p tcp米多,目的港22,53,80110
说明用来比对不连续的多个目的地端口号,设定方式同上。
参数米多端口
范例iptables -输入- P的TCP端口22,53,80110 M多
说明这个参数比较特殊,用来比对来源端口号和目的端口号相同的封包,设定方式同上。注意:
在本范例中,如果来源端口号为80但目的地端口号为110,这种封包并不算符合条件。
J选项可以接后面的关键字选项或者是自定义链条(iptables -输入的原文: J虚线框,虚线框是自定义链条)。
G后面也可以接自定义链条
J是跳,跳到别的链之后还回来
G是goto,一去不复返
如果数据包不匹配,J还回来,G就结束了
自定义链条:
1、命令-N,--新的链
范例iptables N允许
说明定义新的规则链。
2、命令- E -重命名链
范例iptables -允许不允许
说明修改某自订规则链的名称。
3、命令X -删除链
范例iptables X允许
说明删除某个规则链。
1、拒绝拦阻该封包,并传送封包通知对方
2、滴丢弃封包不予处理
3、重定向将封包重新导向到另一个端口(DNAT),进行完此处理动作后,将会继续比对其它规
则。这个功能可以用来实作通透式代理或用来保护Web服务器。例如:iptables NAT - T
PREROUTING -p tcp - 80 - J -运动重定向端口8080
Only applies to the PREROUTING and OUTPUT chains of the NAT table, and the user-defined chains that only call them. It modifies the directorys contents
Label the IP address to send the packet to the machine itself (the locally generated package is placed as address ). It contains an option:
--to-ports port[port]
Specifies the destination port or port range used: if not specified, the destination port will not be modified. Can only be used to specify -p, TCP, or -p
UDP rules.
4, MASQUERADE rewrite packet source IP for firewall NIC IP, you can specify the scope of the port corresponding, complete this process
After the action, jump directly down a regular chain (mangle:postrouting). This function is slightly different from SNAT, when IP pseudo is performed
When installed, do not need to specify which disguised as IP, IP can be read directly from the card, when using a dial-up connecti
您可能关注的文档
- 论民族唱法、民歌唱法和原生态唱法(On folk singing, folk singing and original ecological singing).doc
- 论精神病人的离婚诉权保障(On the protection of mental patients' right to sue for divorce).doc
- 论和亲政策与民族关系(On the policy of peace and marriage and national relations).doc
- 论自然辩证法学术体制的建构(On the construction of the academic system of natural dialectics).doc
- 论茅盾塑造人物形象的艺术特色(On the artistic features of Mao Dun's characterization of characters).doc
- 论骨重(On bone weight).doc
- 论证分析快速突破的六步法(Demonstration, analysis, quick break, six step method).doc
- 论文参考文献标准格式(Standard form of reference document).doc
- 设备工程师职责(Equipment Engineer Responsibilities).doc
- 论文步骤(Thesis steps).doc
文档评论(0)