IPTables 考试题
我的教授告诉我,我们的期末考试将包含几个有关 IPTables 的问题。这是我们大学开设的第一门网络课程,也是三年级的课程。 我想知道人们是否可以帮我想想他可能会问的一些问题。 我们关于 IPTables 的笔记只有半页,所以问题不会很难。他只是向我们展示了一些向表格添加规则的简单语法,例如:
%iptables -A FORWARD -i eth0 -p TCP -j ACCEPT
等等,以及我应该学习什么的想法?
My prof has told me that our final exam will contain a couple questions on IPTables. This is the first networking class offered at out university, but it is also a third year class.
I am wondering if people could help me think of some possible questions that he might ask.
We only have a half a page of notes on IPTables so the questions won't be very hard. He just showed us some simple syntax of adding rules to the tables, like:
%iptables -A FORWARD -i eth0 -p TCP -j ACCEPT
and so on, and ideas on what I should study?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 iptables 备忘单。
如果您想要更多详细信息,这可能会派上用场:快速指南:iptables。
Take a look at the iptables cheat sheet.
If you want more details, this might come in handy: Quick HOWTO: iptables.