Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Mastering Proxmox
  • Toc
  • feedback
Mastering Proxmox

Mastering Proxmox

By : Ahmed
4.3 (18)
close
Mastering Proxmox

Mastering Proxmox

4.3 (18)
By: Ahmed

Overview of this book

This is not an instructional guide, but a practical, scenario-based book which guides you through everything you need to know in a practical manner by letting you build your own cluster. By the end of the book, you will have a fully functional Proxmox cluster setup at your disposal and have the knowledge to replicate virtualization solutions .If you already know what the word virtualization means and you are ready to stand out from the crowd equipped with the unique ability to design and implement a rock-solid virtualized network environment using Proxmox, then you have just picked up the only book you will need. Linux system administration experience together with knowledge of networking and virtualization concepts is assumed. This book is also useful if you are already using Proxmox and simply want to master its advanced features.
Table of Contents (12 chapters)
close
11
Index

Adding a virtual bridge


We have seen the networking components used in Proxmox; we went through the configuration file and saw how those components come together. We are now going to create a new virtual bridge for our cluster. We will use this bridge to create an isolated network later on in this book. Perform the following steps to create a virtual bridge in Proxmox:

  1. Securely log in to the node pmxvm01.

  2. Open the interface file # nano /etc/network/interfaces using an editor.

  3. Add the following lines at the end of the file:

    auto vmbr200
    iface vmbr1 inet static
            bridge_ports none
            bridge_stp off
            bridge_fd 0
  4. Save the file and exit the editor

  5. Activate the bridge from the CLI using the following command:

    # ifup vmbr200
    
  6. Do the same for the second node pmxvm02.

The new virtual bridge vmbr200 should now be activated and running. If there are more cluster nodes, then the steps from 1 to 5 must be completed on all the nodes. The /etc/network/interfaces configuration file should look...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete