US20070101121A1 - Secure IP access protocol framework and supporting network architecture - Google Patents

Secure IP access protocol framework and supporting network architecture Download PDF

Info

Publication number
US20070101121A1
US20070101121A1 US11/522,780 US52278006A US2007101121A1 US 20070101121 A1 US20070101121 A1 US 20070101121A1 US 52278006 A US52278006 A US 52278006A US 2007101121 A1 US2007101121 A1 US 2007101121A1
Authority
US
United States
Prior art keywords
host
server
network
sia
dhcp
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/522,780
Inventor
Paul Henry
Hui Luo
Bruce McNair
Nemmara Shankaranarayanan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
AT&T Intellectual Property II LP
AT&T Properties LLC
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US11/522,780 priority Critical patent/US20070101121A1/en
Publication of US20070101121A1 publication Critical patent/US20070101121A1/en
Assigned to AT&T CORP. reassignment AT&T CORP. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HENRY, PAUL SHALA, LUO, HUI, SHANKARANARAYANAN, NEMMARA K., MCNAIR, BRUCE EDWIN
Assigned to AT&T INTELLECTUAL PROPERTY II, L.P. reassignment AT&T INTELLECTUAL PROPERTY II, L.P. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AT&T PROPERTIES, LLC
Assigned to AT&T PROPERTIES, LLC reassignment AT&T PROPERTIES, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: AT&T CORP.
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/06Network architectures or network communication protocols for network security for supporting key management in a packet data network
    • H04L63/061Network architectures or network communication protocols for network security for supporting key management in a packet data network for key exchange, e.g. in peer-to-peer networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/50Address allocation
    • H04L61/5007Internet protocol [IP] addresses
    • H04L61/5014Internet protocol [IP] addresses using dynamic host configuration protocol [DHCP] or bootstrap protocol [BOOTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0869Network architectures or network communication protocols for network security for authentication of entities for achieving mutual authentication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/14Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
    • H04L63/1441Countermeasures against malicious traffic
    • H04L63/1458Denial of Service

Definitions

  • the present invention relates generally to network access, and more particularly, to a method and architecture for enabling an IP host to establish a secure data channel with a secure DHCP server on an IP network over an insecure shared link, while the IP host requests an IP address and networking configuration parameters from the secure DHCP server the IP network, and, consequently, to establish a secure data channel with any other IP host on the IP network while the IP host explores the MAC address of the other IP host.
  • a protocol framework for a Secure IP Access (SIA) method and supporting components deployed on IP hosts and IP networks.
  • SIA Secure IP Access
  • an IP host can establish a secure data channel within an IP network over an insecure shared link while requesting IP address and networking configuration parameters from the IP network.
  • a system administrator can implement strong access control against various attacks that an edge IP network may have to face, such as a denial-of-service attack that exhausts assignable IP addresses.
  • This is a lightweight, scalable, and backward-compatible solution that can improve security performance for public and corporate LANs having open access such as wireless access points and Ethernet jacks.
  • the SIA protocol framework in accordance with the invention when augmented with the proper cryptography algorithms, is designed to address the above problems at the network layer. It is based on new security options attached to DHCP and ARP messages, and involves deploying SIA clients and servers on IP hosts and networks, respectively.
  • the SIA client is preferably implemented as an intermediate driver that can control all network interface cards for an IP host.
  • the SIA server is a combination of an enhanced DHCP server, an authentication proxy, and a localized VPN server. Using DHCP security options, a SIA client can accomplish mutual authentication and key exchange with a SIA server while it requests IP address and networking configuration parameters for the IP host.
  • the IP host can receive/send encrypted IP packets from/to the IP network via the SIA server using the exchanged key.
  • the SIA client on this IP host can use ARP security options to accomplish mutual authentication and key exchange with the SIA client on the other IP host while it resolves the MAC address of that IP host, and encrypted host-to-host communications can follow immediately.
  • Security protection is established at the very beginning of the DHCP handshake, so that an IP host is well protected from potential network-based attacks that could come from the insecure link. In addition, these security protections are established without generating extra packets between IP hosts and networks.
  • a method for an IP host to authenticate to an IP network comprising the steps of: (a) broadcasting a DHCP_DISCOVERY message including an option specifying at least one of a host-to-network authentication method, network-to-host authentication method, key exchange algorithm, and encryption algorithm; (b) receiving a DHCP_OFFER message including an option confirming at least one of the host-to-network authentication method, network-to-host authentication method, key exchange algorithm, and encryption algorithm, wherein the DHCP_OFFER message does not allocate an IP address to the IP host; (c) sending a DHCP_REQUEST message including authentication credentials; and (d) receiving a DHCP_ACK message.
  • a method for a first IP host to authenticate to a second IP host on the same link of an IP network comprising the steps of: (a) sending a DHCP_INFORM message including an option specifying the IP address of the second IP host; (b) receiving a DHCP_ACK message including an option containing a security token for establishing a secure data channel between the first and second IP hosts; (c) broadcasting an ARP request message including an option containing authentication credentials derived from the security token; and (d) receiving an ARP response message.
  • FIG. 1 is a schematic of a first network architecture
  • FIG. 2 is a flow diagram of an illustrative secure IP access protocol in accordance with an aspect of the invention
  • FIG. 3 is a schematic of an alternative network architecture
  • FIG. 4 is a schematic of an alternative network architecture
  • FIG. 5 is a schematic of an alternative network architecture
  • FIG. 6 is a schematic of an alternative network architecture
  • FIG. 7 is a flow diagram of a lightweight authentication protocol in accordance with an aspect of the invention.
  • a WLAN is used as an illustrative example for a Secure IP Access (SIA) method with five exemplary supporting network architectures.
  • SIA Secure IP Access
  • FIG. 1 there is depicted a first illustrative embodiment of a network architecture 100 in accordance with an aspect of the invention.
  • Each wireless host 102 includes a SIA client 104 that facilitates several functions described in greater detail below.
  • the SIA client may be implemented as an “intermediate driver,” as described in detail in co-owned U.S. patent application Ser. No. 10/138,129, filed May 5, 2002, the disclosure of which is incorporated herein by reference.
  • a SIA server 106 is combines three entities: an authentication entity, an enhanced DHCP entity, and a VPN entity. Each entity has different work modes, depending on the network topology.
  • the authentication entity can function as an authentication server or an authentication proxy.
  • the enhanced DHCP entity can function as a DHCP server or a DHCP proxy.
  • the VPN entity can function as a VPN bridge, a VPN server, or a VPN gateway router. In most of cases, the authentication entity operates as an authentication proxy, since authentication is generally implemented at a centralized authentication server 112 .
  • all access points 108 are connected to the SIA server 106 that in turn is connected to the Internet or an intranet shown generally at 110 .
  • An authentication server is represented at 112 .
  • the wireless hosts 102 form a subnet.
  • the SIA server 106 operates as an enhanced DHCP server and a VPN gateway router. For every admitted wireless host 102 , all outbound and inbound packets are communicated to and from the SIA server 106 or other wireless hosts 102 on the subnet using an encrypted packaging structure. If an inbound packet comes from a host out of the subnet, it is forwarded to the wireless host 102 after being encrypted by the SIA server 106 . If an outbound packet is sent to a host out of the subnet, it is forwarded to that host as a regular packet after being decrypted by the SIA server 106 .
  • Every unicast packet transmitted between a host 102 and the SIA server 106 is encrypted using the shared key that is established during the DHCP process. Every broadcast packet transmitted between a host 102 and the SIA server 106 is encrypted using a common secret key. In this network topology, every access point must be directly wired to the SIA server.
  • a wireless host is configured to use DHCP to obtain an IP address and network configuration parameters.
  • the wireless host includes a SIA client as described above.
  • the secure IP access procedure between its SIA client and a SIA server on an IP network consists of the following steps (for the sake of simplicity, we do not consider the protocol conversation involving the regular DHCP server and authentication server when the SIA server works as an enhanced DHCP proxy and an authentication proxy).
  • a wireless host broadcasts a DHCP_DISCOVERY message with 0.0.0.0 and FF.FF.FF.FF as the source and destination IP addresses respectively.
  • the source MAC address is the host's MAC address
  • the destination MAC address is a broadcast MAC address (which is FF.FF.FF.FF.FF.FF for Ethernet).
  • a HOST_HELLO option is included in this message, which specifies a number of cryptography options, including host-to-network authentication method, network-to-host authentication method, key exchange algorithm, encryption algorithm, etc.
  • Host-to-network authentication, network-to-host authentication, and key exchange may be carried out using a single algorithm, such as SRP (Secure Remote Password Protocol).
  • This option is also used to test whether a responding DHCP server is a SIA server.
  • the SIA client will determine whether to continue the IP networking procedure using the conventional DHCP protocol. For example, if a SIA server is recommended but not required according to the configuration, the SIA client can be configured to continue with the conventional DHCP process, and display a warning message to the mobile user.
  • the SIA server reviews all cryptography options proposed by the wireless host. If at 204 they meet the network's security requirements, the SIA server replies at 206 with a DHCP_OFFER message with a NETWORK_HELLO option and closes the negotiation on cryptography algorithms.
  • This DHCP_OFFER message is different from the one in the conventional DHCP protocol. It neither allocates an IP address nor passes any configuration parameters to the host, because the host has not been authenticated to the network yet. Instead, the destination IP address for this DHCP_OFFER message is 0.0.0.0.
  • the SIA server starts the network-to-host authentication, host-to-network authentication, and key exchange processes by using a NETWORK_AUTH option.
  • the wireless host After receiving the DHCP_OFFER message with the NETWORK_HELLO option and the NETWORK_AUTH option, if the wireless host can finish network-to-host authentication at 210 , it should either reply at 212 with a DHCP_REQUEST message with a HOST_AUTH option to the SIA server (for positive authentication result). Otherwise at 214 it silently aborts the access procedure (for a negative authentication result).
  • the HOST_AUTH option contains the responding parameters to the NETWORK_AUTH option according to the cryptography algorithms specified in the NETWORK_HELLO option.
  • the wireless host can finish key exchange at this moment, it should also include a HOST_FINISH option.
  • the source IP address of this DHCP_REQUEST message remains 0.0.0.0.
  • the SIA server After receiving the DHCP_REQUEST message at 216 with the HOST_AUTH option and, possibly, the HOST_FINISH option. If the SIA server can finish the host-to-network authentication at 218 , it sends either a DHCP_ACK message (for positive authentication result) or a DHCP_NACK message (for negative authentication result) back to the wireless host at 220 . If the SIA server cannot finish the host-to-network authentication (but it should be ready to generate a session key shared with the wireless host), it sends a DHCP_ACK message to the wireless host at 222 .
  • the SIA server cannot finish the user-to-network authentication after receiving two messages, DHCP_DISCOVER and DHCP_REQUEST, from a SIA client. If this is the case, the SIA client will send a unicast gratuitous ARP message to the SIA server to finish the host-to-network authentication. Hence, the SIA server should send back a DHCP_ACK message.
  • the SIA server encrypts the assigned IP address and networking configuration parameters using the session key and sends them to the wireless host in a NETWORK_FINISH option.
  • the destination IP address for this DHCP_ACK message is still 0.0.0.0.
  • a common secret key is also included as a networking configuration parameter. This key is used to encrypt broadcast messages generated by admitted wireless hosts and the SIA server.
  • the wireless host can decrypt the assigned IP address and networking configuration parameters. It should start using the session key to drive a key-scheduling algorithm that can generate instance keys to authenticate and encrypt/decrypt every outbound/inbound packet. These packets use encrypted data structure, such as the IPsec transport mode (if source and destination IP addresses are not deemed as secrets), the IPsec encapsulation mode (if source and destination IP addresses are indeed secrets; in this case, the outer IP source and destination addresses should be 0.0.0.0 for host-to-host packets, or 0.0.0.0 and the SIA server's IP address for packets transmitted between hosts and the SIA server), or some special link-layer frame structure. If the wireless host has not yet sent a HOST_FINISH option to the SIA server, it sends a unicast gratuitous ARP message with the HOST_FINISH option to the SIA server, which competes the host-to-network authentication.
  • the wireless host has not yet sent a HOST_FINISH option to the SIA server, it sends a
  • the SIA server can advise every remaining wireless host on the subnet by broadcasting a DHCP_NACK message with a NETWORK_REVOKE option.
  • the lease term of IP addresses assigned by the SIA server should be as short as possible, subject to no significant increment of signaling traffic. Therefore, the IP address lease extension request from an exiled host will be turn down by the SIA server shortly after the host loses its access privileges, and then it is forced out.
  • a wireless host is configured with a fixed IP address, it will first broadcast gratuitous ARP message on the IP network.
  • the SIA client installed on this host can attach a HOST_HELLO option to this ARP message.
  • the SIA server After the SIA server receives the ARP message, it shall challenge the wireless host by sending back an ARP response message with a NETWORK_HELLO option and a NETWORK_AUTH option.
  • the rest of procedure is the same as the above procedure starting from when the wireless host receives the DHCP_OFFER message.
  • FIG. 3 there is depicted an alternative network arrangement 300 that is similar to that depicted in FIG. 1 , except that the SIA server 306 operates as an enhanced DHCP proxy and a VPN bridge.
  • a plurality of access points 308 are connected to the SIA server 306 which is part of an Office LAN 312 including a regular DHCP server 314 and router 316 .
  • the router 316 connects the LAN 312 to the Internet/intranet 310 .
  • all wireless hosts 302 are on a subnet that may include other hosts 304 .
  • its inbound/outbound packets are transmitted from/to the SIA server or other wireless hosts 302 using an encrypted packaging structure.
  • an inbound packet comes from a host outside of the SIA server 306 , it is forwarded to the wireless host using the encrypted packaging structure after being encrypted by the SIA server 306 . If an outbound packet is sent to a host on the outside of the SIA server 306 , it is forwarded to that host as a regular packet after being decrypted by the SIA server 306 .
  • Each unicast packet transmitted between a host 302 and the SIA server 306 is encrypted using the key shared between them. Every broadcast packet transmitted between a host and the SIA server is encrypted using the common secret key.
  • FIG. 4 there is depicted a third illustrative network arrangement 400 that directly connects all access points 408 to a corporate LAN.
  • wireless hosts 402 and wired hosts 404 on the LAN run enhanced DHCP clients.
  • a SIA server 406 serves as an enhanced DHCP server and a VPN gateway router for the LAN. For every admitted host, packets are exchanged with the SIA server 406 or other hosts on the subnet using an encrypted packaging structure. If an inbound packet comes from a host out of the subnet, it is forwarded to a host 402 , 404 on the subnet using the encrypted packaging structure after being encrypted by the SIA server 406 .
  • an outbound packet is sent to a host out of the subnet, it is forwarded to that host as a regular packet after being decrypted by the SIA server 406 .
  • Each unicast packet transmitted between a host 402 , 404 and the SIA server 406 is encrypted using the point-to-point security association between them.
  • Each broadcast packet transmitted between a host 402 , 404 and the SIA server 406 is encrypted using the common secret key.
  • a fourth network topology is depicted in which all access points are connected to a corporate LAN through a packet filter.
  • the SIA server 506 operates as an enhanced DHCP proxy and a VPN server.
  • the SIA server 506 runs conventional DHCP to apply an IP address and passes it to the wireless host 502 using enhanced DHCP security options.
  • all wired hosts 504 observing the conventional DHCP conversation treat the SIA server 506 as the wireless host 502 .
  • a wired host 504 sends packets to a wireless host 502 , they go to the SIA server 506 , which encrypts the packets before transmitting them to the wireless host 502 .
  • a wireless host 502 sends packets to a wired host 504 , they are sent to the SIA server 506 using an encrypted packaging structure.
  • the SIA server 506 decrypts the packets and then forwards the decrypted packets to the wired host 504 as regular packets.
  • a packet filter 510 associated with an access point 508 allows certain packets to pass though.
  • Upstream packets include unicast and broadcast packets originating from the access point (e.g., the IAPP messages), encrypted unicast packets forwarded to the SIA server or other wireless hosts, and enhanced DHCP messages with security options.
  • Downstream packets include unicast packets sent to the access point (e.g., the SNMP messages), encrypted unicast packets sent to wireless hosts, and DHCP/ARP messages with security options.
  • the packet filters and the SIA server must join a multicast group in order to process encrypted broadcast packets.
  • For upstream packets a packet filter changes the destination IP address of every encrypted broadcast packet into the multicast IP address before it puts the encrypted broadcast packet on the LAN cable.
  • For downstream packets a packet filter changes the multicast IP address of every encrypted broadcast packet into the broadcast IP address before it forwards the encrypted broadcast packet to the access point.
  • FIG. 6 there is depicted a fifth network arrangement in which a SIA server 606 is disposed behind every access point 608 , and operates as an enhanced DHCP proxy and a VPN bridge.
  • This is analogous to IEEE 802.11i, but is implemented at the network layer.
  • FIG. 7 there is depicted a flow diagram of a “lightweight” authentication protocol showing how cryptography algorithms are incorporated into the secure IP access protocol framework.
  • This protocol is based on the assumption that a wireless host shares a high-entropy secret an authentication server. If the wireless host shares a low-entropy secret (such as a password) with the authentication server, the SRP protocol can be used as the authentication protocol, using the same protocol framework.
  • the authentication server can be a RADIUS or Diameter server (Diameter is the next generation of RADIUS).
  • Diameter is the next generation of RADIUS.
  • the security performance of this protocol relies upon the security of the physical connection to the IP access network. In other words, no rogue access point is able to connect to the network.
  • the authentication protocol is characterized as “lightweight” in that: (1) the SIA server neither has a public/private key pair, nor shares a secret key with the authentication server or the wireless host; and (2) there is only one round trip protocol conversation between the SIA server and the authentication server.
  • the authentication signaling traffic between the wireless host and the authentication server is always switched by the SIA server.
  • the wireless host broadcasts a DHCP_DISCOVER message with a HOST_HELLO option, in which it requests using the lightweight authentication protocol.
  • the SIA server replies at 702 with a DHCP_OFFER message with a NETWORK_HELLO option and a NETWORK_AUTH option, where T stands for time.
  • T is generated when the secure DHCP server/gateway sends back a DHCP_Offer message.
  • T is to avoid a host repeatedly testing the authentication server. T should be small enough to assure that a host with powerful computing power cannot finish testing all possible responses before T expires.
  • the NETWORK_HELLO option is for the confirmation of using the lightweight authentication protocol.
  • the NETWORK_AUTH option contains a one-time challenge number A and D-H key exchange triplet ⁇ g, P, X>.
  • X g x mod P;
  • x is a random secret generated by the SIA server;
  • g is a generator;
  • Q is a prime number.
  • the wireless host After receiving the DHCP_OFFER message with the NETWORK_HELLO and the NETWORK_AUTH option, at 704 the wireless host sends back a DHCP_REQUEST message with a HOST_AUTH option, which contains the response to the NETWORK_AUTH option, i.e., UID ⁇ A ⁇ B ⁇ T ⁇ X ⁇ Y ⁇ Es(UID ⁇ A ⁇ B ⁇ X ⁇ Y).
  • UID is the wireless host's identifier, preferably a NAI
  • B is another one-time challenge number
  • y is a random secret generated by the wireless host.
  • the authentication server After receiving the HOST_AUTH option, at 712 the authentication server first verifies whether the clear text “A ⁇ B ⁇ X ⁇ Y” matches the cipher text “Es(A ⁇ B ⁇ X ⁇ Y)”. If it does not, at 714 the authentication server sends a “reject” response to the SIA server. Otherwise, at 716 the authentication server shall send back an “accept” response containing “B ⁇ Es(B)”.
  • the SIA server rejects the wireless host by replying with a DHCP_NACK message at 718 . Otherwise, at 720 the SIA server sends the wireless host a DHCP_ACK message with a NETWORK_AUTH option, a NETWORK_FINISH option, and a NETWORK_CONFIG option.
  • the NETWORK_AUTH option contains “B ⁇ Es(B)”.
  • the NETWORK_FINISH option contains cipher text E K (“SRVR”).
  • the NETWORK_CONFIG contains assigned IP address, subnet mask, default gateway router IP address, and other network configuration parameters. These are all encrypted with a session key K.
  • the NETWORK_CONFIG message contains known or easily discernable information. Other than possibly the assigned IP address, every access device on the subnet may have access to the same information (mask, default gateway, etc). Accordingly, it is desirable to add a random nonce to increase the equivocation of the message.
  • the wireless host After receiving the DHCP_ACK message with the NETWORK_AUTH option, the NETWORK_FINISH option, and the NETWORK_CONFIG option, at 722 the wireless host first verifies whether the challenge number B matches the response Es(B). If not, at 724 the wireless host aborts the access attempt. Otherwise, at 726 the wireless host sends a DHCP_INFORM message with a HOST_FINISH option to the SIA server.
  • the DHCP_INFORM message contains a cipher text “Ek(“CLNT”) that can be packed using the IPsec transport mode.
  • the foregoing lightweight authentication protocol can serve as an upper layer authentication protocol if the SIA server is characterized as an 802.11i access point.
  • network-to-host authentication is not equivalent to access point-to-host authentication, because the network cannot rule out the possibility of rogue access points attaching to the network. Therefore, the access point should be authenticated to the wireless host.
  • the access point In order to make the access point-to-host authentication practical, the access point should share a high-entropy secret with the authentication server.
  • Kerberos can serve as the access point-to-host authentication method if the wireless host also shares a high-entropy secret with the authentication server. Otherwise, a hybrid SRP and Kerberos protocol can be adopted.

Abstract

A protocol framework for a Secure IP Access (SIA) method, and supporting components deployed on IP hosts and IP networks. Using this method, an IP host can establish a secure data channel within an IP network over an insecure shared link while requesting IP address and networking configuration parameters from the IP network. A system administrator can implement strong access control against various attacks that an edge IP network may have to face, such as a denial-of-service attack that exhausts assignable IP addresses. This is a lightweight, scalable, and backward-compatible solution that can improve security performance for public and corporate LANs having open access such as wireless access points and Ethernet jacks.

Description

  • This application is a division of U.S. application Ser. No. 10/317,694, filed Dec. 12, 2002, which claims priority to Provisional U.S. Appl. Ser. No. 60/339,956, filed Dec. 12, 2001, the disclosure of which is hereby incorporated herein.
  • FIELD OF THE INVENTION
  • The present invention relates generally to network access, and more particularly, to a method and architecture for enabling an IP host to establish a secure data channel with a secure DHCP server on an IP network over an insecure shared link, while the IP host requests an IP address and networking configuration parameters from the secure DHCP server the IP network, and, consequently, to establish a secure data channel with any other IP host on the IP network while the IP host explores the MAC address of the other IP host.
  • BACKGROUND
  • Currently there are several methods for an IP host to initialize IP networking with an IP network over a shared link, but they either lack security functions or suffer a routing efficiency problem. These methods and their problems are briefly summarized below.
      • (1) Using DHCP to request an IP address and network configuration parameters from a DHCP server on the IP network. This method by itself does not offer any security solutions.
      • (2) Using a static IP address and broadcasting it to the IP network using gratuitous ARP messages. This method by itself does not offer any security functions.
      • (3) Using PPPoE to authenticate the IP host to a PPPoE server on the IP network and to receive an IP address and network configuration parameters after the authentication succeeds. Optionally, the PPPoE server can be co-located on the gateway router, and the data frames between the IP host and the gateway router can be encrypted using a per-user per-session key. This method offers good security protection when encryption is used, but it suffers a routing efficiency problem if the majority of communications are between IP hosts on the shared link. In this case, all host-to-host communications have to go through the gateway router for decryption and re-encryption, and thus the gateway router can be easily overloaded.
      • (4) Using a static IP address or DHCP over link-layer access control and encryption mechanisms, such as 802.1x and 802.11i in the case of an IEEE 802.11 wireless LAN. This method offers good security protection (assuming the WEP security flaws are fixed by 802.11i), but suffers the same routing efficiency problem if the majority of communications occur between IP hosts associated with the same access point.
    SUMMARY OF THE INVENTION
  • In accordance with an aspect of the present invention, there is provided a protocol framework for a Secure IP Access (SIA) method, and supporting components deployed on IP hosts and IP networks. Using this method, an IP host can establish a secure data channel within an IP network over an insecure shared link while requesting IP address and networking configuration parameters from the IP network. A system administrator can implement strong access control against various attacks that an edge IP network may have to face, such as a denial-of-service attack that exhausts assignable IP addresses. This is a lightweight, scalable, and backward-compatible solution that can improve security performance for public and corporate LANs having open access such as wireless access points and Ethernet jacks.
  • The SIA protocol framework in accordance with the invention, when augmented with the proper cryptography algorithms, is designed to address the above problems at the network layer. It is based on new security options attached to DHCP and ARP messages, and involves deploying SIA clients and servers on IP hosts and networks, respectively. The SIA client is preferably implemented as an intermediate driver that can control all network interface cards for an IP host. The SIA server is a combination of an enhanced DHCP server, an authentication proxy, and a localized VPN server. Using DHCP security options, a SIA client can accomplish mutual authentication and key exchange with a SIA server while it requests IP address and networking configuration parameters for the IP host. As soon as the configuration phase finishes, the IP host can receive/send encrypted IP packets from/to the IP network via the SIA server using the exchanged key. If an IP host wants to communicate with another IP host on the same subnet, the SIA client on this IP host can use ARP security options to accomplish mutual authentication and key exchange with the SIA client on the other IP host while it resolves the MAC address of that IP host, and encrypted host-to-host communications can follow immediately. Security protection is established at the very beginning of the DHCP handshake, so that an IP host is well protected from potential network-based attacks that could come from the insecure link. In addition, these security protections are established without generating extra packets between IP hosts and networks.
  • In accordance with an aspect of the present invention, there is provided a method for an IP host to authenticate to an IP network, comprising the steps of: (a) broadcasting a DHCP_DISCOVERY message including an option specifying at least one of a host-to-network authentication method, network-to-host authentication method, key exchange algorithm, and encryption algorithm; (b) receiving a DHCP_OFFER message including an option confirming at least one of the host-to-network authentication method, network-to-host authentication method, key exchange algorithm, and encryption algorithm, wherein the DHCP_OFFER message does not allocate an IP address to the IP host; (c) sending a DHCP_REQUEST message including authentication credentials; and (d) receiving a DHCP_ACK message.
  • In accordance with another aspect of the invention, there is provided a method for a first IP host to authenticate to a second IP host on the same link of an IP network, comprising the steps of: (a) sending a DHCP_INFORM message including an option specifying the IP address of the second IP host; (b) receiving a DHCP_ACK message including an option containing a security token for establishing a secure data channel between the first and second IP hosts; (c) broadcasting an ARP request message including an option containing authentication credentials derived from the security token; and (d) receiving an ARP response message.
  • The present invention will now be described with particular reference to the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a schematic of a first network architecture;
  • FIG. 2 is a flow diagram of an illustrative secure IP access protocol in accordance with an aspect of the invention;
  • FIG. 3 is a schematic of an alternative network architecture;
  • FIG. 4 is a schematic of an alternative network architecture;
  • FIG. 5 is a schematic of an alternative network architecture;
  • FIG. 6 is a schematic of an alternative network architecture; and
  • FIG. 7 is a flow diagram of a lightweight authentication protocol in accordance with an aspect of the invention.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • With reference to the several views of the drawings, a WLAN is used as an illustrative example for a Secure IP Access (SIA) method with five exemplary supporting network architectures. For the purpose of description, it is assumed that the WLAN does not implement any link-layer authentication and encryption mechanisms. Referring to FIG. 1, there is depicted a first illustrative embodiment of a network architecture 100 in accordance with an aspect of the invention. Each wireless host 102 includes a SIA client 104 that facilitates several functions described in greater detail below. The SIA client may be implemented as an “intermediate driver,” as described in detail in co-owned U.S. patent application Ser. No. 10/138,129, filed May 5, 2002, the disclosure of which is incorporated herein by reference. A SIA server 106 is combines three entities: an authentication entity, an enhanced DHCP entity, and a VPN entity. Each entity has different work modes, depending on the network topology. The authentication entity can function as an authentication server or an authentication proxy. The enhanced DHCP entity can function as a DHCP server or a DHCP proxy. The VPN entity can function as a VPN bridge, a VPN server, or a VPN gateway router. In most of cases, the authentication entity operates as an authentication proxy, since authentication is generally implemented at a centralized authentication server 112. In the embodiment of FIG. 1, all access points 108 are connected to the SIA server 106 that in turn is connected to the Internet or an intranet shown generally at 110. An authentication server is represented at 112. The wireless hosts 102 form a subnet. The SIA server 106 operates as an enhanced DHCP server and a VPN gateway router. For every admitted wireless host 102, all outbound and inbound packets are communicated to and from the SIA server 106 or other wireless hosts 102 on the subnet using an encrypted packaging structure. If an inbound packet comes from a host out of the subnet, it is forwarded to the wireless host 102 after being encrypted by the SIA server 106. If an outbound packet is sent to a host out of the subnet, it is forwarded to that host as a regular packet after being decrypted by the SIA server 106. Every unicast packet transmitted between a host 102 and the SIA server 106 is encrypted using the shared key that is established during the DHCP process. Every broadcast packet transmitted between a host 102 and the SIA server 106 is encrypted using a common secret key. In this network topology, every access point must be directly wired to the SIA server.
  • An illustrative SIA protocol is described as follows and illustrated in the flow diagram of FIG. 2. It is assumed that a wireless host is configured to use DHCP to obtain an IP address and network configuration parameters. The wireless host includes a SIA client as described above. The secure IP access procedure between its SIA client and a SIA server on an IP network consists of the following steps (for the sake of simplicity, we do not consider the protocol conversation involving the regular DHCP server and authentication server when the SIA server works as an enhanced DHCP proxy and an authentication proxy).
  • At 200, a wireless host broadcasts a DHCP_DISCOVERY message with 0.0.0.0 and FF.FF.FF.FF as the source and destination IP addresses respectively. The source MAC address is the host's MAC address, and the destination MAC address is a broadcast MAC address (which is FF.FF.FF.FF.FF.FF for Ethernet). A HOST_HELLO option is included in this message, which specifies a number of cryptography options, including host-to-network authentication method, network-to-host authentication method, key exchange algorithm, encryption algorithm, etc. Host-to-network authentication, network-to-host authentication, and key exchange may be carried out using a single algorithm, such as SRP (Secure Remote Password Protocol). This option is also used to test whether a responding DHCP server is a SIA server. In this regard, if the network only has a conventional DHCP server, it would not understand this option and therefore could not respond properly. If this is the case, the SIA client will determine whether to continue the IP networking procedure using the conventional DHCP protocol. For example, if a SIA server is recommended but not required according to the configuration, the SIA client can be configured to continue with the conventional DHCP process, and display a warning message to the mobile user.
  • At 202, after receiving the DHCP_DISCOVERY message with the HOST_HELLO option, the SIA server reviews all cryptography options proposed by the wireless host. If at 204 they meet the network's security requirements, the SIA server replies at 206 with a DHCP_OFFER message with a NETWORK_HELLO option and closes the negotiation on cryptography algorithms. This DHCP_OFFER message is different from the one in the conventional DHCP protocol. It neither allocates an IP address nor passes any configuration parameters to the host, because the host has not been authenticated to the network yet. Instead, the destination IP address for this DHCP_OFFER message is 0.0.0.0. At 208, the SIA server starts the network-to-host authentication, host-to-network authentication, and key exchange processes by using a NETWORK_AUTH option.
  • After receiving the DHCP_OFFER message with the NETWORK_HELLO option and the NETWORK_AUTH option, if the wireless host can finish network-to-host authentication at 210, it should either reply at 212 with a DHCP_REQUEST message with a HOST_AUTH option to the SIA server (for positive authentication result). Otherwise at 214 it silently aborts the access procedure (for a negative authentication result). The HOST_AUTH option contains the responding parameters to the NETWORK_AUTH option according to the cryptography algorithms specified in the NETWORK_HELLO option. In addition, if the wireless host can finish key exchange at this moment, it should also include a HOST_FINISH option. The source IP address of this DHCP_REQUEST message remains 0.0.0.0.
  • After receiving the DHCP_REQUEST message at 216 with the HOST_AUTH option and, possibly, the HOST_FINISH option. If the SIA server can finish the host-to-network authentication at 218, it sends either a DHCP_ACK message (for positive authentication result) or a DHCP_NACK message (for negative authentication result) back to the wireless host at 220. If the SIA server cannot finish the host-to-network authentication (but it should be ready to generate a session key shared with the wireless host), it sends a DHCP_ACK message to the wireless host at 222. It is possible that the SIA server cannot finish the user-to-network authentication after receiving two messages, DHCP_DISCOVER and DHCP_REQUEST, from a SIA client. If this is the case, the SIA client will send a unicast gratuitous ARP message to the SIA server to finish the host-to-network authentication. Hence, the SIA server should send back a DHCP_ACK message. In either of the above scenarios, if a DHCP_ACK message is sent back to the wireless host, the SIA server encrypts the assigned IP address and networking configuration parameters using the session key and sends them to the wireless host in a NETWORK_FINISH option. The destination IP address for this DHCP_ACK message is still 0.0.0.0. A common secret key is also included as a networking configuration parameter. This key is used to encrypt broadcast messages generated by admitted wireless hosts and the SIA server.
  • After receiving the DHCP_ACK message with the NETWORK_FINISH option, at 224 the wireless host can decrypt the assigned IP address and networking configuration parameters. It should start using the session key to drive a key-scheduling algorithm that can generate instance keys to authenticate and encrypt/decrypt every outbound/inbound packet. These packets use encrypted data structure, such as the IPsec transport mode (if source and destination IP addresses are not deemed as secrets), the IPsec encapsulation mode (if source and destination IP addresses are indeed secrets; in this case, the outer IP source and destination addresses should be 0.0.0.0 for host-to-host packets, or 0.0.0.0 and the SIA server's IP address for packets transmitted between hosts and the SIA server), or some special link-layer frame structure. If the wireless host has not yet sent a HOST_FINISH option to the SIA server, it sends a unicast gratuitous ARP message with the HOST_FINISH option to the SIA server, which competes the host-to-network authentication.
  • After the above secure IP access process is completed, all packets transmitted between wireless hosts or between the SIA server and wireless hosts, including other DHCP messages and all ARP messages, are encrypted. The established session key between every wireless host and the SIA server needs to be frequently updated. Normally, it is wireless hosts that start the update procedure. A wireless host can utilize DHCP_INFORM or DHCP_REQUEST messages for this purpose, which are periodically sent to the SIA server. In this case, the HOST_AUTH option and the NETWORK_AUTH option can be attached to these DHCP messages. In special scenarios, for example, where an admitted wireless host loses its access privileges while being active, the SIA server can advise every remaining wireless host on the subnet by broadcasting a DHCP_NACK message with a NETWORK_REVOKE option. As an alternative, the lease term of IP addresses assigned by the SIA server should be as short as possible, subject to no significant increment of signaling traffic. Therefore, the IP address lease extension request from an exiled host will be turn down by the SIA server shortly after the host loses its access privileges, and then it is forced out. If a wireless host is configured with a fixed IP address, it will first broadcast gratuitous ARP message on the IP network. The SIA client installed on this host can attach a HOST_HELLO option to this ARP message. After the SIA server receives the ARP message, it shall challenge the wireless host by sending back an ARP response message with a NETWORK_HELLO option and a NETWORK_AUTH option. The rest of procedure is the same as the above procedure starting from when the wireless host receives the DHCP_OFFER message.
  • When an admitted wireless host wants to communicate with another admitted wireless host on the same subnet, they can set up a new session key for the communications by following the procedure described below.
    • (1) The initiating wireless host sends a DHCP_INFORM message to the SIA server, along with a HOST_INTRODUCE option, in which the IP address of the targeted wireless host is presented. The DHCP_INFORM message is encrypted using the session key shared between the initiating wireless host and the SIA server.
    • (2) After receiving the DHCP_INFORM message with the HOST_INTRODUCE option, the SIA server replies a DHCP_ACK message with a NETWORK_TOKEN option, which contains a security token, preferably a Kerberos ticket.
    • (3) After receiving the DHCP_ACK message with the NETWORK_TOKEN option, the initiating wireless host may broadcast (for the first time only) an ARP request message along with a HOST_AUTH option, which contains some information of the token and some parameters derived from the token.
    • (4) After receiving the ARP request message with the HOST_AUTH option, the targeted wireless host replies an ARP response message with a responding HOST_AUTH option, which finishes the mutual authentication and the key exchange.
      These types of session keys should also be updated frequently. When an update is necessary, the initiating wireless host may go through the above procedure again, but it only sends unicast ARP messages.
  • Referring now to FIG. 3, there is depicted an alternative network arrangement 300 that is similar to that depicted in FIG. 1, except that the SIA server 306 operates as an enhanced DHCP proxy and a VPN bridge. A plurality of access points 308 are connected to the SIA server 306 which is part of an Office LAN 312 including a regular DHCP server 314 and router 316. The router 316 connects the LAN 312 to the Internet/intranet 310. In this case, all wireless hosts 302 are on a subnet that may include other hosts 304. Similarly, for every admitted wireless host 302, its inbound/outbound packets are transmitted from/to the SIA server or other wireless hosts 302 using an encrypted packaging structure. If an inbound packet comes from a host outside of the SIA server 306, it is forwarded to the wireless host using the encrypted packaging structure after being encrypted by the SIA server 306. If an outbound packet is sent to a host on the outside of the SIA server 306, it is forwarded to that host as a regular packet after being decrypted by the SIA server 306. Each unicast packet transmitted between a host 302 and the SIA server 306 is encrypted using the key shared between them. Every broadcast packet transmitted between a host and the SIA server is encrypted using the common secret key.
  • Referring now to FIG. 4, there is depicted a third illustrative network arrangement 400 that directly connects all access points 408 to a corporate LAN. In this case, wireless hosts 402 and wired hosts 404 on the LAN run enhanced DHCP clients. A SIA server 406 serves as an enhanced DHCP server and a VPN gateway router for the LAN. For every admitted host, packets are exchanged with the SIA server 406 or other hosts on the subnet using an encrypted packaging structure. If an inbound packet comes from a host out of the subnet, it is forwarded to a host 402, 404 on the subnet using the encrypted packaging structure after being encrypted by the SIA server 406. If an outbound packet is sent to a host out of the subnet, it is forwarded to that host as a regular packet after being decrypted by the SIA server 406. Each unicast packet transmitted between a host 402, 404 and the SIA server 406 is encrypted using the point-to-point security association between them. Each broadcast packet transmitted between a host 402, 404 and the SIA server 406 is encrypted using the common secret key.
  • Referring now to FIG. 5, a fourth network topology is depicted in which all access points are connected to a corporate LAN through a packet filter. In this expedient, the SIA server 506 operates as an enhanced DHCP proxy and a VPN server. When a wireless host 502 requests networking configuration parameters from the SIA server using enhanced DHCP security options, the SIA server 506 in turn runs conventional DHCP to apply an IP address and passes it to the wireless host 502 using enhanced DHCP security options. As a consequence, all wired hosts 504 observing the conventional DHCP conversation treat the SIA server 506 as the wireless host 502. When a wired host 504 sends packets to a wireless host 502, they go to the SIA server 506, which encrypts the packets before transmitting them to the wireless host 502. When a wireless host 502 sends packets to a wired host 504, they are sent to the SIA server 506 using an encrypted packaging structure. The SIA server 506 decrypts the packets and then forwards the decrypted packets to the wired host 504 as regular packets.
  • A packet filter 510 associated with an access point 508 allows certain packets to pass though. Upstream packets include unicast and broadcast packets originating from the access point (e.g., the IAPP messages), encrypted unicast packets forwarded to the SIA server or other wireless hosts, and enhanced DHCP messages with security options. Downstream packets include unicast packets sent to the access point (e.g., the SNMP messages), encrypted unicast packets sent to wireless hosts, and DHCP/ARP messages with security options. The packet filters and the SIA server must join a multicast group in order to process encrypted broadcast packets. For upstream packets, a packet filter changes the destination IP address of every encrypted broadcast packet into the multicast IP address before it puts the encrypted broadcast packet on the LAN cable. For downstream packets, a packet filter changes the multicast IP address of every encrypted broadcast packet into the broadcast IP address before it forwards the encrypted broadcast packet to the access point.
  • Referring now to FIG. 6, there is depicted a fifth network arrangement in which a SIA server 606 is disposed behind every access point 608, and operates as an enhanced DHCP proxy and a VPN bridge. This is analogous to IEEE 802.11i, but is implemented at the network layer. Some improvements must be made to the IAPP such that the session key shared between a wireless host and a SIA server can be transferred to another SIA server after the wireless host moves into its range.
  • Referring now to FIG. 7, there is depicted a flow diagram of a “lightweight” authentication protocol showing how cryptography algorithms are incorporated into the secure IP access protocol framework. This protocol is based on the assumption that a wireless host shares a high-entropy secret an authentication server. If the wireless host shares a low-entropy secret (such as a password) with the authentication server, the SRP protocol can be used as the authentication protocol, using the same protocol framework.
  • The authentication server can be a RADIUS or Diameter server (Diameter is the next generation of RADIUS). The security performance of this protocol relies upon the security of the physical connection to the IP access network. In other words, no rogue access point is able to connect to the network. The authentication protocol is characterized as “lightweight” in that: (1) the SIA server neither has a public/private key pair, nor shares a secret key with the authentication server or the wireless host; and (2) there is only one round trip protocol conversation between the SIA server and the authentication server. The authentication signaling traffic between the wireless host and the authentication server is always switched by the SIA server.
  • Referring to FIG. 7, at 700 the wireless host broadcasts a DHCP_DISCOVER message with a HOST_HELLO option, in which it requests using the lightweight authentication protocol. After receiving the DHCP_DISCOVER message with the HOST_HELLO option, the SIA server replies at 702 with a DHCP_OFFER message with a NETWORK_HELLO option and a NETWORK_AUTH option, where T stands for time. T is generated when the secure DHCP server/gateway sends back a DHCP_Offer message. The purpose is to avoid a host repeatedly testing the authentication server. T should be small enough to assure that a host with powerful computing power cannot finish testing all possible responses before T expires.
  • The NETWORK_HELLO option is for the confirmation of using the lightweight authentication protocol. The NETWORK_AUTH option contains a one-time challenge number A and D-H key exchange triplet <g, P, X>. Where, X=gx mod P; x is a random secret generated by the SIA server; g is a generator; P is a prime number yielding P=2Q+1; and Q is a prime number.
  • After receiving the DHCP_OFFER message with the NETWORK_HELLO and the NETWORK_AUTH option, at 704 the wireless host sends back a DHCP_REQUEST message with a HOST_AUTH option, which contains the response to the NETWORK_AUTH option, i.e., UID∥A∥B∥T∥X∥Y∥Es(UID∥A∥B∥X∥Y). Where, UID is the wireless host's identifier, preferably a NAI; B is another one-time challenge number; Y is a D-H key exchange parameter, Y=gy mod P; y is a random secret generated by the wireless host. At this moment, the wireless host shall be able to calculate the session key K=Xy mod P.
  • After receiving the DHCP_REQUEST message with the HOST_AUTH option, at 706 the SIA server first verifies whether A and X in the HOST_AUTH option are identical to A and X in the previous NETWORK_AUTH option. If not, at 708 the SIA server shall reject the wireless host by replying a DHCP_NACK message. Otherwise, at 710 the SIA server sends the HOST_AUTH option to the authentication server. If the wired network between the SIA server and the authentication server is perfectly secure, the protocol conversation between these entities can be done in clear text. If discretion is of vital importance, the protocol conversation can be carried over a SSL connection without client authentication (thus no key is needed for the SIA server; although the authentication server needs to have a security certificate). At this moment, the SIA server shall be able to calculate the session key K=Yx mod P.
  • After receiving the HOST_AUTH option, at 712 the authentication server first verifies whether the clear text “A∥B∥X∥Y” matches the cipher text “Es(A∥B∥X∥Y)”. If it does not, at 714 the authentication server sends a “reject” response to the SIA server. Otherwise, at 716 the authentication server shall send back an “accept” response containing “B∥Es(B)”.
  • If the authentication server issues a “reject” response, the SIA server rejects the wireless host by replying with a DHCP_NACK message at 718. Otherwise, at 720 the SIA server sends the wireless host a DHCP_ACK message with a NETWORK_AUTH option, a NETWORK_FINISH option, and a NETWORK_CONFIG option. The NETWORK_AUTH option contains “B∥Es(B)”. The NETWORK_FINISH option contains cipher text EK(“SRVR”). The NETWORK_CONFIG contains assigned IP address, subnet mask, default gateway router IP address, and other network configuration parameters. These are all encrypted with a session key K. The NETWORK_CONFIG message contains known or easily discernable information. Other than possibly the assigned IP address, every access device on the subnet may have access to the same information (mask, default gateway, etc). Accordingly, it is desirable to add a random nonce to increase the equivocation of the message.
  • After receiving the DHCP_ACK message with the NETWORK_AUTH option, the NETWORK_FINISH option, and the NETWORK_CONFIG option, at 722 the wireless host first verifies whether the challenge number B matches the response Es(B). If not, at 724 the wireless host aborts the access attempt. Otherwise, at 726 the wireless host sends a DHCP_INFORM message with a HOST_FINISH option to the SIA server. The DHCP_INFORM message contains a cipher text “Ek(“CLNT”) that can be packed using the IPsec transport mode.
  • The foregoing lightweight authentication protocol can serve as an upper layer authentication protocol if the SIA server is characterized as an 802.11i access point. Note that network-to-host authentication is not equivalent to access point-to-host authentication, because the network cannot rule out the possibility of rogue access points attaching to the network. Therefore, the access point should be authenticated to the wireless host. In order to make the access point-to-host authentication practical, the access point should share a high-entropy secret with the authentication server. In this case, Kerberos can serve as the access point-to-host authentication method if the wireless host also shares a high-entropy secret with the authentication server. Otherwise, a hybrid SRP and Kerberos protocol can be adopted.
  • The present invention has been shown and described in what are considered to be the most practical and preferred embodiments. It is anticipated, however, that departures may be made therefrom and that obvious modifications will be implemented by those skilled in the art.

Claims (3)

1. A method for a first IP host to authenticate to a second IP host on the same link of an IP network, comprising the steps of:
(a) sending a DHCP_INFORM message including an option specifying the IP address of the second IP host;
(b) receiving a DHCP_ACK message including an option containing a security token for establishing a secure data channel between the first and second IP hosts;
(c) broadcasting an ARP request message including an option containing authentication credentials derived from the security token; and
(d) receiving an ARP response message.
2. The method recited in 1, wherein the initiating IP host requests a security token from a secure IP access server on the IP network.
3. The method recited in 2, wherein the security token is a Kerboros ticket.
US11/522,780 2001-12-12 2006-09-18 Secure IP access protocol framework and supporting network architecture Abandoned US20070101121A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/522,780 US20070101121A1 (en) 2001-12-12 2006-09-18 Secure IP access protocol framework and supporting network architecture

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US33995601P 2001-12-12 2001-12-12
US10/317,694 US8046577B2 (en) 2001-12-12 2002-12-12 Secure IP access protocol framework and supporting network architecture
US11/522,780 US20070101121A1 (en) 2001-12-12 2006-09-18 Secure IP access protocol framework and supporting network architecture

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/317,694 Division US8046577B2 (en) 2001-12-12 2002-12-12 Secure IP access protocol framework and supporting network architecture

Publications (1)

Publication Number Publication Date
US20070101121A1 true US20070101121A1 (en) 2007-05-03

Family

ID=29553036

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/317,694 Active 2026-06-08 US8046577B2 (en) 2001-12-12 2002-12-12 Secure IP access protocol framework and supporting network architecture
US11/522,780 Abandoned US20070101121A1 (en) 2001-12-12 2006-09-18 Secure IP access protocol framework and supporting network architecture

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/317,694 Active 2026-06-08 US8046577B2 (en) 2001-12-12 2002-12-12 Secure IP access protocol framework and supporting network architecture

Country Status (2)

Country Link
US (2) US8046577B2 (en)
CA (1) CA2414216C (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060182124A1 (en) * 2005-02-15 2006-08-17 Sytex, Inc. Cipher Key Exchange Methodology
US20090049517A1 (en) * 2007-08-08 2009-02-19 Sap Ag Method and system for performing an untraceable secret matching
US20090119760A1 (en) * 2007-11-06 2009-05-07 National Tsing Hua University Method for reconfiguring security mechanism of a wireless network and the mobile node and network node thereof
US20100023768A1 (en) * 2007-06-27 2010-01-28 Intel Corporation Method and system for security key agreement
US20100088399A1 (en) * 2008-10-03 2010-04-08 Yoel Gluck Enterprise security setup with prequalified and authenticated peer group enabled for secure DHCP and secure ARP/RARP
US20100287266A1 (en) * 2009-05-07 2010-11-11 Rajiv Asati Automated network device provisioning using dynamic host configuration protocol
US8001217B1 (en) * 2005-10-13 2011-08-16 Sprint Communications Company L.P. Prediction-based adaptive content broadcasting over a network
US20120278855A1 (en) * 2011-04-28 2012-11-01 Panasonic Corporation Communication apparatus, authentication apparatus, communication method and authentication method
US20130073699A1 (en) * 2010-05-13 2013-03-21 Huawei Technologies Co., Ltd. Method and apparatus for obtaining remote ip address
US8458303B2 (en) * 2010-07-12 2013-06-04 Cisco Technology, Inc. Utilizing a gateway for the assignment of internet protocol addresses to client devices in a shared subset
US20160028601A1 (en) * 2014-07-24 2016-01-28 General Electric Company Internet connectivity probe

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100729779B1 (en) * 2000-07-26 2007-06-20 삼성전자주식회사 Method for analysing of an intellectual property information and system for performing the same
WO2003077476A1 (en) * 2002-03-08 2003-09-18 Telefonaktiebolaget Lm Ericsson (Publ) Compatibility between various w-lan standards
US7606882B2 (en) * 2002-05-13 2009-10-20 Ricoh Co., Ltd. Method for obtaining an identifier of a monitored device
US7441043B1 (en) 2002-12-31 2008-10-21 At&T Corp. System and method to support networking functions for mobile hosts that access multiple networks
CN100346615C (en) * 2003-06-17 2007-10-31 华为技术有限公司 Method for receiving external network data by target user equipment
US20050036623A1 (en) * 2003-08-15 2005-02-17 Ming-Jye Sheu Methods and apparatus for distribution of global encryption key in a wireless transport network
US20050188069A1 (en) * 2003-12-31 2005-08-25 Ravikumar Mohandas Zero-configuring IP addresses for peer-to-peer networks
KR20050097674A (en) * 2004-04-02 2005-10-10 삼성전자주식회사 Internet connection service method of mobile node and system thereof
TWI281335B (en) * 2005-04-08 2007-05-11 Benq Corp Servers, methods and machine-readable storage media for network address transition
CN100499672C (en) * 2005-10-20 2009-06-10 华为技术有限公司 Method for distributing service based on terminal physical position
US8379638B2 (en) * 2006-09-25 2013-02-19 Certes Networks, Inc. Security encapsulation of ethernet frames
US7907735B2 (en) * 2007-06-15 2011-03-15 Koolspan, Inc. System and method of creating and sending broadcast and multicast data
US8104073B2 (en) * 2007-08-10 2012-01-24 Juniper Networks, Inc. Exchange of network access control information using tightly-constrained network access control protocols
US8239549B2 (en) * 2007-09-12 2012-08-07 Microsoft Corporation Dynamic host configuration protocol
US8806565B2 (en) * 2007-09-12 2014-08-12 Microsoft Corporation Secure network location awareness
EP2505966B1 (en) * 2011-03-29 2019-09-18 Schneider Electric GmbH Interface device for an intelligent electronic device and method of operating an interface device
TWI528766B (en) * 2012-02-05 2016-04-01 財團法人資訊工業策進會 Direct mode communication system and discovery interactive method thereof
US9106707B2 (en) * 2012-08-16 2015-08-11 Dell Products L.P. DHCP communications configuration system
CN105991188B (en) 2015-02-16 2019-09-10 阿里巴巴集团控股有限公司 A kind of method and device detecting sharing memory
US10986677B2 (en) * 2019-03-05 2021-04-20 Dialog Semiconductor Korea Inc. Method and apparatus for connecting to access point in WLAN network
US11277442B2 (en) * 2019-04-05 2022-03-15 Cisco Technology, Inc. Verifying the trust-worthiness of ARP senders and receivers using attestation-based methods
US11876798B2 (en) * 2019-05-20 2024-01-16 Citrix Systems, Inc. Virtual delivery appliance and system with remote authentication and related methods
US11265301B1 (en) * 2019-12-09 2022-03-01 Amazon Technologies, Inc. Distribution of security keys
US20230098972A1 (en) * 2021-09-30 2023-03-30 Fortinet, Inc. Preventing dhcp pool exhaustion and starvation with centralized arp protocol messages

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6292838B1 (en) * 1999-08-23 2001-09-18 3Com Corporation Technique for automatic remote media access control (MAC) layer address resolution
US20020013856A1 (en) * 1998-12-23 2002-01-31 Garcia-Luna-Aceves J. Joaquin Unified routing scheme for ad-hoc Internetworking
US20030172307A1 (en) * 2001-12-12 2003-09-11 At&T Corp. Secure IP access protocol framework and supporting network architecture
US20030198219A1 (en) * 2001-03-06 2003-10-23 Robert Coggeshall Contacting a computing device outside a local network
US6779004B1 (en) * 1999-06-11 2004-08-17 Microsoft Corporation Auto-configuring of peripheral on host/peripheral computing platform with peer networking-to-host/peripheral adapter for peer networking connectivity
US6823454B1 (en) * 1999-11-08 2004-11-23 International Business Machines Corporation Using device certificates to authenticate servers before automatic address assignment

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5734825A (en) * 1994-07-18 1998-03-31 Digital Equipment Corporation Traffic control system having distributed rate calculation and link by link flow control
US6101543A (en) * 1996-10-25 2000-08-08 Digital Equipment Corporation Pseudo network adapter for frame capture, encapsulation and encryption
US5968126A (en) * 1997-04-02 1999-10-19 Switchsoft Systems, Inc. User-based binding of network stations to broadcast domains
US6937566B1 (en) * 1997-07-25 2005-08-30 Telefonaktiebolaget Lm Ericsson (Publ) Dynamic quality of service reservation in a mobile communications network
AU4603100A (en) * 1999-05-03 2000-11-17 Nokia Corporation Sim based authentication mechanism for dhcrv4/v6 messages
US6772331B1 (en) * 1999-05-21 2004-08-03 International Business Machines Corporation Method and apparatus for exclusively pairing wireless devices
US6938154B1 (en) * 2000-06-19 2005-08-30 Xerox Corporation System, method and article of manufacture for a cryptographic key infrastructure for networked devices
WO2001067708A2 (en) * 2000-03-07 2001-09-13 General Instrument Corporation Authenticated dynamic address assignment
KR20020022317A (en) * 2000-09-19 2002-03-27 윤종용 Home gateway and Method for operating the same
US7146630B2 (en) * 2000-09-22 2006-12-05 Narad Networks, Inc. Broadband system with intelligent network devices
JP2002247047A (en) * 2000-12-14 2002-08-30 Furukawa Electric Co Ltd:The Session shared key sharing method, radio terminal authenticating method, radio terminal and base station device
US6950862B1 (en) * 2001-05-07 2005-09-27 3Com Corporation System and method for offloading a computational service on a point-to-point communication link
US20020188868A1 (en) * 2001-06-12 2002-12-12 Budka Kenneth C. Method for protecting use of resources in a network
US7502929B1 (en) * 2001-10-16 2009-03-10 Cisco Technology, Inc. Method and apparatus for assigning network addresses based on connection authentication

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020013856A1 (en) * 1998-12-23 2002-01-31 Garcia-Luna-Aceves J. Joaquin Unified routing scheme for ad-hoc Internetworking
US6779004B1 (en) * 1999-06-11 2004-08-17 Microsoft Corporation Auto-configuring of peripheral on host/peripheral computing platform with peer networking-to-host/peripheral adapter for peer networking connectivity
US6292838B1 (en) * 1999-08-23 2001-09-18 3Com Corporation Technique for automatic remote media access control (MAC) layer address resolution
US6823454B1 (en) * 1999-11-08 2004-11-23 International Business Machines Corporation Using device certificates to authenticate servers before automatic address assignment
US20030198219A1 (en) * 2001-03-06 2003-10-23 Robert Coggeshall Contacting a computing device outside a local network
US20030172307A1 (en) * 2001-12-12 2003-09-11 At&T Corp. Secure IP access protocol framework and supporting network architecture

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060182124A1 (en) * 2005-02-15 2006-08-17 Sytex, Inc. Cipher Key Exchange Methodology
US8001217B1 (en) * 2005-10-13 2011-08-16 Sprint Communications Company L.P. Prediction-based adaptive content broadcasting over a network
US20100023768A1 (en) * 2007-06-27 2010-01-28 Intel Corporation Method and system for security key agreement
US20090049517A1 (en) * 2007-08-08 2009-02-19 Sap Ag Method and system for performing an untraceable secret matching
US7945044B2 (en) 2007-08-08 2011-05-17 Sap Ag Method and system for performing an untraceable secret matching
US20090119760A1 (en) * 2007-11-06 2009-05-07 National Tsing Hua University Method for reconfiguring security mechanism of a wireless network and the mobile node and network node thereof
US20100088399A1 (en) * 2008-10-03 2010-04-08 Yoel Gluck Enterprise security setup with prequalified and authenticated peer group enabled for secure DHCP and secure ARP/RARP
US8918531B2 (en) * 2009-05-07 2014-12-23 Cisco Technology, Inc. Automated network device provisioning using dynamic host configuration protocol
US20100287266A1 (en) * 2009-05-07 2010-11-11 Rajiv Asati Automated network device provisioning using dynamic host configuration protocol
US9215141B2 (en) 2009-05-07 2015-12-15 Cisco Technology, Inc. Automated network device provisioning using dynamic host configuration protocol
US20130073699A1 (en) * 2010-05-13 2013-03-21 Huawei Technologies Co., Ltd. Method and apparatus for obtaining remote ip address
US9503418B2 (en) * 2010-05-13 2016-11-22 Huawei Technologies Co., Ltd. Method and apparatus for obtaining remote IP address
US8458303B2 (en) * 2010-07-12 2013-06-04 Cisco Technology, Inc. Utilizing a gateway for the assignment of internet protocol addresses to client devices in a shared subset
US20120278855A1 (en) * 2011-04-28 2012-11-01 Panasonic Corporation Communication apparatus, authentication apparatus, communication method and authentication method
US8782742B2 (en) * 2011-04-28 2014-07-15 Panasonic Corporation Communication apparatus, authentication apparatus, communication method and authentication method
US20160028601A1 (en) * 2014-07-24 2016-01-28 General Electric Company Internet connectivity probe
US9756078B2 (en) * 2014-07-24 2017-09-05 General Electric Company Proactive internet connectivity probe generator

Also Published As

Publication number Publication date
US20030172144A1 (en) 2003-09-11
CA2414216A1 (en) 2003-06-12
US8046577B2 (en) 2011-10-25
CA2414216C (en) 2007-05-22

Similar Documents

Publication Publication Date Title
US8046577B2 (en) Secure IP access protocol framework and supporting network architecture
CA2414044C (en) A secure ip access protocol framework and supporting network architecture
Arbaugh et al. Your 80211 wireless network has no clothes
US7441043B1 (en) System and method to support networking functions for mobile hosts that access multiple networks
JP4488719B2 (en) Fast authentication or re-authentication between layers for network communication
US7509491B1 (en) System and method for dynamic secured group communication
US8630275B2 (en) Apparatus, method, and medium for self-organizing multi-hop wireless access networks
CA2413944C (en) A zero-configuration secure mobility networking technique with web-base authentication method for large wlan networks
US8335490B2 (en) Roaming Wi-Fi access in fixed network architectures
JP3955025B2 (en) Mobile radio terminal device, virtual private network relay device, and connection authentication server
US20090175454A1 (en) Wireless network handoff key
US20070006296A1 (en) System and method for establishing a shared key between network peers
KR20130059425A (en) Dynamic host configuration and network access authentication
US20080137863A1 (en) Method and system for using a key management facility to negotiate a security association via an internet key exchange on behalf of another device
WO2006071055A1 (en) A system and method for providing secure mobility and internet protocol security related services to a mobile node roaming in a foreign network
Cheikhrouhou et al. Security architecture in a multi-hop mesh network
KR100948604B1 (en) Security method of mobile internet protocol based server
WO2009082950A1 (en) Key distribution method, device and system
US20070101132A1 (en) Method and device for forming an encrypted message together with method and device for encrypting an encrypted message
JP2004312257A (en) Base station, repeating device and communication system
Eronen et al. An Extension for EAP-Only Authentication in IKEv2
Sithirasenan et al. EAP-CRA for WiMAX, WLAN and 4G LTE Interoperability
KR102558364B1 (en) Method for 5g lan service
Wienzek et al. Fast re-authentication for handovers in wireless communication networks
Rehman Design and implementation of mobility for virtual private network users

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: AT&T CORP., NEW YORK

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HENRY, PAUL SHALA;LUO, HUI;MCNAIR, BRUCE EDWIN;AND OTHERS;SIGNING DATES FROM 20030505 TO 20030506;REEL/FRAME:062385/0550

AS Assignment

Owner name: AT&T INTELLECTUAL PROPERTY II, L.P., GEORGIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AT&T PROPERTIES, LLC;REEL/FRAME:062724/0888

Effective date: 20230215

Owner name: AT&T PROPERTIES, LLC, NEVADA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:AT&T CORP.;REEL/FRAME:062723/0411

Effective date: 20230215