Use wired LAN network interface for Teamviewer and Wi-Fi interface for everything elseWhy would Windows use...

Why is the size of a directory either 0 or 4096?

How can I play a serial killer in a party of good PCs?

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

Why maximum length of IP, TCP, UDP packet is not suit?

Website seeing my Facebook data?

Memory usage: #define vs. static const for uint8_t

Why is the "Domain users" group missing from this PowerShell AD query?

Am I correct in stating that the study of topology is purely theoretical?

How to not let the Identify spell spoil everything?

What to do with threats of blacklisting?

Does diversity provide anything that meritocracy does not?

After checking in online, how do I know whether I need to go show my passport at airport check-in?

Do authors have to be politically correct in article-writing?

How do you get out of your own psychology to write characters?

Methods for writing a code review

How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?

"Starve to death" Vs. "Starve to the point of death"

How to politely refuse in-office gym instructor for steroids and protein

Eww, those bytes are gross

Confusion over units in force equation?

What is the difference between "...", '...', $'...', and $"..." quotes?

Are the positive and negative planes inner or outer planes in the Great Wheel cosmology model?

Does a paladin have to announce that they're using Divine Smite before attacking?

Is `Object` a function in JavaScript?



Use wired LAN network interface for Teamviewer and Wi-Fi interface for everything else


Why would Windows use slower network interface despite route metrics?Can I use wired ethernet and wireless Wifi simultaneously?Route gaming data over wireless and everything else through LAN?How to use 2 internet connections from one computer - one just for ssh and the other for everything else?Windows, wired and wireless at once, force SMB to use Ethernet to get faster transferWi-Fi for Internet and LAN Domain Network - Multi-Sourced DNS Resolutionuse VPN for external connections and not use for LANforce mail program to use wireless and wired connections side-by-sideNetwork Interface: block WAN but not LANUsing fastest route to host when connected to wired bridge network and wifi













0















I need to make TeamViewer use my wired network card and web browsing traffic to use my Wi-Fi network card. I am using Windows XP. How can I make this happen?



If the scenario above would not be possible, would it be possible to use a VNC server and setup IP routing for the VNC connection? But I would still need to tell the OS which network interface to use as default.










share|improve this question
















bumped to the homepage by Community 47 mins ago


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
















  • it all comes down to ip routing. are all your teamviewer targets on a known lan that you would never want to access via wifi, even just for passing through?

    – Frank Thomas
    Mar 5 '15 at 5:25
















0















I need to make TeamViewer use my wired network card and web browsing traffic to use my Wi-Fi network card. I am using Windows XP. How can I make this happen?



If the scenario above would not be possible, would it be possible to use a VNC server and setup IP routing for the VNC connection? But I would still need to tell the OS which network interface to use as default.










share|improve this question
















bumped to the homepage by Community 47 mins ago


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
















  • it all comes down to ip routing. are all your teamviewer targets on a known lan that you would never want to access via wifi, even just for passing through?

    – Frank Thomas
    Mar 5 '15 at 5:25














0












0








0








I need to make TeamViewer use my wired network card and web browsing traffic to use my Wi-Fi network card. I am using Windows XP. How can I make this happen?



If the scenario above would not be possible, would it be possible to use a VNC server and setup IP routing for the VNC connection? But I would still need to tell the OS which network interface to use as default.










share|improve this question
















I need to make TeamViewer use my wired network card and web browsing traffic to use my Wi-Fi network card. I am using Windows XP. How can I make this happen?



If the scenario above would not be possible, would it be possible to use a VNC server and setup IP routing for the VNC connection? But I would still need to tell the OS which network interface to use as default.







windows networking windows-xp wireless-networking vnc






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 5 '15 at 4:25









JakeGould

31.5k1096138




31.5k1096138










asked Mar 5 '15 at 3:43









AryaArya

2622419




2622419





bumped to the homepage by Community 47 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 47 mins ago


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















  • it all comes down to ip routing. are all your teamviewer targets on a known lan that you would never want to access via wifi, even just for passing through?

    – Frank Thomas
    Mar 5 '15 at 5:25



















  • it all comes down to ip routing. are all your teamviewer targets on a known lan that you would never want to access via wifi, even just for passing through?

    – Frank Thomas
    Mar 5 '15 at 5:25

















it all comes down to ip routing. are all your teamviewer targets on a known lan that you would never want to access via wifi, even just for passing through?

– Frank Thomas
Mar 5 '15 at 5:25





it all comes down to ip routing. are all your teamviewer targets on a known lan that you would never want to access via wifi, even just for passing through?

– Frank Thomas
Mar 5 '15 at 5:25










1 Answer
1






active

oldest

votes


















0














