Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wojcik-dorota committed Nov 13, 2023
1 parent 45ce555 commit 100552f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/platform/howto/vpc-peering-upcloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,15 +146,15 @@ You only need to take this step if any of your VMs has been created before setti

A peering connection between an Aiven VPC and VMs created before the peering setup won't work unless you refresh the DHCP lease for a relevant network interface.

To refresh the DHCP lease for a network interface, take the following steps:
To refresh the DHCP lease for a network interface, run the following commands:

1. Run
1. To clear the existing DHCP lease

.. code-block:: bash
dhclient -r NETWORK_INTERFACE_NAME
2. Run
2. To request a renewal of the DHCP lease

.. code-block:: bash
Expand Down

0 comments on commit 100552f

Please sign in to comment.