File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
tutorials/install-and-configure-proxmox_ve Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Wenn Sie mit den genannten Technologien nicht vertraut sind, finden Sie nachfolg
97
97
98
98
--------
99
99
100
- * Variante
100
+ * Netzwerkkonfiguration
101
101
102
102
** Routed Setup**
103
103
@@ -138,7 +138,7 @@ Wählen Sie eine passende Variante:
138
138
* [ Bridged Setup] ( #bridged-setup )
139
139
140
140
141
- * [ vSwitch mit öffentlichem Subnetz] ( #vswitch-mit-öffentlichem -subnetz ) <br >
141
+ * [ vSwitch mit öffentlichem Subnetz] ( #vswitch-mit-offentlichem -subnetz ) <br >
142
142
<small >» Zuweisung von IP-Adressen an VMs/Container von vSwitch mit öffentlichem Subnetz.</small >
143
143
144
144
@@ -158,7 +158,8 @@ In einer gerouteten Konfiguration dient die Bridge-IP-Adresse des Hostsystems st
158
158
- Haupt-IP: ` 198.51.100.10/24 `
159
159
- Gateway der Haupt-IP: ` 198.51.100.1/24 `
160
160
- Zusätzliches Subnetz: ` 203.0.113.0/24 `
161
- - Zusätzliche Einzel-IP: ` 192.0.2.20/24 `
161
+ - Zusätzliche Einzel-IP (fremdes Subnetz): ` 192.0.2.20/24 `
162
+ - Zusätzliche Einzel-IP (gleiches Subnetz): ` 198.51.100.30/24 `
162
163
- IPv6: ` 2001:DB8::/64 `
163
164
164
165
``` Go
@@ -186,7 +187,7 @@ In einer gerouteten Konfiguration dient die Bridge-IP-Adresse des Hostsystems st
186
187
bridge-ports none
187
188
bridge-stp off
188
189
bridge-fd 0
189
- up ip route add 192.0.2.20/32 dev vmbr0 # Fremdes Subnetz
190
+ up ip route add 192.0.2.20/32 dev vmbr0 # Zusätzliche IP aus einem fremden Subnetz
190
191
up ip route add 198.51.100.30/32 dev vmbr0 # Zusätzliche IP aus dem gleichen Subnetz
191
192
192
193
# IPv6 für die bridge
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ If you are not familiar with mentioned technologies, please find a simple compar
97
97
98
98
--------
99
99
100
- * Variant
100
+ * Network configuration
101
101
102
102
** Routed Network Option**
103
103
@@ -158,7 +158,8 @@ In a routed configuration, the host system's bridge IP address serves as the gat
158
158
- Main IP: ` 198.51.100.10/24 `
159
159
- Gateway of the main IP: ` 198.51.100.1/24 `
160
160
- Additional Subnet: ` 203.0.113.0/24 `
161
- - Additional single IP: ` 192.0.2.20/24 `
161
+ - Additional single IP (foreign subnet): ` 192.0.2.20/24 `
162
+ - Additional single IP (same subnet): ` 198.51.100.30/24 `
162
163
- IPv6: ` 2001:DB8::/64 `
163
164
164
165
``` Go
@@ -186,7 +187,7 @@ In a routed configuration, the host system's bridge IP address serves as the gat
186
187
bridge-ports none
187
188
bridge-stp off
188
189
bridge-fd 0
189
- up ip route add 192.0.2.20/32 dev vmbr0 # Foreign subnet
190
+ up ip route add 192.0.2.20/32 dev vmbr0 # Additional IP from a foreign subnet
190
191
up ip route add 198.51.100.30/32 dev vmbr0 # Additional IP from the same subnet
191
192
192
193
# IPv6 for the bridge
You can’t perform that action at this time.
0 commit comments