Posted On March 31, 2019

VMWare Networking Stuff

kimconnect 0 comments
blog.KimConnect.com >> Networking >> VMWare Networking Stuff

Management
MTU: 1500

VM Network
MTU: Default (1500)

vMotion
MTU: 1500
vMotion must be selected on the vMkernel

iSCSI (if no HBA is being used, software iSCSI requires specific setups)
MTU: 9000
Each VMkernel Port must be associated with 1 NIC, only
Multiple VMkernels could be included within a Standard Switch

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Configure VPN from AWS to CPE (Juniper Router)

1. Create VPN connection from AWS portal and download the configuration file2. Import the configuration…

How to Block Distracting Sites Such as Youtube and Hulu on Your Home Network

Overview: - You send a voice command 'block youtube' to Alexa, an Amazon personal assistant…

PowerShell: Check if a HostName is Resolvable on All Internal DNS Servers

# Check if servername is resolvable at all DCs$serverName="MIGRATED-SHERVER" function checkDns{ param( $serverName, $dnsServers=(Get-ADDomainController -Filter…