Pinging between Mesh Network Nodes OpenWrtConfigure OpenWRT as repeaterPort Forwarding using iptables on...

Look mom! I made my own (Base 10) numeral system!

Does it make sense to occupy open space?

What was the first multiprocessor x86 motherboard?

Sets A such that A+A contains the largest set [0,1,..,t]

What is the German idiom or expression for when someone is being hypocritical against their own teachings?

How would a family travel from Indiana to Texas in 1911?

Non-OR journals which regularly publish OR research

How does The Fools Guild make its money?

Why can I log in to my Facebook account with a misspelled email/password?

Does the United States guarantee any unique freedoms?

Is it true that control+alt+delete only became a thing because IBM would not build Bill Gates a computer with a task manager button?

Where is the rule for moving slowly when searching for traps that’s referenced by Dungeon Delver?

What is to be understood by the assertion 'Israels right to exist'?

Does this put me at risk for identity theft?

Unexpected route on a flight from USA to Europe

Ampacity of Conductive Tape

What is the resistivity of copper at 3 kelvin?

Does bottle color affect mold growth?

Did Apollo leave poop on the moon?

Is the beaming of this score following a vocal practice or it is just outdated and obscuring the beat?

Independent table row spacing

Erratic behavior by an internal employee against an external employee

Why should public servants be apolitical?

French equivalent of "Make leaps and bounds"



Pinging between Mesh Network Nodes OpenWrt


Configure OpenWRT as repeaterPort Forwarding using iptables on Open-MeshSetting up a 802.11s mesh network for mobile devices to communicate with a wired serverDo I want a Repeater or a Bridge? (OpenWrt)how do I build a bridge between two virtual machines?How can I set device mode via networkdConnect to guest vm (no wifi driver) from machines on same wireless network as the host machine?10GBit Ethernet network mesh switch with brouting and “VLAN”Multiple clients/APs connected over wifiTrouble setting up Raspbian network bridge






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















I have two mesh nodes that I have configured to be on a mesh created using OpenWrt. I used the tutorial here to set that up. When I ran iw dev $MESH_IFACE station dump, I got the output that I expected which confirmed that the wireless client node was connecting to the mesh.



So, I tried to ping the client node from the access point (which is not wireless), but it said that there was no route to host. When I ran iw dev $MESH_IFACE mpath dump to see the path between the two nodes, nothing showed up.



I thought, maybe I need to create a wireless bridge in order to create a path between the two and send traffic across the network? I followed the tutorial here called Atheros and MAC80211 WDS to implement a wireless network bridge (wireless repeater): http://wiki.openwrt.org/doc/recipes/atheroswds



After following that tutorial and enabling WDS, the iw dev $MESH_IFACE station dump output disappeared. Nothing happened at all, and there was still no path between the two nodes.



Can anyone point me in the right direction tutorial wise or let me know why enabling the wireless network bridge would not help me ping between the two nodes?



I'm fairly new to this so I'm open to conceptual or technical answers.
Thanks for any help in advance.










share|improve this question















