0
Follow
2
View

The multi-broadband access component LAN is faulty

easya619 注册会员
2023-02-28 13:41

How do I connect router A and router B through a physical network cable? Is it a LAN interface to a LAN interface?

dyl1207 注册会员
2023-02-28 13:41
< div class = "md_content_show e397 data - v - 3967" = "" >

the reference answer GPT ᴼ ᴾ ᴱ ᴺ ᴬ ᴵ < br / > if you want to pass the physical wiring routers A and B, The LAN port(local area network port) of one router is usually connected to the WAN port(wide area network port) of another router.

Specifically, if both router A and router B have multiple LAN interfaces and A WAN interface, you can connect one of the LAN interfaces of router A to the WAN interface of router B, or one of the LAN interfaces of router B to the WAN interface of router A. This allows two routers to be connected together to form a LAN.

Note that if you want to connect router A and Router B together, their IP addresses and subnet masks will also need to be configured accordingly to ensure that they are in the same subnet. For details about how to configure the router, see the user manual of the router or consult network technicians.

qq122087013 注册会员
2023-02-28 13:41

According to what you said, router A's WAN interface is connected to broadband A. Router A's LAN interface is connected to wireless router A's WAN interface. The LAN interface of wireless router A connects to the WAN interface of wireless router B, and the LAN interface of wireless router B connects to the WAN interface of router B. Therefore, broadband of router B is not used.

daridliu312 注册会员
2023-02-28 13:41

the reference answer GPT ᴼ ᴾ ᴱ ᴺ ᴬ ᴵ < br / > hello, judging from the information you provide, you need to PC1 was achieved by static routing through A broadband access PC2 and PC3, Ensure that PC2 and PC3 use broadband B to access the Internet.

  • First you need to make sure that routers A and B can communicate with each other, since they are not connected together, you need to connect them in some way. One way to do this is to use A VPN, which is to build a VPN tunnel between routers A and B so that they are logically connected. You can configure OpenVPN or other VPN schemes on routers A and B.

  • About adding static routes, the two routing rules you added on router A are correct. However, on router B, it should be added to its WAN interface, not its LAN interface. Therefore, the correct command would be:

route -p add 192.168.3.1 mask 255.255.255.0 192.168.2.1

Route -p add 192.168.3.1 mask 255.255.255.0 192.168.2.1
  • As for how to connect between routers A and B, if you don't have a physical network cable to connect them, consider using a device such as a wireless bridge or Powerline network adapter to establish the connection. For details, see the device user manual.

Setting up A VPN tunnel and using devices such as wireless Bridges to connect routers A and B require certain configuration and operation experience. Therefore, you are advised to familiarize yourself with relevant knowledge and exercise caution before performing this operation.

yinfeng201 注册会员
2023-02-28 13:41
192.168.4.1 255.255.255.0 192.168.2.1
route -p add 192.168.4.2 255.255.255.0 192.168.2.1

Next, connect the network between router A and router B. This can be done using two TP-Link TL-WR841N wireless routers, in addition to a network cable. Connect the LAN port of router A to the WAN port of TP-Link TL-WR841N wireless router A, and then connect the LAN port of TP-Link TL-WR841N wireless router A to the WAN port of TP-Link TL-WR841N wireless router B. Finally, the LAN port of TP-Link TL-WR841N is connected to the WAN port of router B. As shown below:

Finally, you also need to add static routes on router B:
route -p add 192.168.3.1 255.255.255.0 192.168.1.1

In this way, the bridge between broadband A and broadband B is completed and static routes are added. Then PC1 can ping PC2 and PC3.
If the answer is helpful, please accept it.

chenw456 注册会员
2023-02-28 13:41

So I B broadband where to connect, it feels like only A broadband.