Re: [one-users] Network-help

2011-07-22 Thread Carlos Martín Sánchez
Hi,

The VMs need to be contextualized in order to configure the IP leased by
OpenNebula [1]. Is yours configured to do so at boot?

Regards

[1] http://opennebula.org/documentation:rel2.2:cong
--
Carlos Martín, MSc
Project Major Contributor
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org http://www.opennebula.org/ | cmar...@opennebula.org


On Mon, Jul 18, 2011 at 5:02 AM, puneeth puneeth.pod...@gmail.com wrote:

 Hi,
i'm attaching the config file of XEN.
 --
 Thank you
 Puneeth
 On Sat, 2011-07-16 at 19:44 +0530, Prakhar Srivastava wrote:
  Hi.
  Can you post back the complete xen conf file you are using ???
 
  Prakhar
 
  On 16 Jul 2011 08:33, puneeth puneeth.pod...@gmail.com wrote:
   hi,
   i want to assign the virtual machine that i create using
  one(opennebula)
   a certain ip address (say 192.168.10.5) now when creating the
  template i
   do the needed ie specify the required data in the template.
  
   network template:
   ip = 192.168.10.5
   bridge = eth0
   i'm using xen to create a virtual machine so not specifying anything
   else.
   could someone point out the mistake here.
   and xen configuration is as follows:
  
   network : network-bridge
   vif : vif-bridge
   should i change the network option to route.
   but i thought that bridge supported static ip assignment.
  
   the problem is currently the vm is created but the IP of the vm is
  the
   ip of the image(ie image used in creating the vm).
  
   thanks in advance
   --
   puneeth
  
   ___
   Users mailing list
   Users@lists.opennebula.org
   http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
 
 


 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


Re: [one-users] Network-help

2011-07-17 Thread puneeth
Hi,
i'm attaching the config file of XEN.
--
Thank you
Puneeth
On Sat, 2011-07-16 at 19:44 +0530, Prakhar Srivastava wrote:
 Hi.
 Can you post back the complete xen conf file you are using ???
 
 Prakhar
 
 On 16 Jul 2011 08:33, puneeth puneeth.pod...@gmail.com wrote:
  hi,
  i want to assign the virtual machine that i create using
 one(opennebula)
  a certain ip address (say 192.168.10.5) now when creating the
 template i
  do the needed ie specify the required data in the template.
  
  network template:
  ip = 192.168.10.5
  bridge = eth0
  i'm using xen to create a virtual machine so not specifying anything
  else.
  could someone point out the mistake here.
  and xen configuration is as follows:
  
  network : network-bridge
  vif : vif-bridge
  should i change the network option to route.
  but i thought that bridge supported static ip assignment.
  
  the problem is currently the vm is created but the IP of the vm is
 the
  ip of the image(ie image used in creating the vm). 
  
  thanks in advance
  --
  puneeth
  
  ___
  Users mailing list
  Users@lists.opennebula.org
  http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
 
 

# -*- sh -*-

#
# Xend configuration file.
#

# This example configuration is appropriate for an installation that 
# utilizes a bridged network configuration. Access to xend via http
# is disabled.  

# Commented out entries show the default for that entry, unless otherwise
# specified.

(logfile /var/log/xen/xend.log)
(loglevel DEBUG)

# Uncomment the line below.  Set the value to flask, acm, or dummy to 
# select a security module.

#(xsm_module_name dummy)

# The Xen-API server configuration.
#
# This value configures the ports, interfaces, and access controls for the
# Xen-API server.  Each entry in the list starts with either unix, a port
# number, or an address:port pair.  If this is unix, then a UDP socket is
# opened, and this entry applies to that.  If it is a port, then Xend will
# listen on all interfaces on that TCP port, and if it is an address:port
# pair, then Xend will listen on the specified port, using the interface with
# the specified address.
#
# The subsequent string configures the user-based access control for the
# listener in question.  This can be one of none or pam, indicating either
# that users should be allowed access unconditionally, or that the local
# Pluggable Authentication Modules configuration should be used.  If this
# string is missing or empty, then pam is used.
#
# The final string gives the host-based access control for that listener. If
# this is missing or empty, then all connections are accepted.  Otherwise,
# this should be a space-separated sequence of regular expressions; any host
# with a fully-qualified domain name or an IP address that matches one of
# these regular expressions will be accepted.
#
# Example: listen on TCP port 9363 on all interfaces, accepting connections
# only from machines in example.com or localhost, and allow access through
# the unix domain socket unconditionally:
#
#   (xen-api-server ((9363 pam '^localhost$ example\\.com$')
#(unix none)))
#
# Optionally, the TCP Xen-API server can use SSL by specifying the private
# key and certificate location:
#
#(9367 pam '' xen-api.key xen-api.crt)
#
# Default:
#   (xen-api-server ((unix)))


