Skip to content

Commit b20944e

Browse files
Merge pull request #279554 from mattmcinnes/patch-120
[GH Issue] Update redhat-create-upload-vhd.md
2 parents a918f1d + 5397645 commit b20944e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/virtual-machines/linux/redhat-create-upload-vhd.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
8181

8282
1. Move (or remove) the udev rules to avoid generating static rules for the Ethernet interface. These rules cause problems when you clone a VM in Azure or Hyper-V:
8383

84+
> [!WARNING]
85+
> Many 'v5' and newer VM sizes require Accelerated Networking. If it isn't enabled, NetworkManager will assign the same IP address to all virtual function interfaces. To prevent duplicate IP addresses, make sure to include this udev rule when migrating to a newer size.
86+
8487
```bash
8588
sudo ln -s /dev/null /etc/udev/rules.d/75-persistent-net-generator.rules
8689
sudo rm -f /etc/udev/rules.d/70-persistent-net.rules

0 commit comments

Comments
 (0)