Assuming that TeamViewer needs to connect to different sites than your web browsing traffic, the easy way to do this is probably to do this with routing. Presumably your wired network connection and your Wi-Fi network connections have different subnets. Make a note of what your default gateway is for the wired connection. Then remove the Default Gateway from your wired network card, and web browsing will use Wi-Fi. Add a custom route for the remote TeamViewer systems; direct such traffic to the address which was your default gateway for the wired connection.



e.g. in Microsoft Windows (which this question was tagged with): ROUTE ADD 192.0.2.0 MASK 255.255.255.0 192.168.0.1 (if 192.168.0.1 is your default gateway).



This is a kind of sloppy approach, as it would affect other software too. The less sloppy approach is to find settings in the software (like TeamViewer, or the web browser) that specify what network card to use. That approach, however, relies on specific options within the software. A lot of software might not even have such an option, and simply relies on routing rules.






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',
    autoActivateHeartbeat: false,
    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%2f885718%2fuse-wired-lan-network-interface-for-teamviewer-and-wi-fi-interface-for-everythin%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Assuming that TeamViewer needs to connect to different sites than your web browsing traffic, the easy way to do this is probably to do this with routing. Presumably your wired network connection and your Wi-Fi network connections have different subnets. Make a note of what your default gateway is for the wired connection. Then remove the Default Gateway from your wired network card, and web browsing will use Wi-Fi. Add a custom route for the remote TeamViewer systems; direct such traffic to the address which was your default gateway for the wired connection.



    e.g. in Microsoft Windows (which this question was tagged with): ROUTE ADD 192.0.2.0 MASK 255.255.255.0 192.168.0.1 (if 192.168.0.1 is your default gateway).



    This is a kind of sloppy approach, as it would affect other software too. The less sloppy approach is to find settings in the software (like TeamViewer, or the web browser) that specify what network card to use. That approach, however, relies on specific options within the software. A lot of software might not even have such an option, and simply relies on routing rules.






    share|improve this answer




























      0














      Assuming that TeamViewer needs to connect to different sites than your web browsing traffic, the easy way to do this is probably to do this with routing. Presumably your wired network connection and your Wi-Fi network connections have different subnets. Make a note of what your default gateway is for the wired connection. Then remove the Default Gateway from your wired network card, and web browsing will use Wi-Fi. Add a custom route for the remote TeamViewer systems; direct such traffic to the address which was your default gateway for the wired connection.



      e.g. in Microsoft Windows (which this question was tagged with): ROUTE ADD 192.0.2.0 MASK 255.255.255.0 192.168.0.1 (if 192.168.0.1 is your default gateway).



      This is a kind of sloppy approach, as it would affect other software too. The less sloppy approach is to find settings in the software (like TeamViewer, or the web browser) that specify what network card to use. That approach, however, relies on specific options within the software. A lot of software might not even have such an option, and simply relies on routing rules.






      share|improve this answer


























        0












        0








        0







        Assuming that TeamViewer needs to connect to different sites than your web browsing traffic, the easy way to do this is probably to do this with routing. Presumably your wired network connection and your Wi-Fi network connections have different subnets. Make a note of what your default gateway is for the wired connection. Then remove the Default Gateway from your wired network card, and web browsing will use Wi-Fi. Add a custom route for the remote TeamViewer systems; direct such traffic to the address which was your default gateway for the wired connection.



        e.g. in Microsoft Windows (which this question was tagged with): ROUTE ADD 192.0.2.0 MASK 255.255.255.0 192.168.0.1 (if 192.168.0.1 is your default gateway).



        This is a kind of sloppy approach, as it would affect other software too. The less sloppy approach is to find settings in the software (like TeamViewer, or the web browser) that specify what network card to use. That approach, however, relies on specific options within the software. A lot of software might not even have such an option, and simply relies on routing rules.






        share|improve this answer













        Assuming that TeamViewer needs to connect to different sites than your web browsing traffic, the easy way to do this is probably to do this with routing. Presumably your wired network connection and your Wi-Fi network connections have different subnets. Make a note of what your default gateway is for the wired connection. Then remove the Default Gateway from your wired network card, and web browsing will use Wi-Fi. Add a custom route for the remote TeamViewer systems; direct such traffic to the address which was your default gateway for the wired connection.



        e.g. in Microsoft Windows (which this question was tagged with): ROUTE ADD 192.0.2.0 MASK 255.255.255.0 192.168.0.1 (if 192.168.0.1 is your default gateway).



        This is a kind of sloppy approach, as it would affect other software too. The less sloppy approach is to find settings in the software (like TeamViewer, or the web browser) that specify what network card to use. That approach, however, relies on specific options within the software. A lot of software might not even have such an option, and simply relies on routing rules.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 5 '15 at 7:14









        TOOGAMTOOGAM

        11.5k32644




        11.5k32644






























            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f885718%2fuse-wired-lan-network-interface-for-teamviewer-and-wi-fi-interface-for-everythin%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

            VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

            Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

            looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...