Skip to content

Commit 9633175

Browse files
DOC-4285 added info about iptables versions
1 parent fdc78a2 commit 9633175

File tree

1 file changed

+13
-0
lines changed
  • content/integrate/redis-data-integration/installation

1 file changed

+13
-0
lines changed

content/integrate/redis-data-integration/installation/_index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@ use [`iptables`](https://www.netfilter.org/projects/iptables/index.html) to
4343
/^:[A-Z]+ [^-]/ { print $1 " ACCEPT" ; }
4444
/COMMIT/ { print $0; }' | sudo iptables-restore
4545
```
46+
47+
You may encounter problems if you use `iptables` v1.6.1 and earlier in
48+
`nftables` mode. Use `iptables` versions later than v1.6.1 or enable the `iptables`
49+
legacy mode with the following commands:
50+
51+
```bash
52+
update-alternatives --set iptables /usr/sbin/iptables-legacy
53+
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy
54+
```
55+
56+
Also, `iptables` versions 1.8.0-1.8.4 have known issues that can prevent RDI
57+
from working, especially on RHEL 8. Ideally, use `iptables` v1.8.8, which is
58+
known to work correctly with RDI.
4659
{{< /note >}}
4760

4861
The supported OS versions for RDI are:

0 commit comments

Comments
 (0)