ttp_src_ip_whitelist
Use this command to manage the source IP whitelist used to bypass Transparent Proxy (TTP) processing for TCP monitoring traffic. When a source IP is on the whitelist, FortiWeb forwards TCP connections from that IP directly to the backend server without applying delayed binding or full proxy behavior.
This is useful in scenarios where external monitoring systems rely on TCP-level probes to determine backend availability.
Syntax
execute ttp_src_ip_whitelist {add | del} <ip_address>
execute ttp_src_ip_whitelist flush
execute ttp_src_ip_whitelist list
|
Parameter |
Description |
|---|---|
| add <ip_address> | Adds the specified IP address to the whitelist. |
| del <ip_address> | Removes the specified IP address from the whitelist. |
| flush | Clears all entries from the whitelist. |
| list | Displays the current list of whitelisted IP addresses. |
Example
execute ttp_src_ip_whitelist add 192.0.2.10 execute ttp_src_ip_whitelist list execute ttp_src_ip_whitelist del 192.0.2.10 execute ttp_src_ip_whitelist flush