Skip to content

Commit 3277da4

Browse files
authored
fix(rpn): fix rpn-san doc for esxi (#4850)
1 parent a49b690 commit 3277da4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pages/dedibox-rpn/how-to/use-rpn-san-esxi-v7.mdx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ We suggest considering alternative hypervisors such as Proxmox. You can learn ho
5959
<Lightbox src="scaleway-vmkernel_nic.webp" width="400" alt="" />
6060

6161
<Message type="note">
62-
Make sure to configure Jumboframes (MTU 9000) both for the switch and the NIC.
62+
* Make sure to configure Jumboframes (MTU 9000) both for the switch and the NIC.
63+
* Make sure the DHCP server IP is set to `[YOUR_RPN_GATEWAY_IP]` and no firewall rules are blocking external DHCP or iSCSI client packets.
6364
</Message>
6465
5. Connect to your server using SSH. The SSH credentials are identical to those for the web interface.
6566
6. Locate the MAC address of the network card connected to the RPN (MTU 9000):
@@ -74,7 +75,7 @@ We suggest considering alternative hypervisors such as Proxmox. You can learn ho
7475
```
7576
vi vmknics.json
7677
```
77-
9. Replace the MAC address of your RPN VMkernel NIC with your [virtual MAC](/dedibox-ip-failover/how-to/create-virtual-mac/).
78+
9. Replace the MAC address of your RPN VMkernel NIC with your server's private interface MAC address (displayed in your Dedibox console interface).
7879
<Lightbox src="scaleway-esxi7-vmnic.webp" />
7980
10. Import the new configuration:
8081
```
@@ -94,9 +95,9 @@ We suggest considering alternative hypervisors such as Proxmox. You can learn ho
9495
<Message type="tip">
9596
You can find the RPN gateway either on your server's overview page in the Dedibox console or by following [this guide](/dedibox-rpn/how-to/find-rpn-gateway/).
9697
</Message>
97-
4. Ping the RPN-SAN to check if the RPN connection is working properly:
98+
4. Ping a RPN-SAN (`san-1.rpn.online.net`, `10.90.254.113`) to check if the RPN connection is working properly:
9899
```
99-
ping san-1.rpn.online.net
100+
ping 10.90.254.113
100101
```
101102
5. Open the file `/etc/rc.local.d/local.sh` in a text editor and add the following lines to it to configure the RPN route automatically during boot:
102103
```

0 commit comments

Comments
 (0)