Bridged network for RHEL VM - cniackz/public GitHub Wiki

Objective:

To document what I did to get the Bridged Network in the RHEL VM.

Documentation:

Steps:

  1. Follow steps from Documentation

  2. 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