Jump to content

Dual Ethernet traffic control

DragonTamer1

I'm running a server on an old motherboard with a xeon. It is running a couple of game servers, freenas (to be installed when more storage is available) and plex. I want to set it up so that one ethernet port does local area network transfers and the other port is for outside internet transfer. As of right when a file transfer takes place both ethernet ports are maxed out and it is creating problems for the other software on the system.

 

I have been trying to edit the properties of the network controllers so that they only talk to their respective ports. The games don't need any sort of control since they are only port forwarded on a single ethernet jack. The problem is coming from the local transfers.

 

Sorry for the painful description, I'm very new to the whole networking thing.

Intel Xeon 1650 V0 (4.4GHz @1.4V), ASRock X79 Extreme6, 32GB of HyperX 1866, Sapphire Nitro+ 5700XT, Silverstone Redline (black) RL05BB-W, Crucial MX500 500GB SSD, TeamGroup GX2 512GB SSD, WD AV-25 1TB 2.5" HDD with generic Chinese 120GB SSD as cache, x2 Seagate 2TB SSHD(RAID 0) with generic Chinese 240GB SSD as cache, SeaSonic Focus Plus Gold 850, x2 Acer H236HL, Acer V277U be quiet! Dark Rock Pro 4, Logitech K120, Tecknet "Gaming" mouse, Creative Inspire T2900, HyperX Cloud Flight Wireless headset, Windows 10 Pro 64 bit
Link to comment
Share on other sites

Link to post
Share on other sites

If you are referring to Windows SMB transfers, I think you can disable SMB multi channel to prevent this from happening.

Typically, you do not have to disable SMB Multichannel. However, if you want to disable SMB Multichannel, for example, in a test environment, you can use the following SMB cmdlets in Windows PowerShell:

To disable SMB Multichannel on the server side, type the following in Windows PowerShell:

Set-SmbServerConfiguration -EnableMultiChannel $false

To disable SMB Multichannel on the client side, type the following in Windows PowerShell:

Set-SmbClientConfiguration -EnableMultiChannel $false

Please quote or tag me if you need a reply

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×