Skip to content

Commit d7322c5

Browse files
authored
📝 Minor updates in "Install and Configure Proxmox VE" (#1151)
1 parent 8369a36 commit d7322c5

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

tutorials/install-and-configure-proxmox_ve/01.de.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Wenn Sie mit den genannten Technologien nicht vertraut sind, finden Sie nachfolg
9797

9898
--------
9999

100-
* Variante
100+
* Netzwerkkonfiguration
101101

102102
**Routed Setup**
103103

@@ -138,7 +138,7 @@ Wählen Sie eine passende Variante:
138138
* [Bridged Setup](#bridged-setup)
139139

140140

141-
* [vSwitch mit öffentlichem Subnetz](#vswitch-mit-öffentlichem-subnetz)<br>
141+
* [vSwitch mit öffentlichem Subnetz](#vswitch-mit-offentlichem-subnetz)<br>
142142
<small>» Zuweisung von IP-Adressen an VMs/Container von vSwitch mit öffentlichem Subnetz.</small>
143143

144144

@@ -158,7 +158,8 @@ In einer gerouteten Konfiguration dient die Bridge-IP-Adresse des Hostsystems st
158158
- Haupt-IP: `198.51.100.10/24`
159159
- Gateway der Haupt-IP: `198.51.100.1/24`
160160
- 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`
162163
- IPv6: `2001:DB8::/64`
163164

164165
```Go
@@ -186,7 +187,7 @@ In einer gerouteten Konfiguration dient die Bridge-IP-Adresse des Hostsystems st
186187
bridge-ports none
187188
bridge-stp off
188189
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
190191
up ip route add 198.51.100.30/32 dev vmbr0 # Zusätzliche IP aus dem gleichen Subnetz
191192
192193
# IPv6 für die bridge

tutorials/install-and-configure-proxmox_ve/01.en.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If you are not familiar with mentioned technologies, please find a simple compar
9797

9898
--------
9999

100-
* Variant
100+
* Network configuration
101101

102102
**Routed Network Option**
103103

@@ -158,7 +158,8 @@ In a routed configuration, the host system's bridge IP address serves as the gat
158158
- Main IP: `198.51.100.10/24`
159159
- Gateway of the main IP: `198.51.100.1/24`
160160
- 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`
162163
- IPv6: `2001:DB8::/64`
163164

164165
```Go
@@ -186,7 +187,7 @@ In a routed configuration, the host system's bridge IP address serves as the gat
186187
bridge-ports none
187188
bridge-stp off
188189
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
190191
up ip route add 198.51.100.30/32 dev vmbr0 # Additional IP from the same subnet
191192
192193
# IPv6 for the bridge

0 commit comments

Comments
 (0)