Skip to content

Commit 9440eef

Browse files
Apply suggestions from code review
Co-authored-by: Jessica <[email protected]>
1 parent 905b565 commit 9440eef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/dedibox-ip-failover/how-to/configure-debian-ubuntu.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This page shows you how to configure a [failover IP](/dedibox-ip-failover/concep
6262

6363
Since Ubuntu 18.04, Netplan has been the default network configuration system.
6464

65-
### Steps for Configuring Netplan with Failover IP
65+
### Steps for configuring Netplan with failover IP
6666

6767
1. Disable cloud-init network configuration:
6868
```bash
@@ -74,7 +74,7 @@ Since Ubuntu 18.04, Netplan has been the default network configuration system.
7474
sudo cp /etc/netplan/50-cloud-init.yaml /etc/netplan/01-myplan.yaml
7575
sudo mv /etc/netplan/50-cloud-init.yaml /etc/netplan/50-cloud-init.yaml-backup
7676
```
77-
3. Update the Netplan Configuration
77+
3. Update the Netplan configuration.
7878
Edit `/etc/netplan/01-myplan.yaml` using `nano`:
7979
```yaml
8080
network:
@@ -120,7 +120,7 @@ Since Ubuntu 18.04, Netplan has been the default network configuration system.
120120
If there is an error in your configuration, it might render your network inaccessible. You may need to revert changes using KVM/IPMI access.
121121
</Message>
122122

123-
### Additional Notes
123+
### Additional notes
124124

125125
- Ensure that indentation and formatting are correct to avoid YAML syntax errors.
126126
- If networking issues persist, check logs using:

0 commit comments

Comments
 (0)