CN114448750B - Communication method, device, equipment and medium of pure network bridge mode - Google Patents
Communication method, device, equipment and medium of pure network bridge mode Download PDFInfo
- Publication number
- CN114448750B CN114448750B CN202210058064.1A CN202210058064A CN114448750B CN 114448750 B CN114448750 B CN 114448750B CN 202210058064 A CN202210058064 A CN 202210058064A CN 114448750 B CN114448750 B CN 114448750B
- Authority
- CN
- China
- Prior art keywords
- data packet
- bridge
- virtual network
- communication data
- communication
- 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
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/28—Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
- H04L12/46—Interconnection of networks
- H04L12/4604—LAN interconnection over a backbone network, e.g. Internet, Frame Relay
- H04L12/462—LAN interconnection over a bridge based backbone
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/16—Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
- H04L69/161—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
- H04L69/162—Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/22—Parsing or analysis of headers
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Abstract
本发明公开的一种纯网桥模式的通信方法、装置、设备及介质,通过获取网桥的后端设备发送的报文中的网络信息;构建虚拟网络设备,并将所述网络信息配置为所述虚拟网络设备的网络地址;通过所述虚拟网络设备的网络地址在所述网桥中收发通信数据,提供通信服务。该方法通用性强,能够为纯网桥模式的网关设备提供应用服务。
The present invention discloses a communication method, device, equipment and medium in a pure bridge mode, which obtains network information in a message sent by a back-end device of a bridge; constructs a virtual network device, and configures the network information as a network address of the virtual network device; and sends and receives communication data in the bridge through the network address of the virtual network device to provide communication services. The method has strong versatility and can provide application services for gateway devices in a pure bridge mode.
Description
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a pure bridge mode communications method, apparatus, device, and medium.
Background
The bridge mode of the communication system is realized by a network bridge, the bridged ports are added into the network bridge, and the network bridge is responsible for forwarding data among different ports to realize two-layer transparent transmission. When the gateway device operates in the bridge mode, the gateway device itself also has a need to use three-layer IP services, such as cloud services, synchronized network time, and upgrading software through the cloud, etc. The three-layer IP service of the gateway equipment in the bridge mode is to additionally establish an IP dialing through the router itself, so as to realize the dialing communication of the back-end equipment.
However, in the communication system in the prior art, many cable modems and single-port optical modems operate in a pure bridge mode, network dialing is actually performed by devices accessed from the rear end, and the gateway device itself does not have a method for performing IP layer dialing in the pure bridge mode, so that external communication services cannot be provided.
Disclosure of Invention
In order to solve the above problems, the present invention provides a communication method, apparatus, device and medium for a pure bridge mode, which provides communication services for gateway devices in the pure bridge mode.
The embodiment of the invention provides a communication method in a pure network bridge mode, which comprises the following steps:
acquiring network information in a message sent by a back-end device of a network bridge;
constructing virtual network equipment and configuring the network information into a network address of the virtual network equipment;
and receiving and transmitting communication data in the network bridge through the network address of the virtual network equipment to provide communication service.
Preferably, the acquiring network information in a message sent by a back-end device of a network bridge specifically includes:
Acquiring a message sent by the back-end equipment;
And analyzing the data packet in the message by using a socket tool or a netfilter frame to acquire the network information of the back-end equipment.
Preferably, the network information includes IP information, gateway information, or domain name information.
As a preferred manner, the method for receiving and transmitting communication data in the network bridge through the network address of the virtual network device, and providing communication service specifically includes:
receiving a communication data packet sent by upper-layer equipment of the network bridge through the virtual network equipment;
And calling a bridging interface of the network bridge through the virtual network equipment, and sending the communication data packet to a server corresponding to a receiving address in the communication data packet.
Preferably, the receiving and transmitting communication data in the network bridge through the network address of the virtual network device provides communication service, which specifically includes:
receiving a communication data packet sent by a server of the network bridge through the virtual network equipment;
judging whether the communication data packet is a reply to the data packet sent by the virtual network equipment or not through the pre-marked connection information of the data packet sent by the virtual network equipment;
When the connection information in the communication data packet is matched with the pre-marked connection information, judging that the communication data packet is a reply to the data packet sent by the virtual network equipment, and sending the communication data packet to an application program corresponding to the virtual network equipment through the virtual network equipment;
And when the connection information in the communication data packet is not matched with the pre-marked connection information, judging that the communication data packet is not a reply to the virtual network device, and forwarding the communication data packet to the back-end device of the network bridge through the normal forwarding flow of the network bridge.
Yet another embodiment of the present invention provides a pure bridge mode communication device, the device comprising:
The network information acquisition module is used for acquiring network information in a message sent by the back-end equipment of the network bridge;
A virtual network device construction module, configured to construct a virtual network device and configure the network information as a network address of the virtual network device;
And the communication service module is used for receiving and transmitting communication data in the network bridge through the network address of the virtual network equipment and providing communication service.
Preferably, the network information acquisition module is specifically configured to:
Acquiring a message sent by the back-end equipment;
And analyzing the data packet in the message by using a socket tool or a netfilter frame to acquire the network information of the back-end equipment.
As a preferred scheme, the network information includes IP information, gateway information, or domain name information.
As a preferred solution, the communication service module is specifically configured to:
receiving a communication data packet sent by upper-layer equipment of the network bridge through the virtual network equipment;
And calling a bridging interface of the network bridge through the virtual network equipment, and sending the communication data packet to a server corresponding to a receiving address in the communication data packet.
As a preferred solution, the communication service module is specifically configured to:
receiving a communication data packet sent by a server of the network bridge through the virtual network equipment;
judging whether the communication data packet is a reply to the data packet sent by the virtual network equipment or not through the pre-marked connection information of the data packet sent by the virtual network equipment;
When the connection information in the communication data packet is matched with the pre-marked connection information, judging that the communication data packet is a reply to the data packet sent by the virtual network equipment, and sending the communication data packet to an application program corresponding to the virtual network equipment through the virtual network equipment;
And when the connection information in the communication data packet is not matched with the pre-marked connection information, judging that the communication data packet is not a reply to the virtual network device, and forwarding the communication data packet to the back-end device of the network bridge through the normal forwarding flow of the network bridge.
The embodiment of the invention also provides a terminal device, which comprises a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, wherein the processor executes the computer program to realize the communication method of the pure bridge mode in any one of the above embodiments.
The embodiment of the invention also provides a computer readable storage medium, which comprises a stored computer program, wherein when the computer program runs, the device where the computer readable storage medium is controlled to execute the communication method of the pure bridge mode according to any one of the above embodiments.
The invention provides a communication method, a device, equipment and a medium of a pure network bridge mode, which are used for acquiring network information in a message sent by a back-end device of a network bridge; constructing virtual network equipment and configuring the network information into a network address of the virtual network equipment; and receiving and transmitting communication data in the network bridge through the network address of the virtual network equipment to provide communication service. The method has strong universality and can provide application service for gateway equipment in a pure network bridge mode.
Drawings
Fig. 1 is a flow chart of a communication method in a pure bridge mode according to an embodiment of the present invention;
fig. 2 is a network topology diagram in a pure bridge mode according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a communication device in pure bridge mode according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a terminal device according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, a flow chart of a communication method in a pure bridge mode according to an embodiment of the present invention is shown, where the method includes S1 to S3:
S1, acquiring network information in a message sent by a back-end device of a network bridge;
S2, constructing virtual network equipment and configuring the network information into a network address of the virtual network equipment;
And S3, receiving and transmitting communication data in the network bridge through the network address of the virtual network equipment, and providing communication service.
When the embodiment is implemented, referring to fig. 2, a network topology diagram in a pure bridge mode is provided in the embodiment of the present invention; when the Linux system is in a pure bridge mode, the bridge of the Linux system has no IP address and cannot provide IP service, and at the moment, the Linux system forwards a message sent by a back-end device connected through an interface eth0 at a bridge br 0; the back-end equipment comprises a PC, a set-top box or a router and the like.
The Linux system extracts network information of the back-end equipment in the forwarded message, wherein the network information is specifically an address and a subnet mask allocated by a network protocol of a local area network, and the network protocol of the local area network comprises a dynamic host configuration protocol or a point-to-point protocol;
Constructing a network virtual device according to the acquired network information, and configuring the network information of the back-end device in the network virtual device as the network address of the network virtual device;
the application layer can identify a virtual network device configured with a network address through which communication data is received and transmitted in the network bridge, and the virtual network device is used to provide three layers of IP services, including cloud services, time passing and firmware upgrades, to the upper application layer.
The method has the advantages that the network address is configured for establishing the virtual network equipment by acquiring the network information of the back-end equipment, the problem that the equipment in the pure network bridge mode cannot provide IP service is solved by the virtual network equipment, other adaptation is not needed, and the universality is strong.
In still another embodiment of the present invention, the acquiring network information in a packet sent by a backend device of a bridge specifically includes:
Acquiring a message sent by the back-end equipment;
And analyzing the data packet in the message by using a socket tool or a netfilter frame to acquire the network information of the back-end equipment.
When the embodiment is implemented, the specific process of acquiring the network information in the message sent by the back-end device includes:
The Linux system receives a data packet of a message sent by the back-end equipment, wherein the message is a message sent by the back-end equipment to other equipment through the Linux system;
The Linux system analyzes the obtained data packet according to a socket tool or a netfilter frame and extracts network information contained in the data packet;
and analyzing and obtaining network information through a socket tool or a netfilter framework, configuring the obtained network information to the established virtual network equipment, and completing application service through the virtual network equipment.
In yet another embodiment provided by the present invention, the network information includes IP information, gateway information, or domain name information.
When the embodiment is implemented, the extracted network information includes IP information, gateway information, or domain name information of the back-end device;
Configuring a network address for the virtual network equipment by acquiring IP information, gateway information or domain name information, and completing application service through the virtual network equipment; what the application requiring the IP service recognizes is the network virtual device that can provide the IP service, and the data packet is handed to the virtual network device, so that the Linux system completes the relevant application service through the data packet.
In yet another embodiment of the present invention, the step S3 specifically includes:
receiving a communication data packet sent by upper-layer equipment of the network bridge through the virtual network equipment;
And calling a bridging interface of the network bridge through the virtual network equipment, and sending the communication data packet to a server corresponding to a receiving address in the communication data packet.
In a specific implementation of this embodiment, when the virtual network device provides a communication service, the method includes receiving, by the virtual network device, data of an upper layer device, specifically:
The Linux system receives a communication data packet sent by upper-layer equipment of a network bridge br0 through virtual network equipment;
inquiring a server or equipment corresponding to a receiving address in the communication data packet, and calling a bridging interface eth1 through the virtual network equipment to send the received communication data packet to the server;
in this process, the virtual network device is used as a network bridge for forwarding the data packet of the network device or the server connected with the Linux system.
In still another embodiment of the present invention, the receiving and transmitting communication data in the bridge through the network address of the virtual network device, and providing a communication service specifically includes:
receiving a communication data packet sent by a server of the network bridge through the virtual network equipment;
judging whether the communication data packet is a reply to the data packet sent by the virtual network equipment or not through the pre-marked connection information of the data packet sent by the virtual network equipment;
When the connection information in the communication data packet is matched with the pre-marked connection information, judging that the communication data packet is a reply to the data packet sent by the virtual network equipment, and sending the communication data packet to an application program corresponding to the virtual network equipment through the virtual network equipment;
And when the connection information in the communication data packet is not matched with the pre-marked connection information, judging that the communication data packet is not a reply to the virtual network device, and forwarding the communication data packet to the back-end device of the network bridge through the normal forwarding flow of the network bridge.
In the implementation of this embodiment, the step S3 specifically includes:
receiving a communication data packet sent by a server of the network bridge through the virtual network equipment;
Judging whether the communication data packet is a reply to the virtual network device, specifically, when the virtual network device sends the data packet, marking the connection information of the data packet, specifically, five-tuple information, through a netfilter frame, and storing the marked connection information;
And determining whether the connection information of the communication data packet received by the virtual network device is matched with the connection information of the transmitted data packet or not by judging whether the connection information of the communication data packet received by the virtual network device is a reply to the data packet sent by the virtual network device or not.
When the connection information of the communication data packet is matched with the connection information of the communication data packet sent by the virtual network equipment, the communication data packet is judged to be a reply to the data packet sent by the virtual network equipment, and the communication data packet is sent to an application program corresponding to the virtual network equipment through the virtual network equipment, so that corresponding application service is completed.
When the connection information in the communication data packet is not matched with the pre-marked connection information, judging that the communication data packet is not a reply to the virtual network device, and forwarding the communication data packet to the back-end device of the network bridge through a normal network bridge forwarding path by the Linux device.
It should be noted that, the communication method in pure bridge mode provided by the present invention supports access modes such as cable modem, optical modem, LTE bridge, etc.
The data message sending operation of the virtual network device directly invokes the sending operation of the bridging interface; if the reply is the reply to the message sent by the virtual network device, the reply is directly captured from the network bridge and is sent to the network device for receiving and then is sent to an upper layer. If the data packet is not a reply message to the data sent by the virtual device, a normal bridge forwarding path is taken. The normal forwarding flow of the network bridge is not interfered, and the corresponding application service can be completed through the virtual network equipment.
Referring to fig. 3, a schematic structural diagram of a communication device in a pure bridge mode according to an embodiment of the present invention is further provided, where the device includes:
The network information acquisition module is used for acquiring network information in a message sent by the back-end equipment of the network bridge;
A virtual network device construction module, configured to construct a virtual network device and configure the network information as a network address of the virtual network device;
And the communication service module is used for receiving and transmitting communication data in the network bridge through the network address of the virtual network equipment and providing communication service.
In yet another embodiment of the present invention, the network information obtaining module is specifically configured to:
Acquiring a message sent by the back-end equipment;
And analyzing the data packet in the message by using a socket tool or a netfilter frame to acquire the network information of the back-end equipment.
In yet another embodiment provided by the present invention, the network information includes IP information, gateway information, or domain name information.
In yet another embodiment of the present invention, the communication service module is specifically configured to:
receiving a communication data packet sent by upper-layer equipment of the network bridge through the virtual network equipment;
And calling a bridging interface of the network bridge through the virtual network equipment, and sending the communication data packet to a server corresponding to a receiving address in the communication data packet.
In yet another embodiment of the present invention, the communication service module is specifically configured to:
receiving a communication data packet sent by a server of the network bridge through the virtual network equipment;
judging whether the communication data packet is a reply to the data packet sent by the virtual network equipment or not through the pre-marked connection information of the data packet sent by the virtual network equipment;
When the connection information in the communication data packet is matched with the pre-marked connection information, judging that the communication data packet is a reply to the data packet sent by the virtual network equipment, and sending the communication data packet to an application program corresponding to the virtual network equipment through the virtual network equipment;
And when the connection information in the communication data packet is not matched with the pre-marked connection information, judging that the communication data packet is not a reply to the virtual network device, and forwarding the communication data packet to the back-end device of the network bridge through the normal forwarding flow of the network bridge.
It should be noted that, the communication device in pure bridge mode provided in the embodiment of the present invention is configured to execute all the flow steps of the communication method in pure bridge mode X in the above embodiment, and the working principles and beneficial effects of the two correspond to each other one by one, so that the description is omitted.
Referring to fig. 4, a schematic structural diagram of a terminal device according to an embodiment of the present invention is provided. The terminal device of this embodiment includes: a processor, a memory and a computer program 1 and a computer program 2 stored in the memory and executable on the processor, for example a communication program in a pure bridge mode. The processor, when executing the computer program, implements the steps of the embodiments of the communication method of a pure bridge mode described above, such as steps S1-S3 shown in fig. 1. Or the processor, when executing the computer program, performs the functions of the modules in the device embodiments described above, e.g. a communication device in pure bridge mode.
The computer program may be divided into one or more modules, which are stored in the memory and executed by the processor to accomplish the present invention, for example. The one or more modules may be a series of computer program instruction segments capable of performing specific functions for describing the execution of the computer program in the terminal device. For example, the computer program may be divided into an information acquisition module, a network status determination module and a network status adjustment module, and specific functions of each module are not described herein.
The terminal equipment can be computing equipment such as a desktop computer, a notebook computer, a palm computer, a cloud server and the like. The terminal device may include, but is not limited to, a processor, a memory. It will be appreciated by those skilled in the art that the schematic diagram is merely an example of the terminal device and is not limiting of the terminal device, and may include more or fewer components than shown, or may combine certain components, or different components, e.g., the terminal device may also include input and output devices, network access devices, buses, etc.
The Processor may be a central processing unit (Central Processing Unit, CPU), other general purpose Processor, digital signal Processor (DIGITAL SIGNAL Processor, DSP), application SPECIFIC INTEGRATED Circuit (ASIC), field-Programmable gate array (Field-Programmable GATE ARRAY, FPGA) or other Programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like, which is a control center of the terminal device, and which connects various parts of the entire terminal device using various interfaces and lines.
The memory may be used to store the computer program and/or module, and the processor may implement various functions of the terminal device by running or executing the computer program and/or module stored in the memory and invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program (such as a sound playing function, an image playing function, etc.) required for at least one function, and the like; the storage data area may store data (such as audio data, phonebook, etc.) created according to the use of the handset, etc. In addition, the memory may include high-speed random access memory, and may also include non-volatile memory, such as a hard disk, memory, plug-in hard disk, smart memory card (SMART MEDIA CARD, SMC), secure Digital (SD) card, flash memory card (FLASH CARD), at least one disk storage device, flash memory device, or other volatile solid-state storage device.
Wherein the terminal device integrated modules may be stored in a computer readable storage medium if implemented in the form of software functional units and sold or used as a stand alone product. Based on such understanding, the present invention may implement all or part of the flow of the method of the above embodiment, or may be implemented by a computer program to instruct related hardware, where the computer program may be stored in a computer readable storage medium, and when the computer program is executed by a processor, the computer program may implement the steps of each of the method embodiments described above. Wherein the computer program comprises computer program code which may be in source code form, object code form, executable file or some intermediate form etc. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), an electrical carrier signal, a telecommunications signal, a software distribution medium, and so forth. It should be noted that the computer readable medium contains content that can be appropriately scaled according to the requirements of jurisdictions in which such content is subject to legislation and patent practice, such as in certain jurisdictions in which such content is subject to legislation and patent practice, the computer readable medium does not include electrical carrier signals and telecommunication signals.
It should be noted that modifications and adaptations to the invention may occur to one skilled in the art without departing from the principles of the present invention and are intended to be within the scope of the present invention.
Claims (7)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210058064.1A CN114448750B (en) | 2022-01-19 | 2022-01-19 | Communication method, device, equipment and medium of pure network bridge mode |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202210058064.1A CN114448750B (en) | 2022-01-19 | 2022-01-19 | Communication method, device, equipment and medium of pure network bridge mode |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN114448750A CN114448750A (en) | 2022-05-06 |
| CN114448750B true CN114448750B (en) | 2024-06-04 |
Family
ID=81368106
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN202210058064.1A Active CN114448750B (en) | 2022-01-19 | 2022-01-19 | Communication method, device, equipment and medium of pure network bridge mode |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN114448750B (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN115914425B (en) * | 2022-12-21 | 2025-08-12 | 北京天融信网络安全技术有限公司 | Transparent proxy method, device, storage medium and equipment for network bridge |
Citations (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2001075626A1 (en) * | 2000-03-31 | 2001-10-11 | Eicon Technology Corporation | Bridge configuration over ip/web |
| KR100681466B1 (en) * | 2006-03-08 | 2007-02-09 | 주식회사 이젠이에스 | Combined Communication Device Performing Bridge Operation and Routing Operation |
| JP2011182269A (en) * | 2010-03-03 | 2011-09-15 | Meidensha Corp | Network security system and method |
| CN108259633A (en) * | 2017-05-31 | 2018-07-06 | 新华三技术有限公司 | Realize the method, system and device of management three layers of communication of message |
| CN108684013A (en) * | 2018-03-29 | 2018-10-19 | 北方工业大学 | Communication system and communication method for subway emergency rescue |
| CN110401923A (en) * | 2019-04-19 | 2019-11-01 | 广州天链通信科技有限公司 | A kind of method and VSAT terminal of VSAT terminal bridge and routing mode support simultaneously |
| CN110572817A (en) * | 2019-07-30 | 2019-12-13 | 华为技术有限公司 | A communication method and electronic device |
| CN111641733A (en) * | 2020-06-07 | 2020-09-08 | 深圳市乙辰科技股份有限公司 | Network bridge equipment management method and device and readable storage medium |
| CN112235175A (en) * | 2020-09-01 | 2021-01-15 | 深圳市共进电子股份有限公司 | Access method and access device of network bridge equipment and network bridge equipment |
| CN112953833A (en) * | 2021-03-25 | 2021-06-11 | 全讯汇聚网络科技(北京)有限公司 | Method, system and gateway equipment for realizing three-layer route forwarding based on network bridge |
| CN113612689A (en) * | 2021-08-11 | 2021-11-05 | 优刻得科技股份有限公司 | Message forwarding method, system, device and medium |
Family Cites Families (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8036237B2 (en) * | 2003-05-16 | 2011-10-11 | Tut Systems, Inc. | System and method for transparent virtual routing |
| GB2418326B (en) * | 2004-09-17 | 2007-04-11 | Hewlett Packard Development Co | Network vitrualization |
| TWI713328B (en) * | 2018-03-19 | 2020-12-11 | 和碩聯合科技股份有限公司 | Network bridge and management method of network |
-
2022
- 2022-01-19 CN CN202210058064.1A patent/CN114448750B/en active Active
Patent Citations (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2001075626A1 (en) * | 2000-03-31 | 2001-10-11 | Eicon Technology Corporation | Bridge configuration over ip/web |
| KR100681466B1 (en) * | 2006-03-08 | 2007-02-09 | 주식회사 이젠이에스 | Combined Communication Device Performing Bridge Operation and Routing Operation |
| JP2011182269A (en) * | 2010-03-03 | 2011-09-15 | Meidensha Corp | Network security system and method |
| CN108259633A (en) * | 2017-05-31 | 2018-07-06 | 新华三技术有限公司 | Realize the method, system and device of management three layers of communication of message |
| CN108684013A (en) * | 2018-03-29 | 2018-10-19 | 北方工业大学 | Communication system and communication method for subway emergency rescue |
| CN110401923A (en) * | 2019-04-19 | 2019-11-01 | 广州天链通信科技有限公司 | A kind of method and VSAT terminal of VSAT terminal bridge and routing mode support simultaneously |
| CN110572817A (en) * | 2019-07-30 | 2019-12-13 | 华为技术有限公司 | A communication method and electronic device |
| CN111641733A (en) * | 2020-06-07 | 2020-09-08 | 深圳市乙辰科技股份有限公司 | Network bridge equipment management method and device and readable storage medium |
| CN112235175A (en) * | 2020-09-01 | 2021-01-15 | 深圳市共进电子股份有限公司 | Access method and access device of network bridge equipment and network bridge equipment |
| CN112953833A (en) * | 2021-03-25 | 2021-06-11 | 全讯汇聚网络科技(北京)有限公司 | Method, system and gateway equipment for realizing three-layer route forwarding based on network bridge |
| CN113612689A (en) * | 2021-08-11 | 2021-11-05 | 优刻得科技股份有限公司 | Message forwarding method, system, device and medium |
Also Published As
| Publication number | Publication date |
|---|---|
| CN114448750A (en) | 2022-05-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP2536092A1 (en) | Method and device for port mapping, and communications system | |
| CN111294399B (en) | A data transmission method and device | |
| CN109218261B (en) | Data processing method and data processing device | |
| CN110290044B (en) | Method, device and storage medium for shunting VPN (virtual private network) and backbone network | |
| CN103916484B (en) | The method and apparatus for configuring IP address | |
| CN102546407B (en) | File transmitting method and device | |
| JP4605066B2 (en) | IP telephone system and IP telephone terminal registration method | |
| CN118784548B (en) | Data forwarding method, static routing flow table item generation method, device, computer equipment and storage medium | |
| JP7572013B2 (en) | IPv6 network communication method, device, and system | |
| CN114448750B (en) | Communication method, device, equipment and medium of pure network bridge mode | |
| CN104506405B (en) | The method and device of cross-domain access | |
| CN113163024A (en) | Message processing method, server and storage medium | |
| US7505418B1 (en) | Network loopback using a virtual address | |
| CN111711705A (en) | Method and device for realizing network connection based on proxy node for bidirectional NAT | |
| US7536479B2 (en) | Local and remote network based management of an operating system-independent processor | |
| CN110753135A (en) | IP address configuration method, configuration equipment and storage medium | |
| CN102761629B (en) | The method of dns server address, Apparatus and system are set | |
| CN115086276B (en) | Address management method, device, equipment and system | |
| CN115277625A (en) | Communication management method, electronic device, storage medium and system | |
| CN110290230B (en) | Method, device and storage medium for detecting dialing mode supported by network environment | |
| KR102109174B1 (en) | Network bridge and management method of network | |
| CN114024823A (en) | Method and system for realizing convenient management of router | |
| CN118382102A (en) | Information collection method, electronic device, computer readable medium and product | |
| CN101909042A (en) | Method and system for host with IPv4 application to communicate through IPv6 network | |
| CN118646796A (en) | A virtual desktop server |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| GR01 | Patent grant | ||
| GR01 | Patent grant |