Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Proxmox

You're reading from   Mastering Proxmox Master Proxmox VE to effectively implement server virtualization technology within your network

Arrow left icon
Product type Paperback
Published in Jul 2014
Publisher
ISBN-13 9781783980826
Length 310 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Wasim Ahmed Wasim Ahmed
Author Profile Icon Wasim Ahmed
Wasim Ahmed
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Dive into the Virtual World with Proxmox FREE CHAPTER 2. Proxmox Under the Hood 3. Shared Storages with Proxmox 4. A Virtual Machine for a Virtual World 5. Network of Virtual Networks 6. Proxmox HA – Zero Downtime 7. High Availability Storage for High Availability Cluster 8. Proxmox Production Level Setup 9. Proxmox Troubleshooting 10. Putting It All Together 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...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime