f007b7a42f4bfcbc0d440515b4a90ab7a5418e5c
howto/networksettings.md
... | ... | @@ -8,7 +8,7 @@ No serious, in case some packets are dropped check first if your settings are co |
8 | 8 | |
9 | 9 | `rp_filter` also known as reverse path filtering is a security measure. |
10 | 10 | When the route to return a packet uses a different interface than it arrived from, the packet is dropped. |
11 | -Some attackers will set a wrong return address on their packets. This security measure was created to address when this happens. Core internet routing can however be asymmetric. This means, packets can take different routes on the return path. |
|
11 | +Some attackers will set a wrong return address on their packets. This security measure was created to address when this happens. Core internet routing can however be asymmetric. This means that packets can take different routes on the return path. |
|
12 | 12 | That is why `rp_filter` needs to be disabled. |
13 | 13 | |
14 | 14 | **Note** using sysctl is not persistent. Depending on your linux distribution put it into `/etc/sysctl.conf` or `/etc/sysctl.d` |