Skip to content

Commit a161a70

Browse files
RoRoJnerda-codesldecarvalho-doc
authored
fix(tutorials): update 2 tutos for DHCP mentions (#3948)
* fix(tutorials): update 2 tutos for dhcp * Apply suggestions from code review Co-authored-by: nerda-codes <87707325+nerda-codes@users.noreply.github.com> * fix(tuto): fix steps * Apply suggestions from code review Co-authored-by: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> --------- Co-authored-by: nerda-codes <87707325+nerda-codes@users.noreply.github.com> Co-authored-by: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com>
1 parent a377bc5 commit a161a70

16 files changed

+59
-91
lines changed

tutorials/load-overflow-proxmox-and-elastic-metal/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
- load-balancer
1313
- postgresql-and-mysql
1414
dates:
15-
validation: 2024-07-02
15+
validation: 2024-11-05
1616
posted: 2019-05-20
1717
---
1818

@@ -40,7 +40,7 @@ Finally, we can introduce and configure a Load Balancer to evenly distribute tra
4040
- An [SSH key](/identity-and-access-management/organizations-and-projects/how-to/create-ssh-key/)
4141
- 2 [Elastic Metal servers](/compute/instances/how-to/create-an-instance/) running on Proxmox
4242
- [Created a Private Network](/network/vpc/how-to/create-private-network/) and added your resources to it
43-
- [Created a Public Gateway](/network/public-gateways/how-to/create-a-public-gateway/) with DHCP enabled
43+
- [Created a Public Gateway](/network/public-gateways/how-to/create-a-public-gateway/)
4444
- A [domain or subdomain](/network/domains-and-dns/quickstart/) pointed to your Instance
4545

4646
## Preparing Proxmox
@@ -69,7 +69,7 @@ Create or clone your virtual machines on both servers of the cluster to distribu
6969
<Message type="tip">
7070
Make sure to select the bridge `vmbr1`, automatic MAC address generation, and select DHCP for LXC network configuration.
7171
<Lightbox src="scaleway-px-create-vm.webp" alt="" />
72-
The DCHP server in your Private Network will automatically assign a random IP address to your container or VM. If required, you can configure [static NAT](/network/public-gateways/how-to/configure-a-public-gateway/#how-to-review-and-configure-dhcp) to assign a static IP address to it.
72+
We recommend that you use IPAM to assign an IP on the Private Network to each VM. You first need to [reserve](/network/ipam/how-to/reserve-ip/) an IP address for each machine, then use the IPAM API's [Attach IP to custom resource](https://www.scaleway.com/en/developers/api/ipam/#path-ips-attach-existing-ip-to-custom-resource) method to attach it by passing the VM's name and MAC address.
7373
</Message>
7474

7575
## Configuring the Load Balancer
Binary file not shown.
Binary file not shown.
54 KB
Loading
24.2 KB
Loading
70.2 KB
Loading
29.8 KB
Loading
19.2 KB
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)