Jump to content

I'm hoping someone can help me out.

 

I have a Windows server with three NIC, 1x on board, 2x on card.  I've teamed the two on the card together in Switch Dependent and LACP and also aggregated the ports on the router.  I want the server to use this team for essentially everything, saving the other port for RDP/management.

 

As of now the server flip-flops between whichever NIC is wants (teamed or the single). 

 

Any help or tips is appreciated.

Link to comment
https://linustechtips.com/topic/655771-nic-teaming/
Share on other sites

Link to post
Share on other sites

57 minutes ago, slider1578 said:

I'm hoping someone can help me out.

 

I have a Windows server with three NIC, 1x on board, 2x on card.  I've teamed the two on the card together in Switch Dependent and LACP and also aggregated the ports on the router.  I want the server to use this team for essentially everything, saving the other port for RDP/management.

 

As of now the server flip-flops between whichever NIC is wants (teamed or the single). 

 

Any help or tips is appreciated.

Well as long as you connect to RDP to the IP of the non-teamed NIC, it shouldn't be using the bonded connection. If it is, you have a bigger problem.

My native language is C++

Link to comment
https://linustechtips.com/topic/655771-nic-teaming/#findComment-8466479
Share on other sites

Link to post
Share on other sites

are you connecting to the server using a DNS name? if so could it be possible that DNS is resolving to the IP address of the wrong port (team) instead of your dedicated NIC?

If this is the case then I would do a a couple nslookups (nslookup) on your server's name and see what IP address DNS is resolving to.

Link to comment
https://linustechtips.com/topic/655771-nic-teaming/#findComment-8466688
Share on other sites

Link to post
Share on other sites

I think the problem is that all the connections, while having 2 IP addresses still use the same NETBIOS/DNS name, that's also probably why you are seeing the flipping behavior.

 

If you have your own local DNS server, set hard entries for both cards and give them different names like serverx.my.lan and serverx-man.my.lan. That should solve your problem!

 

If you don't have a DNS servers, set it in all the host files on your network.

  • Quindor from the Intermittent Technology blog (intermit.tech) and YouTube channel (Intermit.Tech)
  • Organizer of LAN-parties (1100 people) The Party and CampZone (~2000 people)
  • Officially a senior storage expert, un-officially a networking expert, besides all of that enjoys lots of different computer related subjects
  • Aspiring video maker! ;)
Link to comment
https://linustechtips.com/topic/655771-nic-teaming/#findComment-8466704
Share on other sites

Link to post
Share on other sites

23 minutes ago, Quindor said:

I think the problem is that all the connections, while having 2 IP addresses still use the same NETBIOS/DNS name, that's also probably why you are seeing the flipping behavior.

 

If you have your own local DNS server, set hard entries for both cards and give them different names like serverx.my.lan and serverx-man.my.lan. That should solve your problem!

 

If you don't have a DNS servers, set it in all the host files on your network.

 

I don't have a DNS server, but I'll work with the host files this evening and report back, thanks.

Link to comment
https://linustechtips.com/topic/655771-nic-teaming/#findComment-8467204
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

×