Skip to content

Commit 1a28d6b

Browse files
defguard-communitygitbook-bot
authored andcommitted
GITBOOK-368: change request with no subject merged in GitBook
1 parent f44e7a9 commit 1a28d6b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

enterprise/all-enteprise-features/access-control-list.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,14 @@ Once you have created appropriate groups and assigned the users, let's update th
220220

221221
Under the hood, Access Control functionality uses [nftables](https://wiki.nftables.org/wiki-nftables/index.php/What_is_nftables%3F) to interact with the firewall and implement the rules. This means you'll need kernel version ≥ 5.10 to enable all kernel features required for proper operation.
222222

223+
{% hint style="info" %}
224+
For traffic to flow between your network interfaces on Linux you may also need to enable IP forwarding. This can be achieved by setting the `ip_forward` variable with the following command:
225+
226+
```
227+
sysctl -w net.ipv4.ip_forward=1
228+
```
229+
{% endhint %}
230+
223231
### Masquerade
224232

225233
Masquerading between network interfaces falls outside the scope of Defguard’s responsibilities and must be handled by the system administrator. If your environment doesn’t already provide proper routing between the gateway’s interfaces, you may need to enable masquerading to ensure seamless communication.

0 commit comments

Comments
 (0)