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
@@ -209,6 +209,19 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
209
209
NM_CONTROLLED=yes
210
210
```
211
211
212
+
> [!NOTE]
213
+
> When you use Accelerated Networking, the synthetic interface that's created must be configured to be unmanaged by using a udev rule. This action prevents `NetworkManager` from assigning the same IP to it as the primary interface. <br>
1. Ensure that the network service starts at boot time:
213
226
214
227
```bash
@@ -402,7 +415,20 @@ This section assumes that you've already obtained an ISO file from the Red Hat w
402
415
```bash
403
416
sudo nmcli con mod eth0 connection.autoconnect yes ipv4.method auto
404
417
```
405
-
418
+
419
+
> [!NOTE]
420
+
> When you use Accelerated Networking, the synthetic interface that's created must be configured to be unmanaged by using a udev rule. This action prevents `NetworkManager` from assigning the same IP to it as the primary interface. <br>
1. Register your Red Hat subscription to enable the installation of packages from the RHEL repository:
407
433
408
434
```bash
@@ -834,7 +860,19 @@ This section shows you how to use KVM to prepare a [RHEL 6](#rhel-6-using-kvm) o
834
860
PERSISTENT_DHCLIENT=yes
835
861
NM_CONTROLLED=yes
836
862
```
837
-
863
+
> [!NOTE]
864
+
> When you use Accelerated Networking, the synthetic interface that's created must be configured to be unmanaged by using a udev rule. This action prevents `NetworkManager` from assigning the same IP to it as the primary interface. <br>
1. Ensure that the network service starts at boot time:
839
877
840
878
```bash
@@ -1180,7 +1218,19 @@ This section assumes that you've already installed a RHEL VM in VMware. For info
1180
1218
PERSISTENT_DHCLIENT=yes
1181
1219
NM_CONTROLLED=yes
1182
1220
```
1183
-
1221
+
> [!NOTE]
1222
+
> When you use Accelerated Networking, the synthetic interface that's created must be configured to be unmanaged by using a udev rule. This action prevents `NetworkManager` from assigning the same IP to it as the primary interface. <br>
0 commit comments