This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to enable Gigabit on a dual-nic?

Because of the physical placement of the Astaro gateway and my WHS, I installed a Intel 1000MT Pro Dual-port Gigabit NIC to use in bridge mode so that the Astaro box and WHS will reside beside each other, and the rest of the computers and switch elsewhere.

The problem I'm having now though is that the Bridge I created with the dual-nic is apparently not connected at Gigabit speeds, as the connection is maxing out around 44Mbps. When the WHS was connected directly to the switch, I could easily get 600Mbps+ on the gigabit enabled computers.

So the obvious question is, how do I enable to the dual-nic/Bridge on the Astaro box run at gigabit speeds?


This thread was automatically locked due to age.
Parents
  • iperf is a good test.

    How many CPU cores do you have (including HyperThreading)? It's possible that you have 4 and that 1 process is maxing out one of them, resulting in 25% utilization and a bottleneck.

    Barry
Reply
  • iperf is a good test.

    How many CPU cores do you have (including HyperThreading)? It's possible that you have 4 and that 1 process is maxing out one of them, resulting in 25% utilization and a bottleneck.

    Barry
Children
  • I think this is as expected. A PCI slot can barely manage the bandwidth for a single port at full GB speed. With overhead and also the fact that I bet the card doesn't let either port flood the bus individually, 44MBs would be a reasonable speed for running a PCI-X card in a PCI slot.

    There is a reason they went to the extra expense of making your card PCI-X, I'm sure if they could have gotten away with it being plain PCI then it would have been designed that way. [:)]
  • I think this is as expected. A PCI slot can barely manage the bandwidth for a single port at full GB speed. With overhead and also the fact that I bet the card doesn't let either port flood the bus individually, 44MBs would be a reasonable speed for running a PCI-X card in a PCI slot.


    I'll second this one as the most likely cause. 

    The standard PCI-32bit/33MHz bus has a maximum theoretical bandwidth of around 1,067Mbps, just higher then a standard gigabit NIC. You also need to consider that in an Astaro unit, the 'bridge' is done in software so every packet navigating the bridge has to pass over the PCI bus twice.

    PCI-X & PCIe on the other hand have starting bandwidths around 2Gbps so are better suited for multiport cards.