The invention relates generally to computer networking, and more specifically, for session-aware load balancing of data packets across the multiple processing blades for the plurality of stations over an Internet Protocol security (IPsec) secure channel.
Virtual Private Networking (VPN) is one network application for communication between two stations that relies upon the security of IPsec tunnels. In a gateway device, all data packets can be subject to security policies of a private network. This is accomplished by hashing certain headers from data packets for identification, such as a 5 tuple for a data packet (e.g., protocol type, source IP, source port, destination IP, and destination port).
Due to IPsec encryption, it is not currently possible to hash the 5 tuple and thus not possible to identify inbound data packets for applying a security policy by the same member to the same peer gateway. In the IPsec packet sending process, a data packet sent from a station is wrapped with an Encapsulating Security Payload (ESP) header, thereby concealing at least portions of the 5 tuples. Consequently, consecutive session packets may match the same security policy in Security Policy Database (SPDB) but be processed and transmitted by different members to the same peer gateway.
Another problem is synchronizing an Internet Key Exchange (IKE) exchange that is necessary for configuring an IPsec tunnel for operation, across independent members. The same Security Associations (SAs), both IKE and IPsec, are not currently available across different members. All members cannot independently send request and respond as the peer will be confusing. On the other hand, all IPsec traffic processed on a single member, multi-member resource is waste.
Therefore, what is needed is a robust technique for session-aware load balancing of data packets across the multiple processing blades for the plurality of stations over an IPsec secure channel.
These shortcomings are addressed by the present disclosure of methods, computer program products, and systems for session-aware load balancing of data packets across the multiple processing blades for the plurality of stations over an IPsec secure channel.
In one embodiment, a processing blade is assigned from the plurality of processing blades to scan data packet. The load balancing engine manages a session table and an IPsec routing table by updating the session table with a particular security engine card assigned to the session and by updating the IPsec routing table for storing a remote IP address for a particular session.
In a real-time operation, outbound raw data packets of a particular session are parsed for matching cleartext tuple information prior to IPsec encryption, and inbound encrypted data packets of the particular session are parsed for matching cipher tuple information prior to IPsec decryption. If an existing session is cached, then an assigned processing blade is returned for forwarding the data packet. If an existing session is not cached, a new session is added to cache.
In another embodiment, for a new session, an IPsec tunnel is negotiated between the local network gateway device and a remote network gateway device, and to send information about the IPsec tunnel to the load balancing engine including a remote gateway address and an IPsec tunnel key correlated with a source address and a destination address. The session table and the IPsec routing table are updated for handling subsequent data packets in the session. An encryption engine on the assigned processing blade to detect outbound data packets assigned to the selected processing blade.
Inbound data packets assigned or forwarded to the processing blade from the session table are parsed and forwarded to the station.
Advantageously, a computer device performance is improved with higher throughput of network traffic. Likewise, network performance is improved for the same reason.
In the following drawings, like reference numbers are used to refer to like elements. Although the following figures depict various examples of the invention, the invention is not limited to the examples depicted in the figures.
The description below provides methods, computer program products, and systems for session-aware load balancing of data packets across the multiple processing blades for the plurality of stations over an IPsec secure channel plurality of virtual machines independent of file sharing technology.
One of ordinary skill in the art will recognize many additional variations made possible by the succinct description of techniques below.
I. Systems for Multi-Blade IPsec Load Balancing (
The components of the system 100 are coupled in communication over the data communication network. The components can be connected to the data communication system via hard wire. The data communication network 199 can be any data communication network such as an SDWAN, an SDN (Software Defined Network), WAN, a LAN, WLAN, a cellular network (e.g., 3G, 4G, 5G or 6G), or a hybrid of different types of networks. Various data protocols can dictate format for the data packets. For example, Wi-Fi data packets can be formatted according to IEEE 802.11, IEEE 802,11r, and the like. Components can use IPv4 or IPv6 address spaces.
The local network gateway device 110A assigns a processing blade of multiple processing blades to handle data traffic for a specific session. Selection of a particular blade utilizes session-aware load balancing to distribute data traffic over a group of processing blades (e.g., as shown in
The remote gateway device 110B can be similar to the local network device. Local is relative. Thus, whatever gateway device initiates the IPsec tunnel is a local device. When an IPsec tunnel is initiated from the remote gateway device 110B, it becomes the local device (or initiator) for that session. The same principle applies to the other network devices as well.
The local access point 120A manages the local station 130A and the remote access point 120B manages the remote station 130B. An access point broadcasts beacon frames to indicate presence of wireless SSID service availability. Stations send a connection request to start an authentication and association process. Once connected wirelessly, data packets are passed to gateways for processing to destinations out of a private network. Some of the communications require VPN or a different IPsec application.
The data packet parser 210 retrieves content from headers of data packets using data format templates. The content can be in ciphertext for inbound traffic and in cleartext for outbound traffic. The ciphertext hides information necessary to identify a particular blade working for a session.
The session table 330 stores a session id in association with a local station for a particular session along with other information, such as <protocol, local-gw/remote-gw IP and IPsec Key information>: <processing blade ID>. A first packet of a session populates or updates the session table 330 for use by subsequent data packets for the same session.
The IPsec routing table 320 stores a remote gateway address with a local station for a particular session.
The base switch 240 can run a VLAN over a dedicated channel connecting data to the processing blades, in one implementation. Each of the processing blades include a virtual interface to receive communications from the VLAN. A MAC address can be used to address data packets.
The chassis with multiple, independent, processing blades 250 includes several ports which connects to the processor and physically plug in processing blades. The port can be electrical contact teeth, a plug, or the like. Each of the processing blades includes a local processor, an encryption engine, and a decryption engine, and a deep packet inspector, preferably on a single physical chip or single physical board. Each blade can set up an IPsec tunnel for an assigned session. The multiple blades can be treated as a cluster when interfacing with other devices. In one embodiment, all traffic for a session or other instance is processed by the same blade, and sessions are load balanced between the blades.
When an outbound data packet requires IPsec protection, a blade on the chassis checks for SAs to set up an IPsec tunnel. If SAs are not cached, a request is sent to the processor (and IKE control engine 310 below) to set up a new IPsec tunnel. Once the new SAs are returned, the processor can forward them to the initiating blade to set up. In turn, IPsec parameters are stored in the IPsec table for subsequent set up.
The load balancing engine 220, in one embodiment assigns a processing blade from the plurality of processing blades to scan data packets for a specific session. The load balancing engine 220 manages a session table and an IPsec routing table by updating the session table with a particular security engine card assigned to the session and by updating the IPsec routing table for storing a remote IP address for a particular session. Outbound raw data packets of a particular session are parsed for matching cleartext tuple information prior to IPsec encryption, and inbound encrypted data packets of the particular session are parsed for matching cipher tuple information prior to IPsec decryption.
The IKE control engine 310 can be a daemon directed by a processor to negotiate SAs for an IPsec tunnel between the local network gateway device 110A and the remote network gateway device 110B (or IPsec tunnels between many other devices). Responses to IKE inquiries can be forwarded, by an operating system IKE policy of processing blades, automatically to the IKE control engine 310.
In more detail, a phase 1 exchange in the main mode uses IKE public key encryptions to authenticate itself with peer IKE entities, while a phase 2 exchange in the quick mode creates and manages IPsec SAs between two IKE daemons (e.g., sending gateway and receiving gateway). Once complete, information about the IPsec tunnel is sent to the load balancing engine 220. The information includes a remote gateway address and an IPsec tunnel key (with a lifetime) correlated with a source address, a security parameter index (SPI), and an algorithm, for example. The SAs can be unidirectional thereby requiring two sets of SAs for bidirectional data traffic, one set for each direction. There can also be separate SAs for AH and ESP transforms, wherein, for example, AH invokes the MD5 algorithm requiring a 128-bit key and the ESP invokes the 3DES algorithm requiring a 192-bit key. The load balancing engine 220 updates the session table and the IPsec routing table for handling subsequent data packets in the session. The tables can be pushed out to each of the processing blades or accessed as needed with a look-up query. If a data packet fails authentication, it may be dropped upon receipt. In one embodiment, SAs are set up responsive to a first data packet of a new session.
An operating system at a kernel layer can incorporate the IKE control engine 310, or software updates can patch the operating system or add application-level software.
The IPSec encrypter 254 on the assigned processing blade to detect outbound data packets assigned to the assigned processing blade. For instance, a daemon can always or periodically listen to a bus line broadcasting assignments. In another instance, a bit is set for assignments at a specific memory location that can be periodically checked. Contents of a data packet and some (or all) header fields are encrypted from cleartext into cyphertext. In one embodiment, a source address header and a destination address header are encrypted into contents of an encrypted data packet. New headers can be attached with information necessary for IPsec routing, without regard to information necessary for load balancing.
The IPSec decrypter 256 on the assigned processing blade to detect inbound data packets routed to the assigned processing blade from the session table and forward to the station. Contents of a data packet are decrypted from ciphertext into cleartext. The decrypted contents can include headers for an encapsulated packet, such as the source address header and the destination address header. Because these fields needed for session awareness are not exposed until after load balancing, the load balancing engine employs the session table to provide session awareness.
II. Methods for Multi-Blade IPsec Load Balancing (
Responsive to detecting a data packet from a new session (for example by hash matching), at step 405, then at step 410, a processing blade is assigned from the multiple processing blades available to process the data packet for transmission over an IPsec tunnel. The load balancing engine manages a session table and an IPsec routing table by updating the session table with a particular security engine card assigned to the session and by updating the IPsec routing table with a remote IP address for a particular session. In one case, the remote IP address is not known until the IPsec tunnel has been set up. In another case, the same information is relied upon for inbound data packets, which do not have an unencrypted session identifier but do have a remote gateway address, for finding the session identifier.
At step 420, session-aware load balancing of data packets is performed across the multiple processing blades for one or many stations communicating over an IPsec secure channel. One station can maintain different sessions that are handled over different processing blades. As a result, the high-powered group of hardware is coordinated for even higher throughput with load balancing. One example of step 420 is shown in detail in
At step 510 of
If no SAs exist for the particular session, at step 515, then at step 520, an IPsec tunnel is negotiated between the local network gateway device and a remote network gateway device.
At step 530, SA information about the IPsec tunnel is sent to the load balancing engine including a remote gateway address and an IPsec tunnel key correlated with a source address and a destination address. The session table and the IPsec routing table are updated for handling subsequent data packets in the session.
Returning to
III. Generic Computing Environment (
Network applications 612 (e.g., the load balancing engine 112) can be network browsers, daemons communicating with other network devices, network protocol software, and the like. An operating system 614 within the computing device 600 executes software, processes. Standard components of the real OS environment 614 include an API module, a process list, a hardware information module, a firmware information module, and a file system. The operating system 614 can be FORTIOS, one of the Microsoft Windows® family of operating systems (e.g., Windows 96, 98, Me, Windows NT, Windows 2000, Windows XP, Windows XP x64 Edition, Windows Vista, Windows CE, Windows Mobile, Windows 6 or Windows 8), Linux, HP-UX, UNIX, Sun OS, Solaris, Mac OS X, Alpha OS, AIX, IRIX32, IRIX64, or Android. Other operating systems may be used. Microsoft Windows is a trademark of Microsoft Corporation.
The storage drive 630 can be any non-volatile type of storage such as a magnetic disc, EEPROM (electronically erasable programmable read-only memory), Flash, or the like. The storage drive 630 stores code and data for applications.
The I/O port 640 further comprises a user interface 642 and a network interface 644. The user interface 642 can output to a display device and receive input from, for example, a keyboard. The network interface 644 (e.g., an RF antennae) connects to a medium such as Ethernet or Wi-Fi for data input and output. Many of the functionalities described herein can be implemented with computer software, computer hardware, or a combination.
Computer software products (e.g., non-transitory computer products storing source code) may be written in any of various suitable programming languages, such as C, C++, C #, Oracle® Java, JavaScript, PHP, Python, Perl, Ruby, AJAX, and Adobe® Flash®. The computer software product may be an independent application with data input and data display modules. Alternatively, the computer software products may be classes that are instantiated as distributed objects. The computer software products may also be component software such as Java Beans (from Sun Microsystems) or Enterprise Java Beans (EJB from Sun Microsystems). Some embodiments can be implemented with artificial intelligence.
Furthermore, the computer that is running the previously mentioned computer software may be connected to a network and may interface with other computers using this network. The network may be on an intranet or the Internet, among others. The network may be a wired network (e.g., using copper), telephone network, packet network, an optical network (e.g., using optical fiber), or a wireless network, or any combination of these. For example, data and other information may be passed between the computer and components (or steps) of a system of the invention using a wireless network using a protocol such as Wi-Fi (IEEE standards 802.11, 802.11a, 802.11b, 802.11e, 802.11g, 802.11i, 802.11n, and 802.11ac, just to name a few examples). For example, signals from a computer may be transferred, at least in part, wirelessly to components or other computers.
In an embodiment, with a Web browser executing on a computer workstation system, a user accesses a system on the World Wide Web (WWW) through a network such as the Internet. The Web browser is used to download web pages or other content in various formats including HTML, XML, text, PDF, and postscript, and may be used to upload information to other parts of the system. The Web browser may use uniform resource identifiers (URLs) to identify resources on the Web and hypertext transfer protocol (HTTP) in transferring files on the Web.
The phrase “network appliance” generally refers to a specialized or dedicated device for use on a network in virtual or physical form. Some network appliances are implemented as general-purpose computers with appropriate software configured for the particular functions to be provided by the network appliance; others include custom hardware (e.g., one or more custom Application Specific Integrated Circuits (ASICs)). Examples of functionality that may be provided by a network appliance include, but is not limited to, layer 2/3 routing, content inspection, content filtering, firewall, traffic shaping, application control, Voice over Internet Protocol (VoIP) support, Virtual Private Networking (VPN), IPsec, Secure Sockets Layer (SSL), antivirus, intrusion detection, intrusion prevention, Web content filtering, spyware prevention and anti-spam. Examples of network appliances include, but are not limited to, network gateways and network security appliances (e.g., FORTIGATE family of network security appliances and FORTICARRIER family of consolidated security appliances), messaging security appliances (e.g., FORTIMAIL family of messaging security appliances), database security and/or compliance appliances (e.g., FORTIDB database security and compliance appliance), web application firewall appliances (e.g., FORTIWEB family of web application firewall appliances), application acceleration appliances, server load balancing appliances (e.g., FORTIBALANCER family of application delivery controllers), vulnerability management appliances (e.g., FORTISCAN family of vulnerability management appliances), configuration, provisioning, update and/or management appliances (e.g., FORTIMANAGER family of management appliances), logging, analyzing and/or reporting appliances (e.g., FORTIANALYZER family of network security reporting appliances), bypass appliances (e.g., FORTIBRIDGE family of bypass appliances), Domain Name Server (DNS) appliances (e.g., FORTIDNS family of DNS appliances), wireless security appliances (e.g., FORTIWIFI family of wireless security gateways), FORIDDOS, wireless access point appliances (e.g., FORTIAP wireless access points), switches (e.g., FORTISWITCH family of switches) and IP-PBX phone system appliances (e.g., FORTIVOICE family of IP-PBX phone systems).
This description of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise form described, and many modifications and variations are possible in light of the teaching above. The embodiments were chosen and described in order to best explain the principles of the invention and its practical applications. This description will enable others skilled in the art to best utilize and practice the invention in various embodiments and with various modifications as are suited to a particular use. The scope of the invention is defined by the following claims.
Number | Name | Date | Kind |
---|---|---|---|
11528219 | Rolando | Dec 2022 | B2 |
20040268357 | Joy | Dec 2004 | A1 |
20160119819 | Ardeli | Apr 2016 | A1 |
20160294866 | Mihelich | Oct 2016 | A1 |
20180176153 | Reumann | Jun 2018 | A1 |
Number | Date | Country | |
---|---|---|---|
20230319111 A1 | Oct 2023 | US |