Merge a WiFi network with a LAN network











up vote
0
down vote

favorite












In my office I have two Internet connections. On the first floor I have LAN connection and on the second floor a WiFi connection. Both LAN & WiFi connection ISP providers are different.



I have a local server on the first floor connected to the LAN. All the LAN users can connect to it but the WiFi users can't.



I want to merge the LAN & WiFi connections so everyone can use the local server. How do I do so?










share|improve this question
























  • You can do this with network hardware, depending on the server you may also be able to do this from the server os. Please update your question with the server hardware/serverOS and models of both devices you want interconnected.
    – Tim_Stewart
    Jun 28 at 17:32

















up vote
0
down vote

favorite












In my office I have two Internet connections. On the first floor I have LAN connection and on the second floor a WiFi connection. Both LAN & WiFi connection ISP providers are different.



I have a local server on the first floor connected to the LAN. All the LAN users can connect to it but the WiFi users can't.



I want to merge the LAN & WiFi connections so everyone can use the local server. How do I do so?










share|improve this question
























  • You can do this with network hardware, depending on the server you may also be able to do this from the server os. Please update your question with the server hardware/serverOS and models of both devices you want interconnected.
    – Tim_Stewart
    Jun 28 at 17:32















up vote
0
down vote

favorite









up vote
0
down vote

favorite











In my office I have two Internet connections. On the first floor I have LAN connection and on the second floor a WiFi connection. Both LAN & WiFi connection ISP providers are different.



I have a local server on the first floor connected to the LAN. All the LAN users can connect to it but the WiFi users can't.



I want to merge the LAN & WiFi connections so everyone can use the local server. How do I do so?










share|improve this question















In my office I have two Internet connections. On the first floor I have LAN connection and on the second floor a WiFi connection. Both LAN & WiFi connection ISP providers are different.



I have a local server on the first floor connected to the LAN. All the LAN users can connect to it but the WiFi users can't.



I want to merge the LAN & WiFi connections so everyone can use the local server. How do I do so?







networking lan wifi-configuration






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 28 at 14:17









robinCTS

3,98941527




3,98941527










asked Jun 28 at 13:39









Atikur Rahaman

1




1












  • You can do this with network hardware, depending on the server you may also be able to do this from the server os. Please update your question with the server hardware/serverOS and models of both devices you want interconnected.
    – Tim_Stewart
    Jun 28 at 17:32




















  • You can do this with network hardware, depending on the server you may also be able to do this from the server os. Please update your question with the server hardware/serverOS and models of both devices you want interconnected.
    – Tim_Stewart
    Jun 28 at 17:32


















You can do this with network hardware, depending on the server you may also be able to do this from the server os. Please update your question with the server hardware/serverOS and models of both devices you want interconnected.
– Tim_Stewart
Jun 28 at 17:32






You can do this with network hardware, depending on the server you may also be able to do this from the server os. Please update your question with the server hardware/serverOS and models of both devices you want interconnected.
– Tim_Stewart
Jun 28 at 17:32












2 Answers
2






active

oldest

votes

















up vote
0
down vote













Firstly, get some advice from a professional network/IT company.



If you want to do this properly you're going to need a network device/modem/router that provides multiple WAN connectivity. These allow multiple WANs to be connected together for such purposes as failover, increased bandwidth and bandwidth/traffic separation.



The device can then allow you to create a single (or multiple, via VLAN technology) network where you can combine your LAN and wifi and allow routing between the two (or make one, big network) allowing your LAN and wifi devices to talk to each other and use one or both of the Internet connections.



Such devices, off the top of my head (and from previous experience) are DrayTek Vigor multi-WAN routers.



enter image description here



You'll see an example image above (source: https://www.dsl-warehouse.com/images/draytek-vigor-2920vn-connections.jpg) showing WAN1 and WAN2 which are the separate ISP connections (Ethernet so you can use your ISP equipment but plug them into the DrayTek with minimal configuration) and the four gigabit LAN sockets allowing you to have up to four separate LANs or (from what I can recall) up to 10 (or 20) VLANs between the Ethernet and wireless networks.



You can even create multiple wireless networks so you can have, say, a guest and a staff network and they'll be completely safe from one another.






