Uploaded image for project: 'MetaBrainz Hosting'
  1. MetaBrainz Hosting
  2. MBH-231

VLAN support for DomU's

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Invalid
    • Icon: Normal Normal
    • Security
    • None

      I want the ability to specify which VLAN each DomU should be on, for improved security. Potentially a DomU might be on a VLAN all to itself, or perhaps it shares with a couple of other machines (DomU or physical), or perhaps it's on the main production VLAN.

      http://renial.net/weblog/2007/02/27/xen-vlan looks like it does what I want.


      something like this maybe:

      apt-get install vlan bridge-utils
      
      echo 8021q >> /etc/modules
      modprobe 8021q
      
      auto br1
      iface br1 inet static
          bridge_ports eth0
          bridge_maxwait 0
          bridge_fd 0
          address ...
          netmask ...
          gateway ...
      
      auto br2
      iface br2 inet manual
          bridge_ports eth0.2
          bridge_maxwait 0
          bridge_fd 0
      

      with some extra goodness TBC to assign domUs to the correct bridge.

            Unassigned Unassigned
            djce Dave Evans
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package