You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
63
64
</Message>
64
65
5. Connect to your server using SSH. The SSH credentials are identical to those for the web interface.
65
66
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
74
75
```
75
76
vi vmknics.json
76
77
```
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).
78
79
<Lightboxsrc="scaleway-esxi7-vmnic.webp" />
79
80
10.Importthenewconfiguration:
80
81
```
@@ -94,9 +95,9 @@ We suggest considering alternative hypervisors such as Proxmox. You can learn ho
94
95
<Messagetype="tip">
95
96
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/).
96
97
</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:
98
99
```
99
-
ping san-1.rpn.online.net
100
+
ping 10.90.254.113
100
101
```
101
102
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:
0 commit comments