share|improve this answer























  • You can then use the router device ports to span your network with trees of switches and access points, as necessary, and use VLANs and trunks to build your desired network infrastructure... As a recommendation: if you're planning a network across multiple floors, consider multiple APs on both floors and, of course, network sockets so you can have a central hub room(s) per floor etc etc.
    – Kinnectus
    Jun 29 at 10:55


















up vote
0
down vote













FWIW, a router with "bridge mode" could be an option. Zyxel had at least one inexpensive model in their product lines. I cannot provide a more detailed answer since the question is not very clear.






share|improve this answer





















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    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',
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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%2fsuperuser.com%2fquestions%2f1334968%2fmerge-a-wifi-network-with-a-lan-network%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








    up vote
    0
    down vote













    Firstly, get some advice from a professional network/IT company.



    If you want to do this properly you're going to need a network device/modem/router that provides multiple WAN connectivity. These allow multiple WANs to be connected together for such purposes as failover, increased bandwidth and bandwidth/traffic separation.



    The device can then allow you to create a single (or multiple, via VLAN technology) network where you can combine your LAN and wifi and allow routing between the two (or make one, big network) allowing your LAN and wifi devices to talk to each other and use one or both of the Internet connections.



    Such devices, off the top of my head (and from previous experience) are DrayTek Vigor multi-WAN routers.



    enter image description here



    You'll see an example image above (source: https://www.dsl-warehouse.com/images/draytek-vigor-2920vn-connections.jpg) showing WAN1 and WAN2 which are the separate ISP connections (Ethernet so you can use your ISP equipment but plug them into the DrayTek with minimal configuration) and the four gigabit LAN sockets allowing you to have up to four separate LANs or (from what I can recall) up to 10 (or 20) VLANs between the Ethernet and wireless networks.



    You can even create multiple wireless networks so you can have, say, a guest and a staff network and they'll be completely safe from one another.






    share|improve this answer























    • You can then use the router device ports to span your network with trees of switches and access points, as necessary, and use VLANs and trunks to build your desired network infrastructure... As a recommendation: if you're planning a network across multiple floors, consider multiple APs on both floors and, of course, network sockets so you can have a central hub room(s) per floor etc etc.
      – Kinnectus
      Jun 29 at 10:55















    up vote
    0
    down vote













    Firstly, get some advice from a professional network/IT company.



    If you want to do this properly you're going to need a network device/modem/router that provides multiple WAN connectivity. These allow multiple WANs to be connected together for such purposes as failover, increased bandwidth and bandwidth/traffic separation.



    The device can then allow you to create a single (or multiple, via VLAN technology) network where you can combine your LAN and wifi and allow routing between the two (or make one, big network) allowing your LAN and wifi devices to talk to each other and use one or both of the Internet connections.



    Such devices, off the top of my head (and from previous experience) are DrayTek Vigor multi-WAN routers.



    enter image description here



    You'll see an example image above (source: https://www.dsl-warehouse.com/images/draytek-vigor-2920vn-connections.jpg) showing WAN1 and WAN2 which are the separate ISP connections (Ethernet so you can use your ISP equipment but plug them into the DrayTek with minimal configuration) and the four gigabit LAN sockets allowing you to have up to four separate LANs or (from what I can recall) up to 10 (or 20) VLANs between the Ethernet and wireless networks.



    You can even create multiple wireless networks so you can have, say, a guest and a staff network and they'll be completely safe from one another.






    share|improve this answer























    • You can then use the router device ports to span your network with trees of switches and access points, as necessary, and use VLANs and trunks to build your desired network infrastructure... As a recommendation: if you're planning a network across multiple floors, consider multiple APs on both floors and, of course, network sockets so you can have a central hub room(s) per floor etc etc.
      – Kinnectus
      Jun 29 at 10:55













    up vote
    0
    down vote










    up vote
    0
    down vote









    Firstly, get some advice from a professional network/IT company.



    If you want to do this properly you're going to need a network device/modem/router that provides multiple WAN connectivity. These allow multiple WANs to be connected together for such purposes as failover, increased bandwidth and bandwidth/traffic separation.



    The device can then allow you to create a single (or multiple, via VLAN technology) network where you can combine your LAN and wifi and allow routing between the two (or make one, big network) allowing your LAN and wifi devices to talk to each other and use one or both of the Internet connections.



    Such devices, off the top of my head (and from previous experience) are DrayTek Vigor multi-WAN routers.



    enter image description here



    You'll see an example image above (source: https://www.dsl-warehouse.com/images/draytek-vigor-2920vn-connections.jpg) showing WAN1 and WAN2 which are the separate ISP connections (Ethernet so you can use your ISP equipment but plug them into the DrayTek with minimal configuration) and the four gigabit LAN sockets allowing you to have up to four separate LANs or (from what I can recall) up to 10 (or 20) VLANs between the Ethernet and wireless networks.



    You can even create multiple wireless networks so you can have, say, a guest and a staff network and they'll be completely safe from one another.






    share|improve this answer














    Firstly, get some advice from a professional network/IT company.



    If you want to do this properly you're going to need a network device/modem/router that provides multiple WAN connectivity. These allow multiple WANs to be connected together for such purposes as failover, increased bandwidth and bandwidth/traffic separation.



    The device can then allow you to create a single (or multiple, via VLAN technology) network where you can combine your LAN and wifi and allow routing between the two (or make one, big network) allowing your LAN and wifi devices to talk to each other and use one or both of the Internet connections.



    Such devices, off the top of my head (and from previous experience) are DrayTek Vigor multi-WAN routers.



    enter image description here



    You'll see an example image above (source: https://www.dsl-warehouse.com/images/draytek-vigor-2920vn-connections.jpg) showing WAN1 and WAN2 which are the separate ISP connections (Ethernet so you can use your ISP equipment but plug them into the DrayTek with minimal configuration) and the four gigabit LAN sockets allowing you to have up to four separate LANs or (from what I can recall) up to 10 (or 20) VLANs between the Ethernet and wireless networks.



    You can even create multiple wireless networks so you can have, say, a guest and a staff network and they'll be completely safe from one another.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Jun 28 at 14:43

























    answered Jun 28 at 14:37









    Kinnectus

    8,82921730




    8,82921730












    • You can then use the router device ports to span your network with trees of switches and access points, as necessary, and use VLANs and trunks to build your desired network infrastructure... As a recommendation: if you're planning a network across multiple floors, consider multiple APs on both floors and, of course, network sockets so you can have a central hub room(s) per floor etc etc.
      – Kinnectus
      Jun 29 at 10:55


















    • You can then use the router device ports to span your network with trees of switches and access points, as necessary, and use VLANs and trunks to build your desired network infrastructure... As a recommendation: if you're planning a network across multiple floors, consider multiple APs on both floors and, of course, network sockets so you can have a central hub room(s) per floor etc etc.
      – Kinnectus
      Jun 29 at 10:55
















    You can then use the router device ports to span your network with trees of switches and access points, as necessary, and use VLANs and trunks to build your desired network infrastructure... As a recommendation: if you're planning a network across multiple floors, consider multiple APs on both floors and, of course, network sockets so you can have a central hub room(s) per floor etc etc.
    – Kinnectus
    Jun 29 at 10:55




    You can then use the router device ports to span your network with trees of switches and access points, as necessary, and use VLANs and trunks to build your desired network infrastructure... As a recommendation: if you're planning a network across multiple floors, consider multiple APs on both floors and, of course, network sockets so you can have a central hub room(s) per floor etc etc.
    – Kinnectus
    Jun 29 at 10:55












    up vote
    0
    down vote













    FWIW, a router with "bridge mode" could be an option. Zyxel had at least one inexpensive model in their product lines. I cannot provide a more detailed answer since the question is not very clear.






    share|improve this answer

























      up vote
      0
      down vote













      FWIW, a router with "bridge mode" could be an option. Zyxel had at least one inexpensive model in their product lines. I cannot provide a more detailed answer since the question is not very clear.






      share|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        FWIW, a router with "bridge mode" could be an option. Zyxel had at least one inexpensive model in their product lines. I cannot provide a more detailed answer since the question is not very clear.






        share|improve this answer












        FWIW, a router with "bridge mode" could be an option. Zyxel had at least one inexpensive model in their product lines. I cannot provide a more detailed answer since the question is not very clear.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 27 at 19:28









        LMSingh

        787413




        787413






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • 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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2fsuperuser.com%2fquestions%2f1334968%2fmerge-a-wifi-network-with-a-lan-network%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

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...