Introduction
- Last Updated: January 10, 2025
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
The LoadMaster has various routing-related options, such as transparency, Subnet Originating Requests (SOR), and Use Default Route Only.
When using the LoadMaster, you may experience different routing scenarios. The purpose of this document is to explain the different routing options and how routing can be managed inside a network.
The above network diagram shows an example standard two-armed setup:
- The client has an internal IP address of 192.168.1.x/24
- When it connects to the public site, the firewall will Network Address Translate (NAT) traffic from external networks to another IP address
- In this case, it will NAT the traffic to the 10.10.10.x/24 network
- The Virtual Service (VS) is on 10.10.10.12/24 (eth0 network)
- The Real Server is on 10.15.15.100/24 (eth1 network)
Depending on transparency and SOR, the Real Server may see traffic originating from a different IP address.
|
Transparency |
Subnet Originating Requests |
Real Server sees |
|---|---|---|
|
Disabled |
Disabled |
VS address |
|
Disabled |
Enabled |
LoadMaster Real Server-side interface address |
|
Enabled |
Disabled |
Client IP address |
|
Enabled |
Enabled |
Client IP address |
If transparency is enabled, SOR does not have any effect on the routing of traffic.