- 1、本文档共17页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
iptables 入门(iptables入门)
iptables 入门(iptables入门)
The instructions in iptables are case sensitive.
The major differences in syntax between ipchains and iptables are noted below:
1. in ipchains, such as input chains, use lower case chains names, and in iptables, use uppercase INPUT.
2. in iptables, you specify that the rule is intended to be on that rule table (using -t to specify, such as -t, NAT), and if not specified, the default is to act on the filter table.
3. in ipchains, -i refers to the interface (Interface), but in iptables, -i refers to the direction of entry, and more than -o, which represents the direction of going out.
4. in iptables, the source port uses the keyword --sport or --source-port
5. in iptables, the purpose of port is to use the keyword --dport or --destination-port
6. in iptables, the discard disposition is no longer using the DENY target, instead of DROP.
7. in ipchainss logging function, -l, has been changed to target -j LOG, and the heading of the record file can be specified.
8. in ipchains, in iptables, you can use --syn or --tcp-flag SYN, ACK, FIN, -y, SYN
9. in iptables, the IMCP messages type adds the keyword --icmp-type, such as:
Iptables, -A, OUTPUT, -o, eth0, -p, ICMP, -s, $FW_IP, --icmp-type,, -d,, any/0, -j, ACCEPT
Examples of iptables usage
When setting the rules of packet filtering in iptables, there are several examples. If you are familiar with them first, you can apply them later, and so on, you will soon be able to enter this world.
##############################################
##--------##
Dead work
##--------##
First, check the settings for the iptables on the machine
As follows:
Iptables -L -n
Iptablse, -t, NAT, -L, -n
Define the variable IP referenced in the following example
$FW_IP=
Open the core forward functionality as follows:
###-----------------------------------------------------###
# open forward function
###-----------------------------------------------------###
Echo 1 /proc/sys/net/ipv4/ip_forward
Or add it in /etc/sysconfig/netw
您可能关注的文档
- imba(IMBA).doc
- id 32 staph 葡萄球菌的鉴定系统(ID 32 Staph staphylococcal identification system).doc
- iis无法安装(IIS cannot install).doc
- idata_一部别具特色的词典_评_易混同音近音词解析词典_王芳智(Idata_ is a unique _ rating _ dictionary easy mixed words dictionary _ homophone analytic Wang Fangzhi).doc
- internet 的影响(the internet 的影响).doc
- ioc与di(ioc与di).doc
- inter应用 考试大纲_考试大纲_上海市干部培训中心(The application of inter _ syllabus syllabus _ Shanghai cadres training center).doc
- ipad2你不可不知的26个使用小技巧(Ipad2 you must not know the 26 little tricks used).doc
- ipad使用技巧(IPad usage skills).doc
- ipad2和ipad有什么区别和不同(What are the differences and differences between ipad2 and iPad).doc
文档评论(0)