#
Traffic Redirectors
Traffic Redirectors Overview Table of URLs and IPs used by Redirectors Redirector-Specific Infrastructure Diagram Redirector Logical Overview
#
Overview
Multiple redirectors are used to distribute the traffic across subnets and IP address ranges.
Traffic redirection is performed using iptables NAT masquerading, with traffic sent to specific destination IP address and port combinations being redirected to a specific IP address and port. Scripts in the ansible/playbooks/files/ folder provide the following functionality:
enable-traffic-forwarding-rules-redirect-[n].sh
- Running the script on a server will configures network forwarding rules.
disable-traffic-forwarding-rules.sh
- Running the script on a server will disable and clear any network forwarding rules in place.
print-traffic-forwarding-rules.sh
- Running the script will print to stdout any network forwarding rules currently configured.