Skip to content

Bridged network for RHEL VM

Cesar Celis Hernandez edited this page Oct 17, 2023 · 2 revisions

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
Clone this wiki locally