What's new

establish a wireless link only between two routers

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

yujianyuanhaha

New Around Here
Recently I am trying to establish a wireless link between two RT-Ac86U routers (AP1 & AP2) using iperf3, the network is illustrate below.

ovv5y-jpg.24374


However, since the two router is wired connected, all the traffic goes through cable line while nearly nothing in the air.


In order to hard-cut the wired connection between AP1 & AP2, I close the wired interfaces via `ifconfig eth_x down`, it work for these idle port (eth0 eth1 eth2 eth3) while not for the working port eth4 ( ... RUNNING ALLMULTI MULTICAST), the host would lost connection to the router immediately after I close it, see screenshots below.

j5nan-png.24375


lglzn-png.24376


It confused me a bit since as we can see br0 is the only one come with ip address (inet addr), and I thought close eth4 should not matter.


Is there anyway to maintain the ssh connection while closing the all ethernet interface and leaving only wireless ones? Or is there any other workaround to iperf3 from wireless or wireless interface only?

Thanks in advance.



Additional note:
1. I know AiMesh works, but AiMesh have defined master node and slave nodes, they both share same channel. Where I am interested in more general mesh network with equal role and their channel is configurable.

2. assigning another ip to wireless interface and iperf3 the new ip would not work either. I successfully assign a new ip to wireless interface eth6 via `ifconfig eth6 192.168.50.101` apart from exiting `192.168.50.1` on AP1 (similair I assign AP2 wireless interface new ip 192.168.50.102). These new ip 101 and 102 can ping each other, but when run `iperf3` (with or without -B bind, AP1 `iperf3 -s -p 5500`, AP2 `iperf3 -c 192.168.50.101 -t 1200 -p 5500`), I see the throughput is pretty high up 1GHz (wireless normally goes up to 600M at best) and tcpdump nothing in the air, I doubt the traffic still goes in the wired cable.
 

Attachments

  • OVv5Y.jpg
    OVv5Y.jpg
    8.4 KB · Views: 467
  • J5NAn.png
    J5NAn.png
    201.5 KB · Views: 434
  • lGlzn.png
    lGlzn.png
    196.4 KB · Views: 442
Last edited:

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top