File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed 
content/integrate/redis-data-integration/installation Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
4861The supported OS versions for RDI are:
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments