SlideShare ist ein Scribd-Unternehmen logo
1 von 28
VSPHERE 4.1 PERFORMANCE
          & SECURITY TIPS
      Mike Armstrong, VCP vSphere 4
Agenda
•   New features in vSphere 4.1
•   Security in a virtual environment
•   Secure virtual networking
•   Protecting the management environment
•   Protecting ESX/ESXi hosts
•   Protecting virtual machines
vSphere 4.1 New Features
– Network – Network I/O Control, Load Based Teaming, IPv6,
  Performance
– Storage – Storage I/O Control, vStorage APIs for Array Integration
  (VAAI), Performance Reporting, iSCSI Offload enhancements
– Memory Compression – A New Level of Hierarchy for Overcommit
– ESXi – New Deployment Methods, Tech Support Mode Enhancements
– Performance improvements in Availability and Resource Management -
  High Availability (HA), Fault Tolerance (FT), vMotion, Distributed
  Resource Scheduler (DRS), and Distributed Power Management
  Enhancements
– Management – vCenter Server & Platform Enhancements
HA and DRS Cluster Improvements
Increased cluster limitations
 • Cluster limits are now unified for HA and DRS clusters
 • Increased limits for VMs/host and VMs/cluster


 • Cluster limits for HA and DRS:
        • 32 hosts/cluster
        • 320 VMs/host (regardless of # of hosts/cluster)
        • 3000 VMs/cluster


 • Note that these limits also apply to post-failover scenarios. Please be sure
  that these limits will not be violated even after the maximum configured
  number of host failovers.
Enhanced vCenter Scalability
                        vSphere 4   vSphere 4.1   Ratio
VMs per host               320          320        1x
Hosts per cluster          32           32         1x
VMs per cluster           1280         3000        3x
Hosts per VC               300         1000        3x
Registered VMs per VC     4500         15000       3x+
Powered-On VMs per VC     3000         10000       3x
Concurrent VI Clients      30           120        4x
Hosts per DC               100          500        5x
VMs per DC                2500         5000        2x




                                                          5
New Active Directory Service
• Provides authentication for all local services
   – vSphere Client
   – Other access based on vSphere API
   – Tech Support Mode (local and remote)


• Has Active Directory groups functionality
   – Members of “ESX Admins” AD group have Administrative
     privilege
   – Administrative privilege includes:
      • Full Administrative role in vSphere Client and vSphere API clients
      • DCUI access
      • Tech Support Mode access (local and remote)
Security in a virtual environment
What makes it different from a physical environment?


– Ease and speed of server deployments
– Collapse of switches and servers into one device
– Virtual machine encapsulation into files
– Consolidation of server hardware
Security in a virtual environment
What makes it easier from a physical environment?

– Virtual switches do not learn from the network, makes them invulnerable to
  attacks like MAC spoofing, random frame, and other types of attacks.
– Virtual switches are also not vulnerable to spanning tree attacks because they
  do not need to support spanning tree protocol since they can’t be connected
  together and can’t create loops
– Virtual machines do not have direct access to hardware, not susceptible to
  buffer overflow type attacks
– Virtual machines are by design isolated from one another
– Restoring a compromised virtual machine is faster since you can quickly revert
  to a previous state of the virtual machine, use templates or restore from a full
  VM backup
– Availability of virtual security appliances
– API’s and products specifically designed to secure a virtual environment,
  vShield
Secure virtual networking
Physical network configurations
– Create separate VLANs for all management traffic, vMotion, IP Storage,
  and host management
– Limit VLAN’s allowed on the trunk ports to host servers
– Configure physical ports connected to host servers using VMware best
  practices, no STP, Auto Negotiate, PortFast enabled ,multiple ports for
  teaming and failover
Virtual network configurations
– Change virtual switch and port group default settings for MAC address
  changes and Forged Transmits to Reject
– Change the default number of ports on a virtual switch
– Implement Private VLAN’s to further isolate virtual machines, (need to
  be supported and configured on the physical switches as well)
Secure virtual networking contd.
Changing default settings for MAC address changes and Forged Transmits
Secure virtual networking contd.
Changing the default number of ports on a virtual switch
Secure virtual networking contd.
Private VLAN on Virtual Distributed Switch settings
Secure virtual networking contd.
Private VLAN configuration on Virtual Distributed Switch settings
Secure virtual networking contd.
Create Private VLAN on Virtual Distributed Switch
Secure virtual networking contd.
Create Private VLAN selection on Virtual Distributed Switch
Protecting the management
environment
User Access Controls
– Use vCenter server to centralize access rather than creating users or
  groups on individual hosts
– Add vCenter, ESX/EXSi hosts to Active Directory, create security groups for
  specific management and user purposes
– Use vCenter roles to assign granular permissions to groups, clone roles to
  create custom roles and permissions
– Apply the principle of least privilege when assigning and creating roles
– Create folders to assign roles to objects that require similar access
Gather vCenter roles and assignments using PowerCLI
– Get-vipermission –entity (get-inventory) | export-csv “c:permissions.csv”
Protecting the management
environment contd.
Install vSphere Management Assistant (vMA)
– Virtual machine that is prepackaged with vSphere cli to provide an
  authenticated platform to run commands and scripts
– vMA can be configured as a centralized logging system
Use the VMware PowerCLI for bulk administration and
reporting
– A Windows PowerShell snapin with over 300 cmdlets
Create a Dedicated Management Cluster
– Set permissions at the Cluster level for only VM Admins
Protecting the management
environment contd.
vCenter Server Hardening
– Replace self–signed SSL certificates on vCenter and ESX/ESXi hosts with a
  commercial SSL cert or local CA certificate
– Keep server properly patched, Windows Updates
– Use the Windows firewall or a 3rd party firewall
– Restrict login to the system to vSphere Admins
– Install vCenter using a service account, or remove the local Administrator
  account after installation
– Add vCenter server to a dedicated management network
– Disable vCenter Web Access
– Deploy the vSphere client using VMware ThinApp
Protecting ESXi/ESX hosts
ESXi hosts
– Enable Tech Support Mode(Local and Remote) only when necessary
– Enable lockdown mode with the DCUI service turned on
– Enable lockdown mode and turn off the DCUI service (total lockdown)
– Disable the managed object browser
– Create a separate service account for Common Information Model (CIM)
  applications
– Remove the web welcome screen, see
  http://communities.vmware.com/docs/DOC-11864
– Use host profiles to reduce misconfigurations and check compliance (also
  for ESX hosts)
ESXi Tech Support Mode




             Can enable in vCenter or DCUI
ESXi Tech Support Mode Timeout




• Timeout automatically disables Tech Support Mode (local and remote)
• Running sessions are not terminated
• All commands issued in Tech Support Mode are sent to syslog
ESXi Lockdown Mode
Forces all operations to be performed through
vCenter Server
  – Lockdown Mode (disallows all access except root on DCUI)
  – Tech Support Mode (local and remote)
  – If all configured, then no local activity is possible (except
    reinstall)
Protecting ESXi/ESX hosts contd.
ESX hosts
– Upgrade to ESXi, ESX 4.1 will be the last supported version of ESX!
– Configure firewall rules based on security needs and requirements, allow only
  default ports (902,4 43, 80, 22)
– Modify password policies on the host for history, aging and complexity. Can
  modify the pam_cracklib.so plugin to modify password policies, see KB
  1012033 for info
– Limit access to su commands to users in the wheel group, edit /etc/pam.d/su
  and remove # from line auth required /lib/security/$ISA/pam_wheel.so
  use_uid
– Restrict access to commands with SUDO utility
– Disallow root account login at the console, create a nonprivileged user then
  run cat /dev/null > /etc/securetty to modify
– Disable vSphere web access service, see KB1007617
Protecting Virtual Machines
Secure the virtual machine operating system
– Enable antivirus, antispyware, firewall and IDS appliances, consider using
  vShield for antivirus, firewall and IDS appliances
– Keep current on updates and patches, including templates and powered
  off VM’s
– Disable unused services and applications in the operating systems
– Disconnect unused devices, CD, floppy, serial and parallel ports and USB
  controller
– Use shares and reservations to ensure critical virtual machines have the
  resources they need
Protecting Virtual Machines contd.
Set additional security parameters in the virtual machine
configuration file (VMX), or in the vSphere client
Protecting Virtual Machines contd.
List of common security configuration parameters
– Prevent virtual disk shrink:
  “isolation.tools.diskWiper.disable = True”
– Prevent connection of devices:
  “isolation.deviceconnectable.disable = True” and
  “isolation.device.edit.disable = True”
– Limit the number of console connections:
  “RemoteDisplay.maxConnections = Value 1”
– Limit virtual machine log file size and number:
  “log.rotatesize = Value 1000” and “log.keepOld = Value 10”
– Limit messages from the VM to the VMX file:
  “tools.setInfo.sizeLimit = 104856”
– Disable remote operations within the guest(VIX API):
  “guest.command.enable = False”
– Disable sending host performance information to the guest:
  “tools.guestlib.enable HostInfo = False”
Resources
• vSphere 4.1 Hardening Guide
  http://www.vmware.com/files/pdf/techpaper/VMW-TWP-vSPHR-
  SECRTY-HRDNG-USLET-101-WEB-1.pdf

• VMware Manage & Design for Security Class
  http://mylearn.vmware.com/mgrreg/courses.cfm?ui=www_edu&
  a=one&id_subject=19217

• List of VMsafe third-party solutions
  http://www.vmware.com/technical-
  resources/security/vmsafe/security_technology.html

• ThinApp and security
   http://vmjunkie.wordpress.com/2009/01/05/why-thinapp-is-
   revolutionary-from-a-security-perspective/
QUESTIONS?

Weitere ähnliche Inhalte

Was ist angesagt?

Configuring v sphere 5 profile driven storage
Configuring v sphere 5 profile driven storageConfiguring v sphere 5 profile driven storage
Configuring v sphere 5 profile driven storagevirtualsouthwest
 
Active Directory for VMware vCenter 6.5
Active Directory for VMware vCenter 6.5Active Directory for VMware vCenter 6.5
Active Directory for VMware vCenter 6.5Tuan Yang
 
VMware Advance Troubleshooting Workshop - Day 2
VMware Advance Troubleshooting Workshop - Day 2VMware Advance Troubleshooting Workshop - Day 2
VMware Advance Troubleshooting Workshop - Day 2Vepsun Technologies
 
VMware vSphere 5 seminar
VMware vSphere 5 seminarVMware vSphere 5 seminar
VMware vSphere 5 seminarMarkiting_be
 
VMware vSphere 5.1 Overview
VMware vSphere 5.1 OverviewVMware vSphere 5.1 Overview
VMware vSphere 5.1 OverviewESXLab
 
VMware Advance Troubleshooting Workshop - Day 6
VMware Advance Troubleshooting Workshop - Day 6VMware Advance Troubleshooting Workshop - Day 6
VMware Advance Troubleshooting Workshop - Day 6Vepsun Technologies
 
Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0Tim Carman
 
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
XenServer, Hyper-V, and ESXi -  Architecture, API, and CodingXenServer, Hyper-V, and ESXi -  Architecture, API, and Coding
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding_Humair_Ahmed_
 
VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3Vepsun Technologies
 
System Center 2012 Virtual Machine Manager
System Center 2012 Virtual Machine ManagerSystem Center 2012 Virtual Machine Manager
System Center 2012 Virtual Machine ManagerNorman Mayes
 
Virtual Infrastructure Overview
Virtual Infrastructure OverviewVirtual Infrastructure Overview
Virtual Infrastructure Overviewvalerian_ceaus
 
Managing hypervisors with System Center Virtual Machine Manager 2012
Managing hypervisors with System Center Virtual Machine Manager 2012Managing hypervisors with System Center Virtual Machine Manager 2012
Managing hypervisors with System Center Virtual Machine Manager 2012Ronnie Isherwood
 
V mware course contents copy
V mware course contents   copyV mware course contents   copy
V mware course contents copyRakesh Puppala
 
Vtguru v mware-v-sphere-administration-training
Vtguru v mware-v-sphere-administration-trainingVtguru v mware-v-sphere-administration-training
Vtguru v mware-v-sphere-administration-trainingfosilalive2
 
Introduction - vSphere 5 High Availability (HA)
Introduction - vSphere 5 High Availability (HA)Introduction - vSphere 5 High Availability (HA)
Introduction - vSphere 5 High Availability (HA)Eric Sloof
 
VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5Vepsun Technologies
 
Virtualization Questions
Virtualization QuestionsVirtualization Questions
Virtualization QuestionsTrupti Jethva
 

Was ist angesagt? (20)

Transitioning to vmWare ESXi
Transitioning to vmWare ESXiTransitioning to vmWare ESXi
Transitioning to vmWare ESXi
 
Configuring v sphere 5 profile driven storage
Configuring v sphere 5 profile driven storageConfiguring v sphere 5 profile driven storage
Configuring v sphere 5 profile driven storage
 
VMware Presentation
VMware PresentationVMware Presentation
VMware Presentation
 
Active Directory for VMware vCenter 6.5
Active Directory for VMware vCenter 6.5Active Directory for VMware vCenter 6.5
Active Directory for VMware vCenter 6.5
 
VMware Advance Troubleshooting Workshop - Day 2
VMware Advance Troubleshooting Workshop - Day 2VMware Advance Troubleshooting Workshop - Day 2
VMware Advance Troubleshooting Workshop - Day 2
 
VMware vSphere 5 seminar
VMware vSphere 5 seminarVMware vSphere 5 seminar
VMware vSphere 5 seminar
 
VMware vSphere 5.1 Overview
VMware vSphere 5.1 OverviewVMware vSphere 5.1 Overview
VMware vSphere 5.1 Overview
 
VMware Advance Troubleshooting Workshop - Day 6
VMware Advance Troubleshooting Workshop - Day 6VMware Advance Troubleshooting Workshop - Day 6
VMware Advance Troubleshooting Workshop - Day 6
 
Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0Upgrading to VMware vSphere 6.0
Upgrading to VMware vSphere 6.0
 
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
XenServer, Hyper-V, and ESXi -  Architecture, API, and CodingXenServer, Hyper-V, and ESXi -  Architecture, API, and Coding
XenServer, Hyper-V, and ESXi - Architecture, API, and Coding
 
VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3VMware Advance Troubleshooting Workshop - Day 3
VMware Advance Troubleshooting Workshop - Day 3
 
System Center 2012 Virtual Machine Manager
System Center 2012 Virtual Machine ManagerSystem Center 2012 Virtual Machine Manager
System Center 2012 Virtual Machine Manager
 
Virtual Infrastructure Overview
Virtual Infrastructure OverviewVirtual Infrastructure Overview
Virtual Infrastructure Overview
 
Managing hypervisors with System Center Virtual Machine Manager 2012
Managing hypervisors with System Center Virtual Machine Manager 2012Managing hypervisors with System Center Virtual Machine Manager 2012
Managing hypervisors with System Center Virtual Machine Manager 2012
 
VMWARE ESX
VMWARE ESXVMWARE ESX
VMWARE ESX
 
V mware course contents copy
V mware course contents   copyV mware course contents   copy
V mware course contents copy
 
Vtguru v mware-v-sphere-administration-training
Vtguru v mware-v-sphere-administration-trainingVtguru v mware-v-sphere-administration-training
Vtguru v mware-v-sphere-administration-training
 
Introduction - vSphere 5 High Availability (HA)
Introduction - vSphere 5 High Availability (HA)Introduction - vSphere 5 High Availability (HA)
Introduction - vSphere 5 High Availability (HA)
 
VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5VMware Advance Troubleshooting Workshop - Day 5
VMware Advance Troubleshooting Workshop - Day 5
 
Virtualization Questions
Virtualization QuestionsVirtualization Questions
Virtualization Questions
 

Andere mochten auch

El profesional de la información en la sociedad de la información
El profesional de la información en la sociedad de la informaciónEl profesional de la información en la sociedad de la información
El profesional de la información en la sociedad de la informaciónsixtrin
 
Course Presentation
Course PresentationCourse Presentation
Course PresentationCorpus Wiki
 
Even Napoleon Dynamite has an iPad!
Even Napoleon Dynamite has an iPad!Even Napoleon Dynamite has an iPad!
Even Napoleon Dynamite has an iPad!Chris Wenger
 

Andere mochten auch (6)

5s
5s5s
5s
 
Seguridad Informática - Conceptos
Seguridad Informática - ConceptosSeguridad Informática - Conceptos
Seguridad Informática - Conceptos
 
El profesional de la información en la sociedad de la información
El profesional de la información en la sociedad de la informaciónEl profesional de la información en la sociedad de la información
El profesional de la información en la sociedad de la información
 
Course Presentation
Course PresentationCourse Presentation
Course Presentation
 
Jeld wen catalogue mon full
Jeld wen catalogue mon fullJeld wen catalogue mon full
Jeld wen catalogue mon full
 
Even Napoleon Dynamite has an iPad!
Even Napoleon Dynamite has an iPad!Even Napoleon Dynamite has an iPad!
Even Napoleon Dynamite has an iPad!
 

Ähnlich wie Rht v sphere-security

Microsoft Server Virtualization and Private Cloud
Microsoft Server Virtualization and Private CloudMicrosoft Server Virtualization and Private Cloud
Microsoft Server Virtualization and Private CloudMd Yousup Faruqu
 
Server Virtualization using Hyper-V
Server Virtualization using Hyper-VServer Virtualization using Hyper-V
Server Virtualization using Hyper-VMd Yousup Faruqu
 
Partner Presentation vSphere6-VSAN-vCloud-vRealize
Partner Presentation vSphere6-VSAN-vCloud-vRealizePartner Presentation vSphere6-VSAN-vCloud-vRealize
Partner Presentation vSphere6-VSAN-vCloud-vRealizeErik Bussink
 
Pengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptxPengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptxfredysitorus0706
 
Presentation v mware v-cloud director technical overview
Presentation   v mware v-cloud director technical overviewPresentation   v mware v-cloud director technical overview
Presentation v mware v-cloud director technical overviewsolarisyourep
 
VMware vCloud Director Technisch Overzicht
VMware vCloud Director Technisch OverzichtVMware vCloud Director Technisch Overzicht
VMware vCloud Director Technisch OverzichtArjan Hendriks
 
V sphere 5.1 what's new presentation, customer
V sphere 5.1   what's new presentation, customerV sphere 5.1   what's new presentation, customer
V sphere 5.1 what's new presentation, customersolarisyourep
 
Presentation v mworld 2011
Presentation   v mworld 2011Presentation   v mworld 2011
Presentation v mworld 2011solarisyourep
 
Vsphere 4-partner-training180
Vsphere 4-partner-training180Vsphere 4-partner-training180
Vsphere 4-partner-training180Suresh Kumar
 
Veeam - Digital Transformation event 29 feb - EuroSys
Veeam - Digital Transformation event 29 feb - EuroSysVeeam - Digital Transformation event 29 feb - EuroSys
Veeam - Digital Transformation event 29 feb - EuroSysMarketing Team
 
Virtual Infrastructure Integrator Overview Presentation
Virtual Infrastructure Integrator Overview PresentationVirtual Infrastructure Integrator Overview Presentation
Virtual Infrastructure Integrator Overview PresentationHitachi Vantara
 
Log Analytics by VMware Log Insight
Log Analytics by VMware Log InsightLog Analytics by VMware Log Insight
Log Analytics by VMware Log InsightKiss Tibor
 
Why Security Teams should care about VMware
Why Security Teams should care about VMwareWhy Security Teams should care about VMware
Why Security Teams should care about VMwareJJDiGeronimo
 
Server Virtualization Seminar Presentation
Server Virtualization Seminar PresentationServer Virtualization Seminar Presentation
Server Virtualization Seminar Presentationshabi_hassan
 
Presentation v mware cloud infrastructure - success in virtualization
Presentation   v mware cloud infrastructure - success in virtualizationPresentation   v mware cloud infrastructure - success in virtualization
Presentation v mware cloud infrastructure - success in virtualizationsolarisyourep
 
Vmw edition-comparison
Vmw edition-comparisonVmw edition-comparison
Vmw edition-comparisonAirulMutaqin1
 

Ähnlich wie Rht v sphere-security (20)

Microsoft Server Virtualization and Private Cloud
Microsoft Server Virtualization and Private CloudMicrosoft Server Virtualization and Private Cloud
Microsoft Server Virtualization and Private Cloud
 
Server Virtualization using Hyper-V
Server Virtualization using Hyper-VServer Virtualization using Hyper-V
Server Virtualization using Hyper-V
 
Partner Presentation vSphere6-VSAN-vCloud-vRealize
Partner Presentation vSphere6-VSAN-vCloud-vRealizePartner Presentation vSphere6-VSAN-vCloud-vRealize
Partner Presentation vSphere6-VSAN-vCloud-vRealize
 
Pengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptxPengertian Virtualisasi.pptx
Pengertian Virtualisasi.pptx
 
Presentation v mware v-cloud director technical overview
Presentation   v mware v-cloud director technical overviewPresentation   v mware v-cloud director technical overview
Presentation v mware v-cloud director technical overview
 
vSphere
vSpherevSphere
vSphere
 
VMware vCloud Director Technisch Overzicht
VMware vCloud Director Technisch OverzichtVMware vCloud Director Technisch Overzicht
VMware vCloud Director Technisch Overzicht
 
Virtualization & tipping point
Virtualization & tipping pointVirtualization & tipping point
Virtualization & tipping point
 
V sphere 5.1 what's new presentation, customer
V sphere 5.1   what's new presentation, customerV sphere 5.1   what's new presentation, customer
V sphere 5.1 what's new presentation, customer
 
Presentation v mworld 2011
Presentation   v mworld 2011Presentation   v mworld 2011
Presentation v mworld 2011
 
Vsphere 4-partner-training180
Vsphere 4-partner-training180Vsphere 4-partner-training180
Vsphere 4-partner-training180
 
Veeam - Digital Transformation event 29 feb - EuroSys
Veeam - Digital Transformation event 29 feb - EuroSysVeeam - Digital Transformation event 29 feb - EuroSys
Veeam - Digital Transformation event 29 feb - EuroSys
 
VMware
VMwareVMware
VMware
 
Virtual Infrastructure Integrator Overview Presentation
Virtual Infrastructure Integrator Overview PresentationVirtual Infrastructure Integrator Overview Presentation
Virtual Infrastructure Integrator Overview Presentation
 
Log Analytics by VMware Log Insight
Log Analytics by VMware Log InsightLog Analytics by VMware Log Insight
Log Analytics by VMware Log Insight
 
Why Security Teams should care about VMware
Why Security Teams should care about VMwareWhy Security Teams should care about VMware
Why Security Teams should care about VMware
 
Server Virtualization Seminar Presentation
Server Virtualization Seminar PresentationServer Virtualization Seminar Presentation
Server Virtualization Seminar Presentation
 
Presentation v mware cloud infrastructure - success in virtualization
Presentation   v mware cloud infrastructure - success in virtualizationPresentation   v mware cloud infrastructure - success in virtualization
Presentation v mware cloud infrastructure - success in virtualization
 
Rht upgrade v5-v2
Rht upgrade v5-v2Rht upgrade v5-v2
Rht upgrade v5-v2
 
Vmw edition-comparison
Vmw edition-comparisonVmw edition-comparison
Vmw edition-comparison
 

Kürzlich hochgeladen

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 

Kürzlich hochgeladen (20)

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 

Rht v sphere-security

  • 1. VSPHERE 4.1 PERFORMANCE & SECURITY TIPS Mike Armstrong, VCP vSphere 4
  • 2. Agenda • New features in vSphere 4.1 • Security in a virtual environment • Secure virtual networking • Protecting the management environment • Protecting ESX/ESXi hosts • Protecting virtual machines
  • 3. vSphere 4.1 New Features – Network – Network I/O Control, Load Based Teaming, IPv6, Performance – Storage – Storage I/O Control, vStorage APIs for Array Integration (VAAI), Performance Reporting, iSCSI Offload enhancements – Memory Compression – A New Level of Hierarchy for Overcommit – ESXi – New Deployment Methods, Tech Support Mode Enhancements – Performance improvements in Availability and Resource Management - High Availability (HA), Fault Tolerance (FT), vMotion, Distributed Resource Scheduler (DRS), and Distributed Power Management Enhancements – Management – vCenter Server & Platform Enhancements
  • 4. HA and DRS Cluster Improvements Increased cluster limitations • Cluster limits are now unified for HA and DRS clusters • Increased limits for VMs/host and VMs/cluster • Cluster limits for HA and DRS: • 32 hosts/cluster • 320 VMs/host (regardless of # of hosts/cluster) • 3000 VMs/cluster • Note that these limits also apply to post-failover scenarios. Please be sure that these limits will not be violated even after the maximum configured number of host failovers.
  • 5. Enhanced vCenter Scalability vSphere 4 vSphere 4.1 Ratio VMs per host 320 320 1x Hosts per cluster 32 32 1x VMs per cluster 1280 3000 3x Hosts per VC 300 1000 3x Registered VMs per VC 4500 15000 3x+ Powered-On VMs per VC 3000 10000 3x Concurrent VI Clients 30 120 4x Hosts per DC 100 500 5x VMs per DC 2500 5000 2x 5
  • 6. New Active Directory Service • Provides authentication for all local services – vSphere Client – Other access based on vSphere API – Tech Support Mode (local and remote) • Has Active Directory groups functionality – Members of “ESX Admins” AD group have Administrative privilege – Administrative privilege includes: • Full Administrative role in vSphere Client and vSphere API clients • DCUI access • Tech Support Mode access (local and remote)
  • 7. Security in a virtual environment What makes it different from a physical environment? – Ease and speed of server deployments – Collapse of switches and servers into one device – Virtual machine encapsulation into files – Consolidation of server hardware
  • 8. Security in a virtual environment What makes it easier from a physical environment? – Virtual switches do not learn from the network, makes them invulnerable to attacks like MAC spoofing, random frame, and other types of attacks. – Virtual switches are also not vulnerable to spanning tree attacks because they do not need to support spanning tree protocol since they can’t be connected together and can’t create loops – Virtual machines do not have direct access to hardware, not susceptible to buffer overflow type attacks – Virtual machines are by design isolated from one another – Restoring a compromised virtual machine is faster since you can quickly revert to a previous state of the virtual machine, use templates or restore from a full VM backup – Availability of virtual security appliances – API’s and products specifically designed to secure a virtual environment, vShield
  • 9. Secure virtual networking Physical network configurations – Create separate VLANs for all management traffic, vMotion, IP Storage, and host management – Limit VLAN’s allowed on the trunk ports to host servers – Configure physical ports connected to host servers using VMware best practices, no STP, Auto Negotiate, PortFast enabled ,multiple ports for teaming and failover Virtual network configurations – Change virtual switch and port group default settings for MAC address changes and Forged Transmits to Reject – Change the default number of ports on a virtual switch – Implement Private VLAN’s to further isolate virtual machines, (need to be supported and configured on the physical switches as well)
  • 10. Secure virtual networking contd. Changing default settings for MAC address changes and Forged Transmits
  • 11. Secure virtual networking contd. Changing the default number of ports on a virtual switch
  • 12. Secure virtual networking contd. Private VLAN on Virtual Distributed Switch settings
  • 13. Secure virtual networking contd. Private VLAN configuration on Virtual Distributed Switch settings
  • 14. Secure virtual networking contd. Create Private VLAN on Virtual Distributed Switch
  • 15. Secure virtual networking contd. Create Private VLAN selection on Virtual Distributed Switch
  • 16. Protecting the management environment User Access Controls – Use vCenter server to centralize access rather than creating users or groups on individual hosts – Add vCenter, ESX/EXSi hosts to Active Directory, create security groups for specific management and user purposes – Use vCenter roles to assign granular permissions to groups, clone roles to create custom roles and permissions – Apply the principle of least privilege when assigning and creating roles – Create folders to assign roles to objects that require similar access Gather vCenter roles and assignments using PowerCLI – Get-vipermission –entity (get-inventory) | export-csv “c:permissions.csv”
  • 17. Protecting the management environment contd. Install vSphere Management Assistant (vMA) – Virtual machine that is prepackaged with vSphere cli to provide an authenticated platform to run commands and scripts – vMA can be configured as a centralized logging system Use the VMware PowerCLI for bulk administration and reporting – A Windows PowerShell snapin with over 300 cmdlets Create a Dedicated Management Cluster – Set permissions at the Cluster level for only VM Admins
  • 18. Protecting the management environment contd. vCenter Server Hardening – Replace self–signed SSL certificates on vCenter and ESX/ESXi hosts with a commercial SSL cert or local CA certificate – Keep server properly patched, Windows Updates – Use the Windows firewall or a 3rd party firewall – Restrict login to the system to vSphere Admins – Install vCenter using a service account, or remove the local Administrator account after installation – Add vCenter server to a dedicated management network – Disable vCenter Web Access – Deploy the vSphere client using VMware ThinApp
  • 19. Protecting ESXi/ESX hosts ESXi hosts – Enable Tech Support Mode(Local and Remote) only when necessary – Enable lockdown mode with the DCUI service turned on – Enable lockdown mode and turn off the DCUI service (total lockdown) – Disable the managed object browser – Create a separate service account for Common Information Model (CIM) applications – Remove the web welcome screen, see http://communities.vmware.com/docs/DOC-11864 – Use host profiles to reduce misconfigurations and check compliance (also for ESX hosts)
  • 20. ESXi Tech Support Mode Can enable in vCenter or DCUI
  • 21. ESXi Tech Support Mode Timeout • Timeout automatically disables Tech Support Mode (local and remote) • Running sessions are not terminated • All commands issued in Tech Support Mode are sent to syslog
  • 22. ESXi Lockdown Mode Forces all operations to be performed through vCenter Server – Lockdown Mode (disallows all access except root on DCUI) – Tech Support Mode (local and remote) – If all configured, then no local activity is possible (except reinstall)
  • 23. Protecting ESXi/ESX hosts contd. ESX hosts – Upgrade to ESXi, ESX 4.1 will be the last supported version of ESX! – Configure firewall rules based on security needs and requirements, allow only default ports (902,4 43, 80, 22) – Modify password policies on the host for history, aging and complexity. Can modify the pam_cracklib.so plugin to modify password policies, see KB 1012033 for info – Limit access to su commands to users in the wheel group, edit /etc/pam.d/su and remove # from line auth required /lib/security/$ISA/pam_wheel.so use_uid – Restrict access to commands with SUDO utility – Disallow root account login at the console, create a nonprivileged user then run cat /dev/null > /etc/securetty to modify – Disable vSphere web access service, see KB1007617
  • 24. Protecting Virtual Machines Secure the virtual machine operating system – Enable antivirus, antispyware, firewall and IDS appliances, consider using vShield for antivirus, firewall and IDS appliances – Keep current on updates and patches, including templates and powered off VM’s – Disable unused services and applications in the operating systems – Disconnect unused devices, CD, floppy, serial and parallel ports and USB controller – Use shares and reservations to ensure critical virtual machines have the resources they need
  • 25. Protecting Virtual Machines contd. Set additional security parameters in the virtual machine configuration file (VMX), or in the vSphere client
  • 26. Protecting Virtual Machines contd. List of common security configuration parameters – Prevent virtual disk shrink: “isolation.tools.diskWiper.disable = True” – Prevent connection of devices: “isolation.deviceconnectable.disable = True” and “isolation.device.edit.disable = True” – Limit the number of console connections: “RemoteDisplay.maxConnections = Value 1” – Limit virtual machine log file size and number: “log.rotatesize = Value 1000” and “log.keepOld = Value 10” – Limit messages from the VM to the VMX file: “tools.setInfo.sizeLimit = 104856” – Disable remote operations within the guest(VIX API): “guest.command.enable = False” – Disable sending host performance information to the guest: “tools.guestlib.enable HostInfo = False”
  • 27. Resources • vSphere 4.1 Hardening Guide http://www.vmware.com/files/pdf/techpaper/VMW-TWP-vSPHR- SECRTY-HRDNG-USLET-101-WEB-1.pdf • VMware Manage & Design for Security Class http://mylearn.vmware.com/mgrreg/courses.cfm?ui=www_edu& a=one&id_subject=19217 • List of VMsafe third-party solutions http://www.vmware.com/technical- resources/security/vmsafe/security_technology.html • ThinApp and security http://vmjunkie.wordpress.com/2009/01/05/why-thinapp-is- revolutionary-from-a-security-perspective/

Hinweis der Redaktion

  1. 64-bit vCenter removes 4GB virtual address space limitations and improves application scalability. This is evident in the number of VMs and Hosts that vCenter 4.1 can support per VC instance or per data center. You can see that we scale 2x to 5x better than vCenter 4.0. Note that a single vCenter can now support up to 10,000 powered-on VMs and up to 15,000 registered VMs. This is important as we plan to match cloud scale deployments with vSphere private clouds.
  2. In ESXi 4.0, Tech Support Mode usage was ambiguous. We stated that you should only use it with guidance from VMware Support, but VMware also issued several KBs telling customers how to use it. Getting into Tech Support Mode was also not very user-friendly.In ESXi 4.1, Tech Support Mode (TSM) will be fully supported. You can enable and disable it either in the DCUI or in vCenter. TSM over SSH, aka Remote TSM, is also fully supported, and can enabled and disabled independently of local TSM.
  3. By default, after you enable TSM (both local and remote), they will automatically become disabled after 10 minutes. This time is configurable, and the timeout can also be disabled entirely. When TSM times out, running sessions are not terminated, allowing you to continue a debugging session. All commands issued in TSM are logged by hostd and sent to syslog, allowing for an incontrovertible audit trail.
  4. There is now an ability to totally lock down a host. Lockdown mode in ESXi 4.1 forces all remote access to go through vCenter. The only local access is for root to access the DCUI – this could be used, for example, to turn off lockdown mode in case vCenter is down. However, there is an option to disable DCUI in vCenter. In this case, with Lockdown mode turned on, there is no possible way to manage the host directly – everything must be done through vCenter. If vCenter is down, the only recourse in this case is to reimage the box.Of course, Lockdown Mode can be selectively disable for a host if there is a need to troubleshoot or fix it via TSM, and then enabled again.