Reset Search
 

 

Article

KB44964 - iptables rule for sending Traffic to Pool Node from Traffic IP (TIP)

« Go Back

Information

 
Last Modified Date1/11/2022 5:09 PM
Synopsis
Once the TIP (Traffic IP) receives the inbound packet, this packet is sent to the Pool node using the Interface IP
However, sometimes you may want to send the Traffic to Pool Node from the TIP itself (based on the app design etc.)
This requirement is filed internally as : VTM-29970


 
Problem or Goal
Cause
Solution
The workaround is to run an iptables command.

iptables -t nat -I POSTROUTING -d <destination IP> -p tcp --dport 443 -j SNAT --to <TIP>

Example:
iptables -t nat -I POSTROUTING -d 10.10.10.2 -p tcp --dport 443 -j SNAT --to 10.10.10.1
Related Links
Attachment 1 
Created ByCarlos Juan

Feedback

 

Was this article helpful?


   

Feedback

Please tell us how we can make this article more useful.

Characters Remaining: 255