bumped to the homepage by Community 58 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.























    1















    I have two mesh nodes that I have configured to be on a mesh created using OpenWrt. I used the tutorial here to set that up. When I ran iw dev $MESH_IFACE station dump, I got the output that I expected which confirmed that the wireless client node was connecting to the mesh.



    So, I tried to ping the client node from the access point (which is not wireless), but it said that there was no route to host. When I ran iw dev $MESH_IFACE mpath dump to see the path between the two nodes, nothing showed up.



    I thought, maybe I need to create a wireless bridge in order to create a path between the two and send traffic across the network? I followed the tutorial here called Atheros and MAC80211 WDS to implement a wireless network bridge (wireless repeater): http://wiki.openwrt.org/doc/recipes/atheroswds



    After following that tutorial and enabling WDS, the iw dev $MESH_IFACE station dump output disappeared. Nothing happened at all, and there was still no path between the two nodes.



    Can anyone point me in the right direction tutorial wise or let me know why enabling the wireless network bridge would not help me ping between the two nodes?



    I'm fairly new to this so I'm open to conceptual or technical answers.
    Thanks for any help in advance.










    share|improve this question















    bumped to the homepage by Community 58 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















      1












      1








      1








      I have two mesh nodes that I have configured to be on a mesh created using OpenWrt. I used the tutorial here to set that up. When I ran iw dev $MESH_IFACE station dump, I got the output that I expected which confirmed that the wireless client node was connecting to the mesh.



      So, I tried to ping the client node from the access point (which is not wireless), but it said that there was no route to host. When I ran iw dev $MESH_IFACE mpath dump to see the path between the two nodes, nothing showed up.



      I thought, maybe I need to create a wireless bridge in order to create a path between the two and send traffic across the network? I followed the tutorial here called Atheros and MAC80211 WDS to implement a wireless network bridge (wireless repeater): http://wiki.openwrt.org/doc/recipes/atheroswds



      After following that tutorial and enabling WDS, the iw dev $MESH_IFACE station dump output disappeared. Nothing happened at all, and there was still no path between the two nodes.



      Can anyone point me in the right direction tutorial wise or let me know why enabling the wireless network bridge would not help me ping between the two nodes?



      I'm fairly new to this so I'm open to conceptual or technical answers.
      Thanks for any help in advance.










      share|improve this question














      I have two mesh nodes that I have configured to be on a mesh created using OpenWrt. I used the tutorial here to set that up. When I ran iw dev $MESH_IFACE station dump, I got the output that I expected which confirmed that the wireless client node was connecting to the mesh.



      So, I tried to ping the client node from the access point (which is not wireless), but it said that there was no route to host. When I ran iw dev $MESH_IFACE mpath dump to see the path between the two nodes, nothing showed up.



      I thought, maybe I need to create a wireless bridge in order to create a path between the two and send traffic across the network? I followed the tutorial here called Atheros and MAC80211 WDS to implement a wireless network bridge (wireless repeater): http://wiki.openwrt.org/doc/recipes/atheroswds



      After following that tutorial and enabling WDS, the iw dev $MESH_IFACE station dump output disappeared. Nothing happened at all, and there was still no path between the two nodes.



      Can anyone point me in the right direction tutorial wise or let me know why enabling the wireless network bridge would not help me ping between the two nodes?



      I'm fairly new to this so I'm open to conceptual or technical answers.
      Thanks for any help in advance.







      networking wifi bridge openwrt ping






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 15 '15 at 2:55









      user461262user461262

      621 gold badge1 silver badge8 bronze badges




      621 gold badge1 silver badge8 bronze badges






      bumped to the homepage by Community 58 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.









      bumped to the homepage by Community 58 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 58 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          2 Answers
          2






          active

          oldest

          votes


















          0














          Have you tried adding the mesh interface to the br-lan bridge of OpenWRT?
          I can't give you an command for the CLI, but if I checkbox the mesh interface in the web gui to be part of the lan bridge, it works.






          share|improve this answer

































            0














            You may find the answer by following this link:



            https://forum.openwrt.org/viewtopic.php?id=59900






            share|improve this answer


























            • Welcome to stackexchange. Your answer is just a link; here's a quote from the help center, which I recommend reading through: "Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline." unix.stackexchange.com/help/how-to-answer

              – Wildcard
              Nov 6 '15 at 2:39
















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "106"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f216062%2fpinging-between-mesh-network-nodes-openwrt%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Have you tried adding the mesh interface to the br-lan bridge of OpenWRT?
            I can't give you an command for the CLI, but if I checkbox the mesh interface in the web gui to be part of the lan bridge, it works.






            share|improve this answer






























              0














              Have you tried adding the mesh interface to the br-lan bridge of OpenWRT?
              I can't give you an command for the CLI, but if I checkbox the mesh interface in the web gui to be part of the lan bridge, it works.






              share|improve this answer




























                0












                0








                0







                Have you tried adding the mesh interface to the br-lan bridge of OpenWRT?
                I can't give you an command for the CLI, but if I checkbox the mesh interface in the web gui to be part of the lan bridge, it works.






                share|improve this answer













                Have you tried adding the mesh interface to the br-lan bridge of OpenWRT?
                I can't give you an command for the CLI, but if I checkbox the mesh interface in the web gui to be part of the lan bridge, it works.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 31 '15 at 14:31









                Ernesto ReyErnesto Rey

                1




                1




























                    0














                    You may find the answer by following this link:



                    https://forum.openwrt.org/viewtopic.php?id=59900






                    share|improve this answer


























                    • Welcome to stackexchange. Your answer is just a link; here's a quote from the help center, which I recommend reading through: "Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline." unix.stackexchange.com/help/how-to-answer

                      – Wildcard
                      Nov 6 '15 at 2:39


















                    0














                    You may find the answer by following this link:



                    https://forum.openwrt.org/viewtopic.php?id=59900






                    share|improve this answer


























                    • Welcome to stackexchange. Your answer is just a link; here's a quote from the help center, which I recommend reading through: "Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline." unix.stackexchange.com/help/how-to-answer

                      – Wildcard
                      Nov 6 '15 at 2:39
















                    0












                    0








                    0







                    You may find the answer by following this link:



                    https://forum.openwrt.org/viewtopic.php?id=59900






                    share|improve this answer













                    You may find the answer by following this link:



                    https://forum.openwrt.org/viewtopic.php?id=59900







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Nov 6 '15 at 2:18









                    Samet TonyalıSamet Tonyalı

                    11 bronze badge




                    11 bronze badge
















                    • Welcome to stackexchange. Your answer is just a link; here's a quote from the help center, which I recommend reading through: "Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline." unix.stackexchange.com/help/how-to-answer

                      – Wildcard
                      Nov 6 '15 at 2:39





















                    • Welcome to stackexchange. Your answer is just a link; here's a quote from the help center, which I recommend reading through: "Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline." unix.stackexchange.com/help/how-to-answer

                      – Wildcard
                      Nov 6 '15 at 2:39



















                    Welcome to stackexchange. Your answer is just a link; here's a quote from the help center, which I recommend reading through: "Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline." unix.stackexchange.com/help/how-to-answer

                    – Wildcard
                    Nov 6 '15 at 2:39







                    Welcome to stackexchange. Your answer is just a link; here's a quote from the help center, which I recommend reading through: "Links to external resources are encouraged, but please add context around the link so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline." unix.stackexchange.com/help/how-to-answer

                    – Wildcard
                    Nov 6 '15 at 2:39




















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f216062%2fpinging-between-mesh-network-nodes-openwrt%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

                    Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

                    Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...