Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions draft/core/security.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@ capabilities are important:

- limiting incoming traffic from untrusted hosts.

For AWS instances, please refer to the following documentation:

- :wiki:`Amazon+EC2` wiki 652 page."

which covers using Security Groups and other security features
within EC2.

On Linux systems, the ``iptables`` interface provides access to the
underlying ``netfilter`` firewall. On Windows systems ``netsh``
command line interface provides access to the underlying Windows
Expand Down
7 changes: 7 additions & 0 deletions draft/tutorial/configure-linux-iptables-firewall.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Configure Linux ``iptables`` Firewall for MongoDB
=================================================

Note: For AWS instances, please refer to the following documentation:

- :wiki:`Amazon+EC2` wiki 652 page."

which covers using Security Groups and other security features
within EC2."

The ``iptables`` program manages the firewall rules on Linux and
typically comes built in with each Linux distribution. For this
article we only need to worry about two ``iptables`` chains:
Expand Down