• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

2 NIC cards on a server

Chiefcrowe

Diamond Member
In windows 2008 R2 environment, i have a server that has 2 NIC cards. They both connect to the same switch but they are 2 different subnets (10.1.100 and 10.1.101). I was wondering, if i use the gateways of 10.1.100.1 and 10.1.101.1, will there be any issues?
thanks,
 
In windows 2008 R2 environment, i have a server that has 2 NIC cards. They both connect to the same switch but they are 2 different subnets (10.1.100 and 10.1.101). I was wondering, if i use the gateways of 10.1.100.1 and 10.1.101.1, will there be any issues?
thanks,

In most cases yes. Multiple gateways on a server functioning only as a server is bad unless properly setup. Indy posted how to make it work.
 
Last edited:
Thanks for the replies. So, generally one should use the same gateway for the 2 subnets?
they both are on the same switch and can communicate with each other fine and so far i have not seen any issues. This network (both subnets) is internal only and cannot be accessed from the outside (without a vpn).
I was asked to use a different subnet because of a new San device added to our area.
 
You most likely don't need to define a Default Gateway for the SAN subnet. The default gateway is used when the host doesn't know where to send the packet (i.e. it's trying to send to a device on another network/subnet and needs to use a routing device (default gateway) to get the packets there).
 
Don't define gateways on the SAN network. There is rarely a reason to do so (on the clients at least.) The SAN itself might have a gateway setting (and may support one for each network) but that is typically for SAN to SAN replication. Also... They should be completely isolated. There is no reason to even support a VPN connection to them The SAN will have a management port(s). Those should be connected to an accessible service network. The iSCSI networks should not be. In most cases you will be using specialized ethernet settings that will not survive well in the regular network and you have to consider security because someone can access "raw disk" if they can connect to the targets.
 
Last edited:
you need to define a gateway for a san network but you should never need to use it. even vcenter asks for one but it doesn't make any sense.
 
you need to define a gateway for a san network but you should never need to use it. even vcenter asks for one but it doesn't make any sense.

All of my vcenter servers, esxi hosts and windows boxes on SANs do not have gateway addresses on the san networks. It never asked nor required it anywhere.
 
Back
Top