CN106254571B - Client IP address allocation method and device - Google Patents
Client IP address allocation method and device Download PDFInfo
- Publication number
- CN106254571B CN106254571B CN201610645343.2A CN201610645343A CN106254571B CN 106254571 B CN106254571 B CN 106254571B CN 201610645343 A CN201610645343 A CN 201610645343A CN 106254571 B CN106254571 B CN 106254571B
- Authority
- CN
- China
- Prior art keywords
- address
- client
- dhcp server
- address allocation
- identification information
- 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.)
- Active
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/50—Address allocation
- H04L61/5007—Internet protocol [IP] addresses
- H04L61/5014—Internet protocol [IP] addresses using dynamic host configuration protocol [DHCP] or bootstrap protocol [BOOTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/50—Address allocation
- H04L61/5046—Resolving address allocation conflicts; Testing of addresses
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Small-Scale Networks (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
The embodiment of the invention discloses a method and a device for allocating client IP addresses, wherein the method comprises the following steps: the Relay equipment receives an IP address allocation request which is sent by a client and carries identification information of the client; searching a corresponding relation table stored locally according to the identification information, wherein the corresponding relation table stores the corresponding relation between the identification information of the client and a first IP address allocated to the client by a DHCP server; when a target table entry containing a first IP address is matched, sending an address conflict message carrying the first IP address to a DHCP server so that the DHCP server records the first IP address as a conflict address; and sending the IP address allocation request to a DHCP server so that the DHCP server allocates a second IP address different from the first IP address to the client. The embodiment of the invention is applied to realize that the client can obtain a new IP address when the client is on-line again.
Description
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method and an apparatus for allocating a client IP address.
Background
DHCP (Dynamic Host Configuration Protocol) is used to dynamically allocate network Configuration parameters such as an IP address to a network device. The client requests the DHCP server to distribute configuration information such as IP address, and the DHCP server returns the configuration information such as IP address distributed for the client to realize the configuration of the configuration information such as IP address.
When the DHCP server and the client are in the same network segment, the DHCP server can directly allocate the IP address for the client sending the IP address allocation request. When the DHCP server and the client are in different network segments, a Relay device needs to be used. The Relay device can send a request message of the client to a DHCP server which is not in the same network segment, and send a response message of the DHCP server back to the client to complete IP address allocation.
Due to the continuity of the use of the client, after the client applies for the IP address in the DHCP, the DHCP server stores the corresponding relation between the client and the IP address, and when the client applies for the IP address again, the DHCP server reallocates the IP address stored before to the client.
However, with the development of networks and information technologies, in some scenarios, a client wants to obtain a new IP address every time the client goes online, and how to satisfy the requirement that the client in the above scenario can obtain a new IP address when the client goes online again becomes a problem to be solved urgently.
Disclosure of Invention
The embodiment of the invention discloses a method and a device for allocating a client IP address, which are used for realizing that a client can obtain a new IP address when the client is on line again. The specific scheme is as follows:
in one aspect, an embodiment of the present invention provides a client IP address allocation method, which is applied to a Relay device in a dynamic host configuration protocol DHCP network, and the method includes:
receiving an IP address allocation request sent by a client, wherein the IP address allocation request carries identification information of the client;
searching a corresponding relation table stored locally according to the identification information, wherein the corresponding relation table stores the corresponding relation between the identification information of the client and a first IP address allocated to the client by a DHCP server;
when a target table entry containing a first IP address is matched, sending an address conflict message carrying the first IP address to a DHCP server so that the DHCP server records the first IP address as a conflict address;
and sending the IP address allocation request to the DHCP server so that the DHCP server allocates a second IP address different from the first IP address to the client.
Optionally, the searching for the locally stored mapping table according to the identification information includes:
judging whether an interface corresponding to the client side starts a random address allocation function or not;
if yes, searching a corresponding relation table stored locally according to the identification information;
otherwise, the IP address allocation request is sent to a DHCP server.
Optionally, the method further includes:
and when the random address distribution function of the interface corresponding to the client is closed, deleting the target table entry corresponding to the client.
Optionally, the method further includes:
receiving a release request sent by a client;
forwarding the release request to a DHCP server.
Optionally, after the sending of the IP address allocation request to the DHCP server, the method further includes:
receiving an address allocation response sent by the DHCP server aiming at the IP address allocation request;
updating a target table item in the corresponding relation table according to a second IP address carried in the address allocation response;
and sending the second IP address to the client.
On the other hand, an embodiment of the present invention provides a client IP address allocation apparatus, which is applied to a Relay device in a dynamic host configuration protocol DHCP network, and the apparatus includes: the device comprises a receiving module, a searching module and a sending module;
the receiving module is used for receiving an IP address allocation request sent by a client, wherein the IP address allocation request carries identification information of the client;
the searching module is used for searching a corresponding relation table stored locally according to the identification information, wherein the corresponding relation table stores the corresponding relation between the identification information of the client and a first IP address allocated to the client by a DHCP server;
the sending module is used for sending an address conflict message carrying a first IP address to a DHCP server when a target table entry containing the first IP address is matched, so that the DHCP server records the first IP address as a conflict address;
the sending module is further configured to send the IP address allocation request to the DHCP server, so that the DHCP server allocates a second IP address different from the first IP address to the client.
Optionally, the searching module is specifically configured to determine whether an interface corresponding to the client starts a function of randomly allocating an address;
if yes, searching a corresponding relation table stored locally according to the identification information;
otherwise, triggering the sending module to send the IP address allocation request to a DHCP server.
Optionally, the apparatus further comprises a deletion module;
and the deleting module is used for deleting the target table entry corresponding to the client when the random address distribution function of the interface corresponding to the client is closed.
Optionally, the receiving module is further configured to receive a release request sent by the client;
the sending module is further configured to forward the release request to a DHCP server.
Optionally, the apparatus further comprises an update module;
the receiving module is further configured to receive an address allocation response sent by the DHCP server for the IP address allocation request after the IP address allocation request is sent to the DHCP server;
the updating module is used for updating the target table entry in the corresponding relation table according to the second IP address carried in the address allocation response;
the sending module is further configured to send the second IP address to the client.
In the scheme, the Relay equipment receives an IP address allocation request which is sent by a client and carries identification information of the client; searching a corresponding relation table stored locally according to the identification information, wherein the corresponding relation table stores the corresponding relation between the identification information of the client and a first IP address allocated to the client by a DHCP server; when a target table entry containing a first IP address is matched, sending an address conflict message carrying the first IP address to a DHCP server so that the DHCP server records the first IP address as a conflict address; and sending the IP address allocation request to a DHCP server so that the DHCP server allocates a second IP address different from the first IP address to the client. Therefore, when the client re-online sends the IP address allocation request, the Relay device may send the address conflict message for the first IP address historically allocated to the client, so that the DHCP server can allocate a second IP address different from the first IP address historically allocated to the client, so that the client can obtain a new address when re-online. Of course, it is not necessary for any product or method of practicing the invention to achieve all of the above-described advantages at the same time.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for allocating an IP address of a client according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of a Relay device updating a stored IP address corresponding to a client;
fig. 3 is a schematic structural diagram of a client IP address allocation apparatus according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a Relay device updating a stored IP address corresponding to a client.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention provides a client IP address allocation method and device, which are used for realizing that a client can obtain a new IP address when the client is on-line again.
First, a method for allocating an IP address of a client according to an embodiment of the present invention is described below.
The method for allocating the client IP address provided in the embodiment of the present invention may be applied to a Relay device in a dynamic host configuration protocol DHCP network, and as shown in fig. 1, may include the following steps:
s101: receiving an IP address allocation request sent by a client, wherein the IP address allocation request carries identification information of the client;
the IP address allocation request may be a discover message, and the identification information may include a Media Access Control (MAC) address and IDentity (ID) information of the client.
S102: searching a corresponding relation table stored locally according to the identification information, wherein the corresponding relation table stores the corresponding relation between the identification information of the client and a first IP address allocated to the client by a DHCP server;
it is understood that when the Relay device receives an IP address allocation request sent by a client, the identification information of the client can be recorded. The Relay device has pre-stored a corresponding relationship between the identification information of the client and the first IP address allocated by the DHCP server for the client, and the corresponding relationship between the client and the first IP address may be recorded in the last IP address allocation. And matching the client from the stored corresponding relation table according to the identification information of the client carried by the IP address allocation request after the Relay equipment receives the IP address allocation request of the client, wherein the matching is successful when the corresponding relation between the identification information of the client and the first IP address allocated to the client by the DHCP server is stored in the Relay equipment. And when the matching is successful, performing the subsequent client IP address allocation process.
S103: when a target table entry containing a first IP address is matched, sending an address conflict message carrying the first IP address to a DHCP server so that the DHCP server records the first IP address as a conflict address;
after the target table entry containing the first IP address is matched, in order to avoid that the IP address requested by the client at this time is the same as the first IP address, before the Relay equipment forwards the IP address allocation request, the client is simulated to send an address conflict message to the DHCP server. After receiving the address conflict message, the DHCP server records the first IP address as a conflict address, such as: and putting the first IP address into a conflict table, and not allocating the first IP address to any client within a preset time. The address conflict message may be a decline message.
S104: and sending the IP address allocation request to a DHCP server so that the DHCP server allocates a second IP address different from the first IP address to the client.
The Relay device sends the IP address allocation request to the DHCP server according to the prior art. The DHCP server will assign a second IP address to the client that is different from the first IP address.
By applying the embodiment of the invention, the Relay equipment receives an IP address allocation request which is sent by a client and carries identification information of the client; searching a corresponding relation table stored locally according to the identification information, wherein the corresponding relation table stores the corresponding relation between the identification information of the client and a first IP address allocated to the client by a DHCP server; when a target table entry containing a first IP address is matched, sending an address conflict message carrying the first IP address to a DHCP server so that the DHCP server records the first IP address as a conflict address; and sending the IP address allocation request to a DHCP server so that the DHCP server allocates a second IP address different from the first IP address to the client. Therefore, when the client re-online sends the IP address allocation request, the Relay device may send the address conflict message for the first IP address historically allocated to the client, so that the DHCP server can allocate a second IP address different from the first IP address historically allocated to the client, so that the client can obtain a new address when re-online.
In addition, the embodiment of the invention is only improved for the Relay device, and the random address allocation function is configured for some predetermined interfaces, so that the client side through the predetermined interfaces can obtain the randomly allocated IP addresses. The DHCP server is not modified, the existing protocol mechanism is used, and the compatibility and the real-time performance are good.
In a specific implementation manner, a plurality of interfaces are configured in the Relay device to access the client. In the embodiment of the invention, a random address allocation function is configured on some preset interfaces of the Relay equipment, and the configured random address allocation function is controlled by a switch, so that only a client of the interface with the random address allocation function being started can be allocated with an IP address different from a historically allocated IP address. The searching for the locally stored corresponding relation table according to the identification information (S102) includes:
judging whether an interface corresponding to the client side starts a random address distribution function or not;
if yes, searching a corresponding relation table stored locally according to the identification information;
otherwise, the IP address allocation request is sent to the DHCP server.
It can be understood that, after it is determined that the function of randomly allocating an address of an interface corresponding to a client is turned on, the client may be determined to be a client that requires a randomly allocated address. And then performing a subsequent client IP address assignment procedure. When the random address allocation function of the interface corresponding to the client is judged to be not started, the client can be determined not to be the client requiring random address allocation, and an IP address allocation request can be directly sent to a DHCP server for IP address allocation.
In one specific implementation, for the client, there is a need for random address allocation in some specific scenarios, such as: playing a webgame, etc. However, other scenarios outside of the certain specific scenarios may not require random assignment of addresses. Further, the method for allocating the IP address of the client provided in the embodiment of the present invention may further include:
and when the random address distribution function of the interface corresponding to the client is closed, deleting the target table entry corresponding to the client.
Wherein, the target table entry records the corresponding relationship between the client and the first IP address allocated by the DHCP server for the client.
In a specific implementation manner, the method for allocating an IP address of a client provided in the embodiment of the present invention may further include:
receiving a release request sent by a client;
forwarding the release request to a DHCP server.
When a client needs to release a currently used IP address, after receiving a release request sent by the client, the Relay equipment forwards the address release according to the prior art and sends the address release to the DHCP server. In addition, when the client continues to make an order for the currently used IP address, the Relay device forwards the address continuation according to the prior art after receiving the address continuation sent by the client, and sends the address continuation to the DHCP server. In a specific application, the address continuation may be a Request message, and the address Release may be a Release message.
In a specific implementation manner, based on the flow shown in fig. 1, as shown in fig. 2, after the sending the IP address allocation request to the DHCP server (S104), the method for allocating an IP address of a client provided in the embodiment of the present invention may further include:
s201: receiving an address allocation response sent by the DHCP server aiming at the IP address allocation request;
s202: updating the target table entry in the corresponding relation table according to the second IP address carried in the address allocation response;
s203: and sending the second IP address to the client.
It should be noted that, in order to save the storage space of the Relay device, only the latest IP address allocated by the DHCP server to the client may be stored in the correspondence table, and each time the IP address allocated by the DHCP server to the client is received, the stored IP address is updated to the IP address allocated this time. Namely, the IP address contained in the target table entry is modified to the IP address allocated this time (the second IP address).
It can be understood that, when the interface of the Relay device corresponding to the client opens the function of randomly allocating an address, the Relay device receives the IP address allocation request sent by the client for the first time, that is, records the identification information of the client, at this time, the Relay device directly forwards the IP address allocation request sent by the client for the first time to the DHCP server, so that the DHCP server sends an address allocation response to the IP address request, and after receiving the address allocation response sent by the DHCP server to the IP address allocation request, the Relay device correspondingly records the first IP address allocated to the client carried in the address allocation response, and sends the first IP address allocated to the client carried in the address allocation response to the client. When the Relay device receives the IP address allocation request sent by the client again, the client IP address allocation method provided by the embodiment of the present invention is started to be executed, so that the DHCP server randomly allocates a second IP address different from the first IP address to the client.
Corresponding to the foregoing method embodiment, an embodiment of the present invention provides a client IP address allocation apparatus, which is applied to a Relay device in a dynamic host configuration protocol DHCP network, and as shown in fig. 3, the apparatus includes: a receiving module 301, a searching module 302 and a sending module 303;
the receiving module 301 is configured to receive an IP address allocation request sent by a client, where the IP address allocation request carries identification information of the client;
the searching module 302 is configured to search a locally stored mapping table according to the identification information, where the mapping table stores a mapping relationship between the identification information of the client and a first IP address allocated by a DHCP server to the client;
the sending module 303 is configured to send an address conflict message carrying a first IP address to a DHCP server when a target entry including the first IP address is matched, so that the DHCP server records the first IP address as a conflict address;
the sending module 303 is further configured to send the IP address allocation request to the DHCP server, so that the DHCP server allocates a second IP address different from the first IP address to the client.
By applying the embodiment of the invention, the Relay equipment receives an IP address allocation request which is sent by a client and carries identification information of the client; searching a corresponding relation table stored locally according to the identification information, wherein the corresponding relation table stores the corresponding relation between the identification information of the client and a first IP address allocated to the client by a DHCP server; when a target table entry containing a first IP address is matched, sending an address conflict message carrying the first IP address to a DHCP server so that the DHCP server records the first IP address as a conflict address; and sending the IP address allocation request to a DHCP server so that the DHCP server allocates a second IP address different from the first IP address to the client. Therefore, when the client re-online sends the IP address allocation request, the Relay device may send the address conflict message for the first IP address historically allocated to the client, so that the DHCP server can allocate a second IP address different from the first IP address historically allocated to the client, so that the client can obtain a new address when re-online.
In a specific implementation manner, the searching module 302 is specifically configured to determine whether an interface corresponding to the client starts a random address allocation function;
if yes, searching a corresponding relation table stored locally according to the identification information;
otherwise, the sending module 303 is triggered to send the IP address allocation request to a DHCP server.
In a specific implementation manner, the client IP address allocation apparatus provided in the embodiment of the present invention further includes a deletion module;
and the deleting module is used for deleting the target table entry corresponding to the client when the random address distribution function of the interface corresponding to the client is closed.
In a specific implementation manner, the receiving module 301 is further configured to receive a release request sent by a client;
the sending module 303 is further configured to forward the release request to a DHCP server.
In a specific implementation manner, based on the structure shown in fig. 3, as shown in fig. 4, the apparatus for allocating an IP address of a client provided in the embodiment of the present invention further includes an updating module 401;
the receiving module 301 is further configured to receive, after the IP address allocation request is sent to the DHCP server, an address allocation response sent by the DHCP server for the IP address allocation request;
the updating module 401 is configured to update a target table entry in the correspondence table according to a second IP address carried in the address allocation response;
the sending module 303 is further configured to send the second IP address to the client.
For the system/apparatus embodiments, since they are substantially similar to the method embodiments, the description is relatively simple, and reference may be made to some descriptions of the method embodiments for relevant points.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
Those skilled in the art will appreciate that all or part of the steps in the above method embodiments may be implemented by a program to instruct relevant hardware to perform the steps, and the program may be stored in a computer-readable storage medium, which is referred to herein as a storage medium, such as: ROM/RAM, magnetic disk, optical disk, etc.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.
Claims (10)
1. A client IP address allocation method is applied to a Relay device in a Dynamic Host Configuration Protocol (DHCP) network, and comprises the following steps:
receiving an IP address allocation request sent by a client, wherein the IP address allocation request carries identification information of the client;
searching a corresponding relation table stored locally according to the identification information, wherein the corresponding relation table stores the corresponding relation between the identification information of the client and a first IP address allocated to the client by a DHCP server;
when a target table entry containing a first IP address is matched, sending an address conflict message carrying the first IP address to a DHCP server so that the DHCP server records the first IP address as a conflict address;
and sending the IP address allocation request to the DHCP server so that the DHCP server allocates a second IP address different from the first IP address to the client.
2. The method according to claim 1, wherein said searching a locally stored mapping table according to the identification information comprises:
judging whether an interface corresponding to the client side starts a random address allocation function or not;
if yes, searching a corresponding relation table stored locally according to the identification information;
otherwise, the IP address allocation request is sent to a DHCP server.
3. The method of claim 2, further comprising:
and when the random address distribution function of the interface corresponding to the client is closed, deleting the target table entry corresponding to the client.
4. The method of claim 1, further comprising:
receiving a release request sent by the client;
forwarding the release request to a DHCP server.
5. The method of claim 1, wherein after the sending the IP address assignment request to the DHCP server, the method further comprises:
receiving an address allocation response sent by the DHCP server aiming at the IP address allocation request;
updating a target table item in the corresponding relation table according to a second IP address carried in the address allocation response;
and sending the second IP address to the client.
6. A client IP address allocation device is applied to a Relay device in a Dynamic Host Configuration Protocol (DHCP) network, and the device comprises: the device comprises a receiving module, a searching module and a sending module;
the receiving module is used for receiving an IP address allocation request sent by a client, wherein the IP address allocation request carries identification information of the client;
the searching module is used for searching a corresponding relation table stored locally according to the identification information, wherein the corresponding relation table stores the corresponding relation between the identification information of the client and a first IP address allocated to the client by a DHCP server;
the sending module is used for sending an address conflict message carrying a first IP address to a DHCP server when a target table entry containing the first IP address is matched, so that the DHCP server records the first IP address as a conflict address;
the sending module is further configured to send the IP address allocation request to the DHCP server, so that the DHCP server allocates a second IP address different from the first IP address to the client.
7. The apparatus according to claim 6, wherein the lookup module is specifically configured to determine whether an interface corresponding to the client starts a random address allocation function;
if yes, searching a corresponding relation table stored locally according to the identification information;
otherwise, triggering the sending module to send the IP address allocation request to a DHCP server.
8. The apparatus of claim 7, further comprising a deletion module;
and the deleting module is used for deleting the target table entry corresponding to the client when the random address distribution function of the interface corresponding to the client is closed.
9. The apparatus of claim 6, wherein the receiving module is further configured to receive a release request sent by a client;
the sending module is further configured to forward the release request to a DHCP server.
10. The apparatus of claim 6, further comprising an update module;
the receiving module is further configured to receive an address allocation response sent by the DHCP server for the IP address allocation request after the IP address allocation request is sent to the DHCP server;
the updating module is used for updating the target table entry in the corresponding relation table according to the second IP address carried in the address allocation response;
the sending module is further configured to send the second IP address to the client.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610645343.2A CN106254571B (en) | 2016-08-05 | 2016-08-05 | Client IP address allocation method and device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610645343.2A CN106254571B (en) | 2016-08-05 | 2016-08-05 | Client IP address allocation method and device |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106254571A CN106254571A (en) | 2016-12-21 |
CN106254571B true CN106254571B (en) | 2020-12-18 |
Family
ID=58078935
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610645343.2A Active CN106254571B (en) | 2016-08-05 | 2016-08-05 | Client IP address allocation method and device |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106254571B (en) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108183978B (en) * | 2018-03-29 | 2021-01-22 | 北京环境特性研究所 | Communication equipment IP address configuration method and communication equipment |
CN110881143B (en) * | 2018-09-05 | 2022-07-19 | 中兴通讯股份有限公司 | Set top box management method, device and equipment and computer readable storage medium |
CN109451093B (en) * | 2018-12-13 | 2022-01-28 | 新华三技术有限公司 | Loopback interface address allocation method and device |
CN110311995B (en) * | 2019-08-05 | 2022-04-08 | 深圳创维数字技术有限公司 | IP address allocation method, device and computer readable storage medium |
CN110311994B (en) * | 2019-08-05 | 2022-04-29 | 深圳创维数字技术有限公司 | IP address allocation request method, device and readable storage medium |
CN111405078A (en) * | 2020-03-05 | 2020-07-10 | 联想(北京)有限公司 | Method, terminal and server for allocating IP address |
CN113242170B (en) * | 2021-05-21 | 2023-03-21 | 深圳易马达科技有限公司 | Address allocation method and device |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101951417A (en) * | 2010-09-21 | 2011-01-19 | 北京星网锐捷网络技术有限公司 | Method, system and trunk equipment for assigning multiple server addresses |
CN102281333A (en) * | 2010-06-11 | 2011-12-14 | 中兴通讯股份有限公司 | Method and system for avoiding IP address conflict, DHCP server and DHCP client |
CN102439949A (en) * | 2011-10-17 | 2012-05-02 | 华为技术有限公司 | Method for solving internet protocol address assignment conflict and related device and system |
CN102571996A (en) * | 2010-12-13 | 2012-07-11 | 联想(北京)有限公司 | IP (Internet Protocol) address assignment method, IP address assignment device and network system |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR100886550B1 (en) * | 2002-09-17 | 2009-03-02 | 삼성전자주식회사 | Apparatus and method for allocating the ip address |
CN101510902B (en) * | 2009-03-25 | 2011-12-21 | 杭州华三通信技术有限公司 | Method, system and equipment for preventing wireless client terminal from disconnection during internet process |
CN102014044B (en) * | 2009-09-04 | 2013-01-02 | 技嘉科技股份有限公司 | Domain collision avoidance method and router using same |
-
2016
- 2016-08-05 CN CN201610645343.2A patent/CN106254571B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102281333A (en) * | 2010-06-11 | 2011-12-14 | 中兴通讯股份有限公司 | Method and system for avoiding IP address conflict, DHCP server and DHCP client |
CN101951417A (en) * | 2010-09-21 | 2011-01-19 | 北京星网锐捷网络技术有限公司 | Method, system and trunk equipment for assigning multiple server addresses |
CN102571996A (en) * | 2010-12-13 | 2012-07-11 | 联想(北京)有限公司 | IP (Internet Protocol) address assignment method, IP address assignment device and network system |
CN102439949A (en) * | 2011-10-17 | 2012-05-02 | 华为技术有限公司 | Method for solving internet protocol address assignment conflict and related device and system |
Also Published As
Publication number | Publication date |
---|---|
CN106254571A (en) | 2016-12-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106254571B (en) | Client IP address allocation method and device | |
US9210124B2 (en) | Method, apparatus, and system for allocating public IP address | |
CN104378455B (en) | IP address distribution method and device | |
CN105245629B (en) | Host communication method based on DHCP and device | |
US20210119965A1 (en) | Address Management Method and Apparatus | |
CN108418806B (en) | Message processing method and device | |
CN111427662B (en) | IP address allocation method of virtual machine, terminal equipment and DHCP server | |
CN106878480B (en) | DHCP service process sharing method and device | |
CN108429824B (en) | Address allocation method and device | |
US7958220B2 (en) | Apparatus, method and system for acquiring IPV6 address | |
CN105472048A (en) | Address allocating method, information aggregation method and related equipment | |
CN108600407B (en) | IP address allocation method, device, equipment and machine readable storage medium | |
CN106790734B (en) | Network address allocation method and device | |
CN107547674B (en) | Address allocation method and device | |
CN109743357A (en) | A kind of successional implementation method of business access and device | |
WO2019037664A1 (en) | Address allocation | |
CN106302861B (en) | Address allocation method and device | |
CN106878479B (en) | Address allocation method and device | |
WO2015192583A1 (en) | Internet protocol (ip) address allocation method and apparatus, server and terminal | |
KR102219270B1 (en) | Method for processing traffic based on sdn | |
CN108429641B (en) | Network equipment management method and device | |
WO2016177185A1 (en) | Method and apparatus for processing media access control (mac) address | |
CN104410727B (en) | Address distribution method, client, server and address allocation system | |
CN116389410A (en) | Secure access control method based on domain name acquisition client, client and storage medium | |
CN106878478B (en) | Address allocation method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
CB02 | Change of applicant information | ||
CB02 | Change of applicant information |
Address after: 310052 Binjiang District Changhe Road, Zhejiang, China, No. 466, No. Applicant after: Xinhua three Technology Co., Ltd. Address before: 310053 Hangzhou science and Technology Industrial Park, high tech Industrial Development Zone, Zhejiang Province, No. six and road, No. 310 Applicant before: Huasan Communication Technology Co., Ltd. |
|
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |