Skip to content

Commit 285db8f

Browse files
authored
Update virtual-network-multiple-ip-addresses-os-config.md
1 parent 422fba4 commit 285db8f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

includes/virtual-network-multiple-ip-addresses-os-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ ip route add default via 10.1.0.1 dev eth2 table custom
369369
>To configure the extra IP addresses in RHEL10.x, it's enough to restart NetworkManger with: `systemctl restart NetworkManger.service` or reboot the system. No other steps are required.
370370
371371
372-
#### RHEL 8.6 & above , RHEL 9
372+
#### RHEL 8.6 & above, RHEL 9
373373
374-
Starting RHEL 8.6 & above and RHEL 9 , "networkmanager-cloud-setup" package can handle multiple IP configurations and its associated route configuration.
374+
Starting RHEL 8.6 & above and RHEL 9, "networkmanager-cloud-setup" package can handle multiple IP configurations and its associated route configuration.
375375
376376
1. Disabled cloud-init to handle secondary IP configuration in the respective files /etc/cloud/cloud.cfg.d/99-apply-network-config.cfg or /etc/cloud/cloud.cfg.d/91-azure_datasource.cfg.
377377
This will let NetworkManager and nm-cloud-setup manage the entire network configuration
@@ -501,7 +501,7 @@ systemctl start nm-cloud-setup.service
501501
systemctl enable --now nm-cloud-setup.timer
502502
systemctl daemon-reload
503503
```
504-
5. Reboot VM & verify . VM should now successfully identify respective primary and secondary IPs.
504+
5. Reboot VM & verify. VM should now successfully identify respective primary and secondary IPs.
505505
506506
#### RHEL 8.5 & below
507507

0 commit comments

Comments
 (0)