Changes

Jump to: navigation, search

OPS535 Linux Firewall Review

235 bytes added, 12:52, 25 November 2019
m
no edit summary
[[Category:OPS535]]
* Text book: Chapter 13
= Concepts =
* Netfilter
**FORWARD
**OUTPUT
= rules =
<pre>
iptables -t filter -A INPUT -p tcp --dport 22 -j ACCEPT
|---------------| |---------------| |--------|
where and when match spec. action
</pre>
932
edits

Navigation menu