Shell Scripts

Home  |  Linux  |  Scripts

Scripting Books & Guides

Advanced Bash-Scripting Guide
  (or from my site)

Bash Beginners Guide
  (or from my site)

vnet-attach

  Description


  The vnet-attach script is a simplifed way to reattach or add virtual network interfaces in Xen VMs to virtual networks in Domain0. It uses the xm network-attach command to do the work but will parse xenstore to determine the MAC address of the interface you are reattaching so that it's network configuration (IP address, etc.) inside the VM are restored automatically.

  This is an improvement because the xm network-attach command requires that you specify mac=XX:XX:XX:XX:XX:XX when you attach the interface or the MAC address will be dynamically generated and therefor appear to be a new NIC inside the VM.


  Version Info

  Version: 1.0.0beta
  Modification Date: 2007-07-25
  Maintainer(s): Ron Terry - ron (at) pronetworkconsulting (dot) com

  Downloads
      vnet-attach

Other Xen related scripts:
network-multinet
xend-relocation


 

©Ron Terry

All original documents published on this site are published under the GNU FDL.
Permission is granted to copy, distribute and/or modify these documents under the terms of the GNU Free Documentation License, Version 1.2 published by the Free Software Foundation.