Connecting 2 PCs using a dual port ethernet card












0















I have a PC with a lot of harddisks and I would like to access to these disks from an other machine. I know alredy, that 2 ethernet cards can be connected directly, using a special crossover cable.
The only limitation is, the other machine has only some of the old PCI slots free. (The PCI-express slots are alredy in use.) My idea is to buy 2 dual port gigabit ethernet cards (like the ZEXMTE Gigabit Ethernet PCI)
so i could have 2Gbit/sec transfer rates, which is enough for me.
(There are alredy 10Gbit ethernet cards on the market, but they all use PCI-express and not the old PCI interface.)



Can I connect the 2 ports of the 2 cards with a crossover cable without an extra switch or router ?
Could I really reach the 2Gbit/sec (or similar) ?










share|improve this question



























    0















    I have a PC with a lot of harddisks and I would like to access to these disks from an other machine. I know alredy, that 2 ethernet cards can be connected directly, using a special crossover cable.
    The only limitation is, the other machine has only some of the old PCI slots free. (The PCI-express slots are alredy in use.) My idea is to buy 2 dual port gigabit ethernet cards (like the ZEXMTE Gigabit Ethernet PCI)
    so i could have 2Gbit/sec transfer rates, which is enough for me.
    (There are alredy 10Gbit ethernet cards on the market, but they all use PCI-express and not the old PCI interface.)



    Can I connect the 2 ports of the 2 cards with a crossover cable without an extra switch or router ?
    Could I really reach the 2Gbit/sec (or similar) ?










    share|improve this question

























      0












      0








      0








      I have a PC with a lot of harddisks and I would like to access to these disks from an other machine. I know alredy, that 2 ethernet cards can be connected directly, using a special crossover cable.
      The only limitation is, the other machine has only some of the old PCI slots free. (The PCI-express slots are alredy in use.) My idea is to buy 2 dual port gigabit ethernet cards (like the ZEXMTE Gigabit Ethernet PCI)
      so i could have 2Gbit/sec transfer rates, which is enough for me.
      (There are alredy 10Gbit ethernet cards on the market, but they all use PCI-express and not the old PCI interface.)



      Can I connect the 2 ports of the 2 cards with a crossover cable without an extra switch or router ?
      Could I really reach the 2Gbit/sec (or similar) ?










      share|improve this question














      I have a PC with a lot of harddisks and I would like to access to these disks from an other machine. I know alredy, that 2 ethernet cards can be connected directly, using a special crossover cable.
      The only limitation is, the other machine has only some of the old PCI slots free. (The PCI-express slots are alredy in use.) My idea is to buy 2 dual port gigabit ethernet cards (like the ZEXMTE Gigabit Ethernet PCI)
      so i could have 2Gbit/sec transfer rates, which is enough for me.
      (There are alredy 10Gbit ethernet cards on the market, but they all use PCI-express and not the old PCI interface.)



      Can I connect the 2 ports of the 2 cards with a crossover cable without an extra switch or router ?
      Could I really reach the 2Gbit/sec (or similar) ?







      ethernet crossover






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 10 at 15:36









      awgold90awgold90

      33




      33






















          1 Answer
          1






          active

          oldest

          votes


















          0














          2Gbit/sec maybe it all depends on windowing. The cable you are talking about can be made as well. You have to switch cables 1 ==> 3, 2 ==> 6 on one side. You will also have to statically assign the IP addresses. Make sure each port are on the same ip schema (192.168.0.x) and subnet (255.255.255.0) which is connected to each other. Share the folder or use the admin share (c$) and map the drive.






          share|improve this answer
























          • Ok, thanx. To make it clear: if I have this dual port card, do I have 2 ip addresses on both machines, or does the card automatically a bonding, so only 1 ip address will show up ?

            – awgold90
            Jan 10 at 16:13













          • You can do either. It will not "automatically bond" you will have to manually do it. it is in the ethernet settings if you right click on it.

            – James
            Jan 10 at 16:33











          • Here someone mentioned, that the transfer was slow using a crossover cable with a Gbit ethernet card. I alredy did a crossconnect between 100Mbit cards, and the speed was NOT slow. Is something special with the Gbit ethernet?

            – awgold90
            Jan 10 at 17:25











          • @awgold90 GbE mandates auto MDI-X on all ports, which means you shouldn't need a crossover cable for it at all. Some poorly designed GbE NIC's (usually cheap knockoffs of name brands) are designed with this in mind, and don't properly handle crossover cables (because they assume everyone will just use straight through cables).

            – Austin Hemmelgarn
            Jan 10 at 20:11











          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%2f1392797%2fconnecting-2-pcs-using-a-dual-port-ethernet-card%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














          2Gbit/sec maybe it all depends on windowing. The cable you are talking about can be made as well. You have to switch cables 1 ==> 3, 2 ==> 6 on one side. You will also have to statically assign the IP addresses. Make sure each port are on the same ip schema (192.168.0.x) and subnet (255.255.255.0) which is connected to each other. Share the folder or use the admin share (c$) and map the drive.






          share|improve this answer
























          • Ok, thanx. To make it clear: if I have this dual port card, do I have 2 ip addresses on both machines, or does the card automatically a bonding, so only 1 ip address will show up ?

            – awgold90
            Jan 10 at 16:13













          • You can do either. It will not "automatically bond" you will have to manually do it. it is in the ethernet settings if you right click on it.

            – James
            Jan 10 at 16:33











          • Here someone mentioned, that the transfer was slow using a crossover cable with a Gbit ethernet card. I alredy did a crossconnect between 100Mbit cards, and the speed was NOT slow. Is something special with the Gbit ethernet?

            – awgold90
            Jan 10 at 17:25











          • @awgold90 GbE mandates auto MDI-X on all ports, which means you shouldn't need a crossover cable for it at all. Some poorly designed GbE NIC's (usually cheap knockoffs of name brands) are designed with this in mind, and don't properly handle crossover cables (because they assume everyone will just use straight through cables).

            – Austin Hemmelgarn
            Jan 10 at 20:11
















          0














          2Gbit/sec maybe it all depends on windowing. The cable you are talking about can be made as well. You have to switch cables 1 ==> 3, 2 ==> 6 on one side. You will also have to statically assign the IP addresses. Make sure each port are on the same ip schema (192.168.0.x) and subnet (255.255.255.0) which is connected to each other. Share the folder or use the admin share (c$) and map the drive.






          share|improve this answer
























          • Ok, thanx. To make it clear: if I have this dual port card, do I have 2 ip addresses on both machines, or does the card automatically a bonding, so only 1 ip address will show up ?

            – awgold90
            Jan 10 at 16:13













          • You can do either. It will not "automatically bond" you will have to manually do it. it is in the ethernet settings if you right click on it.

            – James
            Jan 10 at 16:33











          • Here someone mentioned, that the transfer was slow using a crossover cable with a Gbit ethernet card. I alredy did a crossconnect between 100Mbit cards, and the speed was NOT slow. Is something special with the Gbit ethernet?

            – awgold90
            Jan 10 at 17:25











          • @awgold90 GbE mandates auto MDI-X on all ports, which means you shouldn't need a crossover cable for it at all. Some poorly designed GbE NIC's (usually cheap knockoffs of name brands) are designed with this in mind, and don't properly handle crossover cables (because they assume everyone will just use straight through cables).

            – Austin Hemmelgarn
            Jan 10 at 20:11














          0












          0








          0







          2Gbit/sec maybe it all depends on windowing. The cable you are talking about can be made as well. You have to switch cables 1 ==> 3, 2 ==> 6 on one side. You will also have to statically assign the IP addresses. Make sure each port are on the same ip schema (192.168.0.x) and subnet (255.255.255.0) which is connected to each other. Share the folder or use the admin share (c$) and map the drive.






          share|improve this answer













          2Gbit/sec maybe it all depends on windowing. The cable you are talking about can be made as well. You have to switch cables 1 ==> 3, 2 ==> 6 on one side. You will also have to statically assign the IP addresses. Make sure each port are on the same ip schema (192.168.0.x) and subnet (255.255.255.0) which is connected to each other. Share the folder or use the admin share (c$) and map the drive.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 10 at 15:48









          JamesJames

          184




          184













          • Ok, thanx. To make it clear: if I have this dual port card, do I have 2 ip addresses on both machines, or does the card automatically a bonding, so only 1 ip address will show up ?

            – awgold90
            Jan 10 at 16:13













          • You can do either. It will not "automatically bond" you will have to manually do it. it is in the ethernet settings if you right click on it.

            – James
            Jan 10 at 16:33











          • Here someone mentioned, that the transfer was slow using a crossover cable with a Gbit ethernet card. I alredy did a crossconnect between 100Mbit cards, and the speed was NOT slow. Is something special with the Gbit ethernet?

            – awgold90
            Jan 10 at 17:25











          • @awgold90 GbE mandates auto MDI-X on all ports, which means you shouldn't need a crossover cable for it at all. Some poorly designed GbE NIC's (usually cheap knockoffs of name brands) are designed with this in mind, and don't properly handle crossover cables (because they assume everyone will just use straight through cables).

            – Austin Hemmelgarn
            Jan 10 at 20:11



















          • Ok, thanx. To make it clear: if I have this dual port card, do I have 2 ip addresses on both machines, or does the card automatically a bonding, so only 1 ip address will show up ?

            – awgold90
            Jan 10 at 16:13













          • You can do either. It will not "automatically bond" you will have to manually do it. it is in the ethernet settings if you right click on it.

            – James
            Jan 10 at 16:33











          • Here someone mentioned, that the transfer was slow using a crossover cable with a Gbit ethernet card. I alredy did a crossconnect between 100Mbit cards, and the speed was NOT slow. Is something special with the Gbit ethernet?

            – awgold90
            Jan 10 at 17:25











          • @awgold90 GbE mandates auto MDI-X on all ports, which means you shouldn't need a crossover cable for it at all. Some poorly designed GbE NIC's (usually cheap knockoffs of name brands) are designed with this in mind, and don't properly handle crossover cables (because they assume everyone will just use straight through cables).

            – Austin Hemmelgarn
            Jan 10 at 20:11

















          Ok, thanx. To make it clear: if I have this dual port card, do I have 2 ip addresses on both machines, or does the card automatically a bonding, so only 1 ip address will show up ?

          – awgold90
          Jan 10 at 16:13







          Ok, thanx. To make it clear: if I have this dual port card, do I have 2 ip addresses on both machines, or does the card automatically a bonding, so only 1 ip address will show up ?

          – awgold90
          Jan 10 at 16:13















          You can do either. It will not "automatically bond" you will have to manually do it. it is in the ethernet settings if you right click on it.

          – James
          Jan 10 at 16:33





          You can do either. It will not "automatically bond" you will have to manually do it. it is in the ethernet settings if you right click on it.

          – James
          Jan 10 at 16:33













          Here someone mentioned, that the transfer was slow using a crossover cable with a Gbit ethernet card. I alredy did a crossconnect between 100Mbit cards, and the speed was NOT slow. Is something special with the Gbit ethernet?

          – awgold90
          Jan 10 at 17:25





          Here someone mentioned, that the transfer was slow using a crossover cable with a Gbit ethernet card. I alredy did a crossconnect between 100Mbit cards, and the speed was NOT slow. Is something special with the Gbit ethernet?

          – awgold90
          Jan 10 at 17:25













          @awgold90 GbE mandates auto MDI-X on all ports, which means you shouldn't need a crossover cable for it at all. Some poorly designed GbE NIC's (usually cheap knockoffs of name brands) are designed with this in mind, and don't properly handle crossover cables (because they assume everyone will just use straight through cables).

          – Austin Hemmelgarn
          Jan 10 at 20:11





          @awgold90 GbE mandates auto MDI-X on all ports, which means you shouldn't need a crossover cable for it at all. Some poorly designed GbE NIC's (usually cheap knockoffs of name brands) are designed with this in mind, and don't properly handle crossover cables (because they assume everyone will just use straight through cables).

          – Austin Hemmelgarn
          Jan 10 at 20:11


















          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%2f1392797%2fconnecting-2-pcs-using-a-dual-port-ethernet-card%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

          Список кардиналов, возведённых папой римским Каликстом III

          Deduzione

          Mysql.sock missing - “Can't connect to local MySQL server through socket”