<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Vmware_Netzwerk_Komplett</id>
	<title>Vmware Netzwerk Komplett - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Vmware_Netzwerk_Komplett"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Vmware_Netzwerk_Komplett&amp;action=history"/>
	<updated>2026-06-28T22:08:20Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Vmware_Netzwerk_Komplett&amp;diff=63261&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „&lt;pre&gt; # vswitche # HV02 und HV03 # vSwitch_Mgmt mit vmnic1 und vmnic2 erstellen und konfigurieren  esxcli network vswitch standard add --vswitch-name=vSwitch_M…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Vmware_Netzwerk_Komplett&amp;diff=63261&amp;oldid=prev"/>
		<updated>2025-06-03T18:38:11Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&amp;lt;pre&amp;gt; # vswitche # HV02 und HV03 # vSwitch_Mgmt mit vmnic1 und vmnic2 erstellen und konfigurieren  esxcli network vswitch standard add --vswitch-name=vSwitch_M…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# vswitche&lt;br /&gt;
# HV02 und HV03&lt;br /&gt;
# vSwitch_Mgmt mit vmnic1 und vmnic2 erstellen und konfigurieren&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard add --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
esxcli network vswitch standard uplink add --uplink-name=vmnic1 --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
esxcli network vswitch standard uplink add --uplink-name=vmnic2 --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
esxcli network vswitch standard policy failover set --load-balancing=mac --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
esxcli network vswitch standard policy failover set --active-uplinks=vmnic1,vmnic2 --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
&lt;br /&gt;
# vSwitch_Extern mit vmnic3 und vmnic4 erstellen und konfigurieren&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard add --vswitch-name=vSwitch_Extern&lt;br /&gt;
esxcli network vswitch standard uplink add --uplink-name=vmnic3 --vswitch-name=vSwitch_Extern&lt;br /&gt;
esxcli network vswitch standard uplink add --uplink-name=vmnic4 --vswitch-name=vSwitch_Extern&lt;br /&gt;
esxcli network vswitch standard policy failover set --load-balancing=mac --vswitch-name=vSwitch_Extern&lt;br /&gt;
esxcli network vswitch standard policy failover set --active-uplinks=vmnic3,vmnic4 --vswitch-name=vSwitch_Extern&lt;br /&gt;
&lt;br /&gt;
#vSwitch_Intern ohne Uplink-Adapter erstellen&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard add --vswitch-name=vSwitch_Intern&lt;br /&gt;
&lt;br /&gt;
# PG-MGMT&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-MGMT --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-MGMT --vlan-id=21&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup policy failover set --portgroup-name=PG-MGMT --active-uplinks=vmnic1 --standby-uplinks=vmnic2&lt;br /&gt;
&lt;br /&gt;
# PG-ISCSI&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-ISCSI --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-ISCSI --vlan-id=26&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup policy failover set --portgroup-name=PG-ISCSI --active-uplinks=vmnic1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# PG-VMOTION&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-VMOTION --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-VMOTION --vlan-id=26&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup policy failover set --portgroup-name=PG-VMOTION --active-uplinks=vmnic2 --standby-uplinks=vmnic1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# PG-FT&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-FT --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-FT --vlan-id=26&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup policy failover set --portgroup-name=PG-FT --active-uplinks=vmnic1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# PG-VM-MGMT&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-VM-MGMT --vswitch-name=vSwitch_Mgmt&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-VM-MGMT --vlan-id=21&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup policy failover set --portgroup-name=PG-VM-MGMT --active-uplinks=vmnic1,vmnic2&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# PG-VM-SERVER-E-VLAN-260&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-VM-SERVER-E-VLAN-260 --vswitch-name=vSwitch_Extern&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-VM-SERVER-E-VLAN-260 --vlan-id=260&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup policy failover set --portgroup-name=PG-VM-SERVER-E-VLAN-260 --active-uplinks=vmnic3,vmnic4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# PG-VM-CLIENTS-E-VLAN-260&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-VM-CLIENTS-E-VLAN-260 --vswitch-name=vSwitch_Extern&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-VM-CLIENTS-E-VLAN-260 --vlan-id=260&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup policy failover set --portgroup-name=PG-VM-CLIENTS-E-VLAN-260 --active-uplinks=vmnic3,vmnic4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# PG-VM-UNUSED&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-VM-UNUSED --vswitch-name=vSwitch_Extern&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-VM-UNUSED --vlan-id=999&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# PG-VM-SERVER-I-VLAN-300&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-VM-SERVER-I-VLAN-300 --vswitch-name=vSwitch_Intern&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-VM-SERVER-I-VLAN-300 --vlan-id=300&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# PG-VM-CLIENTS-I-VLAN-400&lt;br /&gt;
esxcli network vswitch standard portgroup add --portgroup-name=PG-VM-CLIENTS-I-VLAN-400 --vswitch-name=vSwitch_Intern&lt;br /&gt;
&lt;br /&gt;
esxcli network vswitch standard portgroup set --portgroup-name=PG-VM-CLIENTS-I-VLAN-400 --vlan-id=400&lt;br /&gt;
#Kernel Adapater&lt;br /&gt;
#HV02&lt;br /&gt;
# VMkernel-Port für vMotion erstellen&lt;br /&gt;
esxcli network ip interface add --interface-name=vmk1 --portgroup-name=PG-VMOTION &lt;br /&gt;
esxcli network ip interface tag add --interface-name=vmk1 --tagname=VMotion&lt;br /&gt;
esxcli network ip interface ipv4 set --interface-name=vmk1 --ipv4=172.26.1.202 --netmask=255.255.0.0 --type=static&lt;br /&gt;
&lt;br /&gt;
# VMkernel-Port für Fault Tolerance-Protokollierung erstellen&lt;br /&gt;
esxcli network ip interface add --interface-name=vmk2 --portgroup-name=PG-FT &lt;br /&gt;
 esxcli network ip interface tag add --interface-name=vmk2 --tagname=faultToleranceLogging&lt;br /&gt;
esxcli network ip interface ipv4 set --interface-name=vmk2 --ipv4=172.26.2.202 --netmask=255.255.0.0 --type=static&lt;br /&gt;
&lt;br /&gt;
# VMkernel-Port für iSCSI verwenden&lt;br /&gt;
esxcli network ip interface add --interface-name=vmk3 --portgroup-name=PG-ISCSI&lt;br /&gt;
esxcli network ip interface ipv4 set --interface-name=vmk3 --ipv4=172.26.3.202 --netmask=255.255.0.0 --type=static&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>