What's new
The following sections describe new features and enhancements:
Toggle logging pending traffic
Logging pending traffic can be enabled/disabled. When enabled, all traffic, including pending traffic, is logged. When disabled, only traffic matched to a policy is logged. It is disabled by default.
To configure the logging sessions depending on policy matching:
config web-proxy global set log-policy-pending {enable | disable} end
enable |
Enable logging sessions that are pending on policy matching. |
disable |
Disable logging sessions that are pending on policy matching (default). |
Inter-VDOM links
VDOM links are virtual interfaces that allow VDOMs to communicate internally without using additional physical interfaces. A VDOM link contains a pair of interfaces, each one connected to a VDOM to form each end of the inter-VDOM connection. Inter-VDOM routing can be configured in order to communicate between one VDOM to another.
When VDOMs are configured on your FortiProxy unit, configuring inter-VDOM routing and VDOM links is similar to creating a VLAN interface.
For more information about VDOMs, see Virtual domains.
To create a VDOM link:
-
Enable multi VDOM mode and create the VDOMs.
-
Assign interfaces to VDOMs.
-
Configure the VDOM link:
config global config system vdom-link edit <link name> next end end
Interfaces of type vdom-link are automatically created after configuring a VDOM link. They cannot be directly created. Each link creates two interfaces, named <link name>0 and <link name>1, that can be moved between VDOMs and serve as the inter-VDOM link.
-
Configure inter-VDOM routing:
config global config system interface edit <link name>0 set vdom <vdom name> set ip <ip/netmask> set allowaccess https ping ssh set description "Far side of the VDOM link" next edit <link name>1 set vdom root set ip <ip/netmask> set allowaccess https ping ssh set description "Management side of the VDOM link" next end end
-
Configure the firewall policies so that the links can be accessed.
Cross-VDOM VLANs
A VLAN can be applied to a VDOM that is different from the VDOM that its physical interface is applied to.
For example:
config system interface edit port1 set vdom root set ip 10.10.0.254 255.255.255.0 set allowaccess https ssh set type physical set snmp-index 1 next edit vlan1 set vdom Test-VDOM set ip 10.123.123.1 255.255.255.0 set device-identification enable set role lan set snmp-index 10 set interface port1 set vlanid 1 next end</pre>
Passive FTP mode for explicit proxy
The FTP mode for explicit proxy can be changed to passive mode. When in passive mode, the FTP client mode is based on the FTP client's preference, while the FTP proxy to FTP server connection is always passive (if supported by the FTP server).
By default, the FTP mode is client, meaning that the FTP mode for both the client and server is based on the FTP client's preference.
To configure the FTP mode for explicit proxy:
config ftp-proxy explicit set status enable set server-data-mode {client | passive} end
client |
Use the same transmission mode for client and server data sessions (default). |
passive |
Use passive mode on server data session. |
855703 |
Add option to use the first hard disk for only logging on high end models.
|
Use the first hard disk for logging only
On high end models, such as the FortiProxy 2000E and 4000E, the first hard disk can be configured to be used only for logging, as opposed to logging and WAN optimization.
To configure what the first hard disk is used for:
config system storage edit "HD1" set usage {mix | log} next end
mix |
Use the hard disk for both logging and WAN Optimization. |
log |
Use the hard disk for logging. |
Toggle TLS fingerprint
The TLS fingerprint can be updated when deep-inspection is enabled. By default, this option is disabled.
config system global set update-tls-finger-print {enable | disable} end
Support AliCloud platform
FortiProxy-VM supports Alibaba Cloud (AliCloud).
AliCloud Elastic Compute Service (ECS) provides fast memory and the latest Intel CPUs to help you power your cloud applications and achieve faster results with low latency.