<div dir="ltr">It is thought to work that way. The VR acts as a DNS server and is not passing along the DNS values to the clients, but rather, doing the DNS lookups itself.</div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Tue, Jul 23, 2013 at 9:44 AM,  <span dir="ltr"><<a href="mailto:chenxiang@aquala-tech.com" target="_blank">chenxiang@aquala-tech.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Assuming that I have only one LAN that is being served by an NAT server.<br>
All the VM's are within the sam LAN, so they need to connect to the<br>
outside world through a gateway, which is not xxx.xxx.xxx.1.<br>
<br>
With the following context, the Virtual Router VM only gets the correct<br>
IP, but not the gateway nor the dns:<br>
<br>
CONTEXT=[<br>
  DHCP="YES",<br>
  DNS="8.8.4.4 8.8.8.8",<br>
<div class="im">  PRIVNET="$NETWORK[TEMPLATE, NETWORK=\"MY-LAN\"]",<br>
  RADVD="NO",<br>
  TARGET="hdb",<br>
  TEMPLATE="$TEMPLATE" ]<br>
<br>
</div>The gateway within the Virtual Router VM is xxx.xxx.xxx.1, while the DNS<br>
servers are 172.16.0.1.<br>
<br>
With the following context, the Virtual Router VM now gets the correct IP<br>
address, gateway, and dns:<br>
<br>
CONTEXT=[<br>
  DHCP="YES",<br>
  DNS="8.8.4.4 8.8.8.8",<br>
<div class="im">  PRIVNET="$NETWORK[TEMPLATE, NETWORK=\"MY-LAN\"]",<br>
</div>  PUBNET="$NETWORK[TEMPLATE, NETWORK=\"MY-LAN\"]",<br>
<div class="im">  RADVD="NO",<br>
  TARGET="hdb",<br>
  TEMPLATE="$TEMPLATE" ]<br>
<br>
</div>However, the Windows XP guest OS still gets the IP address of the Virtual<br>
Router VM as the gateway and DNS.<br>
<div class="HOEnZb"><div class="h5"><br>
Best regards,<br>
<br>
Chen Xiang<br>
<br>
<br>
> Hi,<br>
><br>
> I have recently tested the Virtual Router as described on the following<br>
> page:<br>
><br>
> <a href="http://opennebula.org/documentation:rel4.0:router" target="_blank">http://opennebula.org/documentation:rel4.0:router</a><br>
><br>
> The problem with this Virtual Router is that it only delivers the correct<br>
> IP address and network mask to the guest VM, but failed to deliver the<br>
> correct gateway and DNS server to the VM.<br>
><br>
> For example, if I have contextualized a Ubuntu 12.04 VM with the following<br>
> parameters the VM is capable of getting the correct IP address, as well as<br>
> the correct gateway and DNS server:<br>
><br>
> CONTEXT=[<br>
>   ETH0_DNS="$NETWORK[DNS, NETWORK=\"MY-LAN\"]",<br>
>   ETH0_GATEWAY="$NETWORK[GATEWAY, NETWORK=\"MY-LAN\"]" ]<br>
><br>
> With the following Virtual Router context, my Windows XP guest OS will get<br>
> the IP address of the Virtual Router as the default gateway and DNS<br>
> server.<br>
><br>
> CONTEXT=[<br>
>   DHCP="YES",<br>
>   PRIVNET="$NETWORK[TEMPLATE, NETWORK=\"MY-LAN\"]",<br>
>   RADVD="NO",<br>
>   TARGET="hdb",<br>
>   TEMPLATE="$TEMPLATE" ]<br>
><br>
><br>
> I have already defined the related properties in my network definition,<br>
> such as:<br>
><br>
> DNS="8.8.8.8"<br>
> GATEWAY="192.168.100.250"<br>
> NETWORK_MASK="255.255.255.0"<br>
><br>
> On the documentation page, under the Full Router section it says that i<br>
> can add a DNS line in the context, so I did this:<br>
><br>
> CONTEXT=[<br>
>   DHCP="YES",<br>
>   PRIVNET="$NETWORK[TEMPLATE, NETWORK=\"MY-LAN\"]",<br>
>   RADVD="NO",<br>
>   TARGET="hdb",<br>
>   DNS="8.8.8.8",<br>
>   TEMPLATE="$TEMPLATE" ]<br>
><br>
> Try again with a Windows XP guest OS, still not working.<br>
><br>
> Any suggestions?<br>
><br>
> Best regards,<br>
><br>
> Chen Xiang<br>
><br>
>> Hi,<br>
>><br>
>> Did you check the resources from this mail? The wiki contains a guide on<br>
>> windows guest contextualization.<br>
>> <a href="http://lists.opennebula.org/pipermail/users-opennebula.org/2013-July/023731.html" target="_blank">http://lists.opennebula.org/pipermail/users-opennebula.org/2013-July/023731.html</a><br>
>><br>
>> Regards<br>
>><br>
>> --<br>
>> Join us at OpenNebulaConf2013 <<a href="http://opennebulaconf.com" target="_blank">http://opennebulaconf.com</a>> in Berlin,<br>
>> 24-26<br>
>> September, 2013<br>
>> --<br>
>> Carlos Martín, MSc<br>
>> Project Engineer<br>
>> OpenNebula - The Open-source Solution for Data Center Virtualization<br>
>> <a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org">cmartin@opennebula.org</a> |<br>
>> @OpenNebula<<a href="http://twitter.com/opennebula" target="_blank">http://twitter.com/opennebula</a>><<a href="mailto:cmartin@opennebula.org">cmartin@opennebula.org</a>><br>
>><br>
>><br>
>> On Sun, Jul 21, 2013 at 1:44 PM, Romany Nageh<br>
>> <<a href="mailto:engromanynageh@gmail.com">engromanynageh@gmail.com</a>>wrote:<br>
>><br>
>>> please can anyone tell me how to prepare window  7 image to work with<br>
>>> opennebula 4.0.1<br>
>>><br>
>>> i installed the windows and create vm but network not configured with<br>
>>> an<br>
>>> ip from  context variables .  i need the scripts that run and configure<br>
>>> the<br>
>>> network interfaces, the dns servers in windows image .<br>
>>><br>
>>> *thanks and regards*,<br>
>>> romany<br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Users mailing list<br>
>>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>>><br>
>>><br>
>> _______________________________________________<br>
>> Users mailing list<br>
>> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
>> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
>><br>
><br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
> <a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Join us at <a href="http://opennebulaconf.com/" style="color:rgb(17,85,204)" target="_blank">OpenNebulaConf2013</a> in Berlin, <span><span>24-26 September, 2013</span></span><br>

--<div>Jaime Melis<br>Project Engineer<br>OpenNebula - The Open Source Toolkit for Cloud Computing<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:jmelis@opennebula.org" target="_blank">jmelis@opennebula.org</a></div>

</div>
</div>