-
Notifications
You must be signed in to change notification settings - Fork 0
Bridged network for RHEL VM
Cesar Celis Hernandez edited this page Oct 17, 2023
·
2 revisions
To document what I did to get the Bridged Network in the RHEL VM.
-
Follow steps from Documentation
-
Create VM with the birdge:
sudo virt-install \
--name demo-guest4 --memory 4096 --vcpus 4 \
--livecd --os-variant rhel9.0 \
--cdrom /home/celis/Downloads/rhel-9.2-x86_64-dvd.iso \
--network network=bridged-network