Results 1 to 8 of 8

Thread: using both onboard network cards

  1. #1
    Xtreme Member
    Join Date
    Dec 2002
    Location
    Denmark
    Posts
    140

    using both onboard network cards

    Would it be possible to use both the lan ports on the Asus Formula Maximus motherboard? Setting them them up so that one is for outgoing traffic and the other for incomming only? if so, how to do this?

  2. #2
    Moderator
    Join Date
    Nov 2006
    Posts
    1,217
    There are different types of layer 2 load balancing - find out which one you can support (hardware and software) and which one you want to have:
    Mode 0: Round Robin. Transmissions are load balanced by sending from available interfaces sequentially packet by packet. Transmissions only are load balanced. Provides load balancing and fault tolerance.

    Mode 1: Active-Backup. This is the simplest mode of operation for bonding. Only one Ethernet slave is active at any one time. When the active connection fails another slave is chosen to take over as the active slave and the MAC address is transferred to that connection. The switch will effectively view this the same as if the host was disconnected from one port and then connected to another port. This mode provides fault tolerance but does not provide any increase in performance.

    Mode 2: Balanced XOR. This is a simple form of load balancing using the XOR of the MAC addresses of the host and the destination. It works in general fairly well but always sends the packets through the same channel when sending to the same destination. This means that it is relatively effective when communicating with a large number of different remote hosts but loses effectiveness as the number decreases becoming worthless as the value becomes one. This mode provides fault tolerance and some load balancing.

    Mode 3: Broadcast. This mode simply uses all channels to mirror all transmissions. It does not provide any load balancing but is for fault tolerance only.

    Mode 4: IEEE 803.ad Dynamic Link Aggregation. This mode provides fault tolerance as well as load balancing. It is highly effective but requires configuration changes on the switch and the switch must support 802.3ad Link Aggregation.

    Mode 5: Adaptive Transmit Load Balancing. This mode provides fault tolerance and transmit (out going) load balancing. It provides no receiving load balancing. This mode does not require any configuration on the switch. Ethtool support is required in the network adapter (NIC) driver.

    Mode 6: Adaptive Load Balancing. Like mode five but provides fault tolerance and bidirectional load balancing. The transmit load balancing is identical but receipt load balancing is accomplished by ARP trickery.

  3. #3
    Xtreme Member
    Join Date
    Dec 2002
    Location
    Denmark
    Posts
    140
    ok, so I guess it's not possible to just use one for incomming and one for out going traffic. Just read somewhere that it would be useful in some cases as many internal lan cards didn't handle full duplex the optimal way.

    Balanced XOR doesn't sound to bad as I got some programs pulling information from sometimes over a hundred sites at once.

    Just not sure if the hardware supports it (onboard LAN on X38 chipset) Buffalo WZR-HP-G300N router.

  4. #4
    Xtreme Addict
    Join Date
    Apr 2007
    Location
    Suddenly, Minneapolis...again
    Posts
    1,403
    Quote Originally Posted by Mic View Post
    Balanced XOR doesn't sound to bad as I got some programs pulling information from sometimes over a hundred sites at once.
    Torrenting that hard core pron!
    Boy that info was old. As am I. Currently my kids have taken over my desktops. They are both sporting matching GTX1080's. Last Christmas I got everyone Oculuses and thus GTX1080's. My eldest is some sort of CSGO champion gold label something or other. Me I work and shoot real guns. Build Comps as needed.

  5. #5
    Registered User
    Join Date
    Nov 2009
    Location
    LA
    Posts
    70
    The problem is most high speed connections cant even come close to saturating a gigabit connection. Even pulling info from over 100 sites, you are still limited by your internet conection. So the benefits would be insignificant, if at all.

  6. #6
    Xtreme Member
    Join Date
    Dec 2002
    Location
    Denmark
    Posts
    140
    Quote Originally Posted by little_scrapper View Post
    Torrenting that hard core pron!
    that's the other server


    Biznatch: I had some problems with the computer loosing internet connection now and then when connected to to many sites. Which was why I noticed some talk about using two lan ports to prevent that sort of problems. Downloaded and ran som TCP tweaker which seems to actually fix my problem in this case.

  7. #7
    Xtreme CCIE
    Join Date
    Dec 2004
    Location
    Atlanta, GA
    Posts
    3,842
    Using 2 NICs shouldn't really solve torrenting issues. As other posters said, your Internet speed <<<< Gigabit speed. It is technically possible to hit an OS-imposed connection limit per NIC, but I haven't really heard of that being an issue ever. Your home router is definitely capable of frying though. To use DD-WRT (custom firmware) for example, it allows up to 4096 concurrent sessions and will not allow any more... and it counts "concurrent" as "within the last hour" (hopefully unless terminated properly, but without viewing the source code I couldn't say). Either way, that's really not a lot when you start talking about large torrents. And again, that's on custom firmware; I would expect most manufacturer software to have limits at or below that line.
    Dual CCIE (Route\Switch and Security) at your disposal. Have a Cisco-related or other network question? My PM box is always open.

    Xtreme Network:
    - Cisco 3560X-24P PoE Switch
    - Cisco ASA 5505 Firewall
    - Cisco 4402 Wireless LAN Controller
    - Cisco 3502i Access Point

  8. #8
    Registered User
    Join Date
    Nov 2009
    Location
    LA
    Posts
    70
    Quote Originally Posted by Serra View Post
    Using 2 NICs shouldn't really solve torrenting issues. As other posters said, your Internet speed <<<< Gigabit speed. It is technically possible to hit an OS-imposed connection limit per NIC, but I haven't really heard of that being an issue ever. Your home router is definitely capable of frying though. To use DD-WRT (custom firmware) for example, it allows up to 4096 concurrent sessions and will not allow any more... and it counts "concurrent" as "within the last hour" (hopefully unless terminated properly, but without viewing the source code I couldn't say). Either way, that's really not a lot when you start talking about large torrents. And again, that's on custom firmware; I would expect most manufacturer software to have limits at or below that line.
    I agree, my little wrt54g with DDwrt would still get hot and slow down if I didnt restrict my torrents quite a bit. Just get a small low power system with a couple NICs running PFSense as your router. Thats what I run and never have any issues like that unless my ISP is crapping out.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •