Skip to content

Commit 2b17620

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

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,21 @@ 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:
223+
#### IP Forwarding
224+
225+
For traffic to flow between your network interfaces on Linux you may also need to enable IP forwarding, if you haven't done it already. This can be achieved by setting the `ip_forward` variable with the following command:
225226

226227
```
227228
sysctl -w net.ipv4.ip_forward=1
228229
```
229-
{% endhint %}
230+
231+
If you want to make the change persistent, you will need to edit the `/etc/sysctl.conf` file and add the following line to it:
232+
233+
```
234+
net.ipv4.ip_forward = 1
235+
```
236+
237+
To load your changes in `sysctl.conf`, you can use `sysctl -p`.
230238

231239
### Masquerade
232240

0 commit comments

Comments
 (0)