<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE>
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
BODY {
        LINE-HEIGHT: 1.5; FONT-FAMILY: 宋体; COLOR: #000000; FONT-SIZE: 10.5pt
}
P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>

<META name=GENERATOR content="MSHTML 9.00.8112.16455"></HEAD>
<BODY style="MARGIN: 10px">
<DIV>
<DIV>As i said, with 8021q driver, network configuration won't work after host 
reboot. Does One notice this? </DIV>
<DIV> </DIV>
<DIV></DIV>
<DIV>Here is my solution for <SPAN 
style="COLOR: #0000ff; FONT-WEIGHT: bold">rhel </SPAN>below: (Is this ok?)</DIV>
<DIV># cat $ONE_LOCATION/var/remotes/vnm/802.1Q/HostManaged.rb </DIV>
<DIV>require 'OpenNebulaNetwork' </DIV>
<DIV>...</DIV>
<DIV>
<DIV>def create_bridge(bridge)</DIV>
<DIV>    OpenNebula.exec_and_log_no_exit("#{COMMANDS[:brctl]} 
addbr #{bridge}")</DIV>
<DIV><SPAN style="COLOR: #0000ff; FONT-WEIGHT: bold">    
OpenNebula.exec_and_log_no_exit("sudo sh -c 'echo brctl addbr #{bridge} >> 
/etc/rc.d/rc.local'")</SPAN></DIV>
<DIV>end</DIV>
<DIV>...</DIV>
<DIV>
<DIV>def create_dev_vlan(dev, vlan)</DIV>
<DIV>    OpenNebula.exec_and_log("#{COMMANDS[:vconfig]} add 
#{dev} #{vlan}")</DIV>
<DIV><SPAN style="COLOR: #0000ff; FONT-WEIGHT: bold">    
OpenNebula.exec_and_log("sudo sh -c 'echo vconfig add #{dev} #{vlan} >> 
/etc/rc.d/rc.local'")</SPAN></DIV>
<DIV>end</DIV>
<DIV>...</DIV>
<DIV>
<DIV>def attach_brigde_dev(bridge, dev, vlan=nil)</DIV>
<DIV>    dev = "#{dev}.#{vlan}" if vlan</DIV>
<DIV>    OpenNebula.exec_and_log("#{COMMANDS[:brctl]} addif 
#{bridge} #{dev}")</DIV>
<DIV><SPAN style="COLOR: #0000ff; FONT-WEIGHT: bold">    
OpenNebula.exec_and_log("sudo sh -c 'echo brctl addif #{bridge} #{dev} >> 
/etc/rc.d/rc.local'")</SPAN></DIV>
<DIV>end</DIV>
<DIV>...</DIV>
<DIV>
<DIV>def ifup(dev, vlan=nil)</DIV>
<DIV>    dev = "#{dev}.#{vlan}" if vlan</DIV>
<DIV>    OpenNebula.exec_and_log("#{COMMANDS[:ip]} link set 
#{dev} up")</DIV>
<DIV><SPAN style="COLOR: #0000ff; FONT-WEIGHT: bold">    
OpenNebula.exec_and_log("sudo sh -c 'echo ip link set #{dev} up >> 
/etc/rc.d/rc.local'")</SPAN></DIV>
<DIV>end</DIV>
<DIV>...</DIV></DIV></DIV></DIV></DIV></DIV>
<DIV> </DIV>
<HR style="WIDTH: 210px; HEIGHT: 1px" align=left color=#b5c4df SIZE=1>

<DIV><SPAN><SPAN 
style="FONT-FAMILY: Calibri; COLOR: #800080; FONT-SIZE: 10pt">于长江 |  
东软</SPAN></SPAN></DIV><p>---------------------------------------------------------------------------------------------------<br>
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) <br>
is intended only for the use of the intended recipient and may be confidential and/or privileged of <br>
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is <br>
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying <br>
is strictly prohibited, and may be unlawful.If you have received this communication in error,please <br>
immediately notify the sender by return e-mail, and delete the original message and all copies from <br>
your system. Thank you. <br>
---------------------------------------------------------------------------------------------------</p></BODY></HTML>