#(xend-http-server no)
(xend-unix-server yes)
#(xend-tcp-xmlrpc-server no)
#(xend-unix-xmlrpc-server yes)
# Only enable xend-relocation-server on trusted networks as it lacks
# encryption and authentication.
(xend-relocation-server yes)
#(xend-relocation-ssl-server no)
#(xend-udev-event-server no)

#(xend-unix-path /var/lib/xend/xend-socket)


# Address and port xend should use for the legacy TCP XMLRPC interface, 
# if xend-tcp-xmlrpc-server is set.
#(xend-tcp-xmlrpc-server-address 'localhost')
#(xend-tcp-xmlrpc-server-port 8006)

# SSL key and certificate to use for the legacy TCP XMLRPC interface.
# Setting these will mean that this port serves only SSL connections as
# opposed to plaintext ones.
#(xend-tcp-xmlrpc-server-ssl-key-file  xmlrpc.key)
#(xend-tcp-xmlrpc-server-ssl-cert-file xmlrpc.crt)


# Port xend should use for the HTTP interface, if xend-http-server is set.
#(xend-port8000)

# Port xend should use for the relocation interface, if xend-relocation-server
# is set.
(xend-relocation-port 8002)

# Port xend should use for the ssl relocation interface, if
# xend-relocation-ssl-server is set.
#(xend-relocation-ssl-port 8003)

# SSL key and certificate to use for the ssl relocation interface, if
# xend-relocation-ssl-server is set.
#(xend-relocation-server-ssl-key-file   xmlrpc.key)
#(xend-relocation-server-ssl-cert-file  xmlrpc.crt)

# Whether to use ssl as default when relocating.
#(xend-relocation-ssl no)

# Address xend should listen on for HTTP connections, if xend-http-server is
# set.
# Specifying 'localhost' prevents remote connections.
# 

Re: [one-users] Network-help

2011-07-16 Thread Prakhar Srivastava
Hi.
Can you post back the complete xen conf file you are using ???

Prakhar

On 16 Jul 2011 08:33, puneeth puneeth.pod...@gmail.com wrote:
 hi,
 i want to assign the virtual machine that i create using one(opennebula)
 a certain ip address (say 192.168.10.5) now when creating the template i
 do the needed ie specify the required data in the template.

 network template:
 ip = 192.168.10.5
 bridge = eth0
 i'm using xen to create a virtual machine so not specifying anything
 else.
 could someone point out the mistake here.
 and xen configuration is as follows:

 network : network-bridge
 vif : vif-bridge
 should i change the network option to route.
 but i thought that bridge supported static ip assignment.

 the problem is currently the vm is created but the IP of the vm is the
 ip of the image(ie image used in creating the vm).

 thanks in advance
 --
 puneeth

 ___
 Users mailing list
 Users@lists.opennebula.org
 http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


[one-users] Network-help

2011-07-15 Thread puneeth
hi,
i want to assign the virtual machine that i create using one(opennebula)
a certain ip address (say 192.168.10.5) now when creating the template i
do the needed ie specify the required data in the template.

network template:
ip  =   192.168.10.5
bridge  =   eth0
i'm using xen to create a virtual machine so not specifying anything
else.
could someone point out the mistake here.
and xen configuration is as follows:

network :   network-bridge
vif :   vif-bridge
should i change the network option to route.
but i thought that bridge supported static ip assignment.

the problem is currently the vm is created but the IP of the vm is the
ip of the image(ie image used in creating the vm). 

thanks in advance
--
puneeth

___
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org