***************************************************************************** change log for xendconfig scripts ***************************************************************************** (network-multinet, multinet-common.sh) 2007-11-29 - Ron Terry - Updated network-multinet to version 2.0.1 - Updated multinet-common.sh to version 2.0.1 ----------------------------------------------------------------------------- (network-multinet, xend) 2007-11-20 - Ron Terry - Updated network-multinet to version 2.x (version 1.x may still be maintained but is depricated in favor of the new version) - The network-multinet v2.x script no longer depends on the standard xen include scripts (xen-network-common,sh) or the network-bridge script - The network-multinet v2.x script now names hostonly, net, routed, etc. networks with more descriptive names such as xennat0, xenhost3, etc. - Bridged networks are still name xenbrX to maintain backward compatibility - Updated the xend configuration file with the changes needed for network-multinet v2.x (the config file maintains backward compatibility with network-multinet v1.x) ----------------------------------------------------------------------------- (xendconfig->xend, network-multinet, xen-dhcpd, xend-relocation) 2007-09-14 - Ron Terry - Renamed the xendconfig file to xend to match what is released in OpenSUSE 10.3 - Updated all relative scripts to reflect the change in config file name ----------------------------------------------------------------------------- (xen-dhcp) 2007-09-10 - Mike Friesenegger - Added code to test if ipcalc is installed. - fixed problem with include files ----------------------------------------------------------------------------- (network-multinet) 2007-09-04 - Ron Terry - Fixed a problem when calling xen-dhcpd when runnung network-multinet status ----------------------------------------------------------------------------- (network-multinet) 2007-08-29 - Ron Terry - Release version 1.3.1 - Fixed a few typos in documentation (xendconfig) 2007-08-29 - Ron Terry - fixed a typo in the example for the no-host bridge. 4,eth1 -> eth1,4 ----------------------------------------------------------------------------- (xen-dhcpd) 2007-08-23 - Ron Terry - Release version 1.0.1 - Fixed bugs in the script so that it now works (network-multinet) 2007-08-23 - Ron Terry - Release version 1.3.0 (stable) - No new testing version as of yet ----------------------------------------------------------------------------- (xen-dhcpd) 2007-18-15 - Ron Terry - Added a new script named "xen-dhcpd" than can be called by the network-multinet script (starting with version 1.3.0) to configure and start a dhcp server on selected virtual networks (network-multinet) 2007-18-15 - Ron Terry - Release version 1.3.0-beta1 for testing (version 1.2.0 is still stable) - Enabled the new xen-dhcpd script ----------------------------------------------------------------------------- (xendconfig) 2007-08-14 - Ron Terry - Updated some documentation in the file (network-multinet) 2007-08-14 - Ron Terry - Update to version 1.2.0 - enabled the new "create_nohost_bridges" function - fixed a bug with arp in the setup_host_interface function - renamed the make_save_dir function to make_config_dirs and added code to create all configuration and temp file directories that may not exist - updated the documentation to reflect the changes ----------------------------------------------------------------------------- (xendconfig) 2007-08-01 - Ron Terry - added a new field to the LOCAL_BRIDGE_LIST variable (dhcp-on|dhcp-off) to support an upcoming function that enables the dhcp server on selected local bridges - added new variable NOHOST_BRIDGE_LIST to support the new create_nohost_bridges function ----------------------------------------------------------------------------- (network-multinet) 2007-08-01 - Ron Terry - added a new function "create_nohost_bridges" (currently disabled) that creates a bridge connected only to a physical interface and not Dom0 ----------------------------------------------------------------------------- (network-multinet) 2007-07-31 - Ron Terry - renamed network-multi_net to network-multinet ----------------------------------------------------------------------------- (network-multi_net) 2007-07-11 - Ron Terry - Update to version 1.1.2 - Added code to specifically handle the SuSEfirewall2 ----------------------------------------------------------------------------- (network-multi_net) 2007-07-02 - Ron Terry - Update to version 1.1.1 - Added code to create iptables rules to allow both NATed and routed local bridges to coexist ----------------------------------------------------------------------------- (xend-relocation) 2007-06-08 - Ron Terry - Added code to check the ENABLE_RELOCATION variable in the configuration file /etc/sysconfig/xendconfig (xendconfig) 2007-06-08 - Ron Terry - Added the ENABLE_RELOCATION variable to the configuration file to control whether or not the VM relocation (migration) feature of xend should be enabled ----------------------------------------------------------------------------- (network-multi_net) 2007-06-08 - Ron Terry - Update to version 1.1.0 - Streamlined the code - Added manage_routing function. Moved all routing and NAT code from other functions into here. - Added manage_iptabled function. Added the capability to save and restore the iptables rule that have been previously setup (i.e. by SuSEfirewall) when the script starts and stops. - Created new directory /var/lib/xend/network_save to store this information persistantly between the start and stop of the script. - Added make_save_dir function to ensure the previously mentiond directory exists. - Added the restart option to the script. - The script now supports the start|stop|restart|status options - Added function to start, stop and give status of the network and now call these fuctions in a case statement. - Renamed the configuration file to /etc/sysconfig/xendconfig - Cleaned up and reorganized the configuration file to work better with the YaST /etc/sysconfig editor. - Changed the defaults in the configuration file to create 1 each of the following network (bridge) types: traditional, NAT, hostonly, empty