The FW uses network extension to set up SSL VPN tunnels between virtual gateways and remote users to allow them to access intranet IP services.
Figure 1 shows the service process.
After network extension is enabled:
based on network extension configurations.
After the remote user receives the reply packet, the packet is decapsulated and the request is extracted
In network extension, an SSL VPN tunnel can be established in either reliable or quick transmission mode. In reliable transmission mode, the SSL VPN uses the SSL protocol to encapsulate packets and uses the TCP protocol as the transmission protocol. In quick transmission mode, the SSL VPN uses the UDP protocol as the transmission protocol. The reliable transmission mode is recommended when the network environment is unstable. If the network environment is stable, the quick transmission mode is recommended to improve data transmission efficiency.
Figure 2 shows packet encapsulation in reliable transmission mode. The remote user uses its adapter card IP address (SRC: 192.168.1.1) to communicate with the intranet server (SIP server in this example). Packets are encrypted before transmission and decrypted after reception. In the inner packet sent by the remote user to the SIP server, the source port is 5880 (randomly selected), the destination port is 5060, and the transport protocol is UDP. The outer packet is encapsulated using SSL and transmitted over TCP.
Figure 3 shows packet encapsulation in quick transmission mode. The packet encapsulation is similar to that in reliable transmission mode. The only difference is that the transmission protocol is changed from TCP to UDP.
Figure 4 shows the FW security zones that packets pass through.
When a remote user accesses an intranet server, the packets that pass through the FW are classified into two types, and the corresponding security policies are as follows:
The encrypted SSL VPN packets pass through the Untrust zone to the Local zone.
The destination security zone of the decrypted service packets is the Trust zone, and the source security zone is the security zone where the inbound interface of the service packets resides. The inbound interface of service packets is GE0/0/1 and the security zone is the Untrust zone. The source security zone of decrypted packets is the Untrust zone.