From haihhh at gmail.com Wed Sep 12 22:46:52 2007 From: haihhh at gmail.com (Huang hai) Date: Thu, 13 Sep 2007 13:46:52 +0800 Subject: [Xbone-users] X-Bone Control Page Message-ID: <8ee236c90709122246y2924ffy8f0526dd148bbec9@mail.gmail.com> Hi, It's me again. I modified my httpd-ssl.conf and use ssl-ca to re-generate my CA, and finally got into the X-bone control page with: http://localhost:8001. Here I encounter problems again. 1. When I clicked the button " Create Overlay", the following information was shown: Error!*Invalid Overlay Name The overlay name "" is not a well-formed DNS name. I can't find the location to set the value of "Overlay Name". 2. When I click the button "Discovery Daemons" and clicked Start Discovery button in the next page, I got the following information: *Error!*Discover daemons - Error while executing command! Cannot open socket to haih:2165. . Suspect Overlay Manager is down or does not support the IP version specified in GUI configuration file. Do check whether both the webserver host and the manager's host support the ip version specified in the configuration file ** Is this caused by configuration problem? Thanks! Harry * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.isi.edu/pipermail/xbone-users/attachments/20070913/f6196008/attachment.html From pingali at ISI.EDU Thu Sep 13 10:52:29 2007 From: pingali at ISI.EDU (Venkata Pingali) Date: Thu, 13 Sep 2007 10:52:29 -0700 Subject: [Xbone-users] X-Bone Control Page In-Reply-To: <8ee236c90709122246y2924ffy8f0526dd148bbec9@mail.gmail.com> References: <8ee236c90709122246y2924ffy8f0526dd148bbec9@mail.gmail.com> Message-ID: <46E978DD.2050506@isi.edu> Huang hai wrote: > Hi, > > It's me again. > I modified my httpd-ssl.conf and use ssl-ca to re-generate my CA, and > finally got into the X-bone control page with: http://localhost:8001. > Here I encounter problems again. > 1. When I clicked the button " Create Overlay", the following information > was shown: > Error!*Invalid Overlay Name The overlay name "" is not a well-formed DNS > name. > > I can't find the location to set the value of "Overlay Name". > > 2. When I click the button "Discovery Daemons" and clicked Start Discovery > button in the next page, I got the following information: > > *Error!*Discover daemons - Error while executing command! Cannot open socket > to haih:2165. . Suspect Overlay Manager is down or does not support the IP > version specified in GUI configuration file. Do check whether both the > webserver host and the manager's host support the ip version specified in > the configuration file > > > ** Is this caused by configuration problem? Apparently it is. Did you generate a configuration file? You need one for the GUI and one each for the server and client. It might helpful to read the documentation regarding the overall system design. http://www.isi.edu/xbone/software/release_3_2.html You can use the GUI to generate configuration files at each node. > Thanks! > > Harry > > * > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xbone-users mailing list > Xbone-users at mailman.isi.edu > http://mailman.isi.edu/mailman/listinfo/xbone-users From haihhh at gmail.com Sun Sep 16 22:20:00 2007 From: haihhh at gmail.com (Huang hai) Date: Mon, 17 Sep 2007 13:20:00 +0800 Subject: [Xbone-users] X-Bone Control Page In-Reply-To: <46E978DD.2050506@isi.edu> References: <8ee236c90709122246y2924ffy8f0526dd148bbec9@mail.gmail.com> <46E978DD.2050506@isi.edu> Message-ID: <8ee236c90709162220v55d6154ag5f871fb8f9e91b2c@mail.gmail.com> Hi, This is part of my Xbone.conf #************ X-Bone Configuration *************** # * This file has been automatically generated * # * Consult the documentation for more * # * information on how to set the variable in * # * file configuration file. * #************************************************* ldap enable = yes ldap server = hai ldap port = 636 ldap password = ldap instance = Linux ldap scope = local ca_cert = /usr/local/etc/xbone/cert/CAcert.pem ca_path = /usr/local/etc/xbone/cert node_cert = /usr/local/etc/xbone/cert/hai.crt node_key = /usr/local/etc/xbone/cert/hai.key #= 0. Generic Options/Parameters ============================================ # daemon type: types of a node in virtual networks # host: host # router: router # node: host or router # meta: meta nodes (overlay managers) daemon_type = host #= 1. Node IP config parameters ============================================= # hostname hostname = hai # address for control connection ctl_addr = 192.168.1.101 #ctl_addr6 = 2001:0DB8::1 # address for app/data connection app_addr = 192.168.1.101 #app_addr6 = 2001:0DB8::1 #= 2. XBone Network Parameters ============================================== # overlay types: (overlay net)/(overlay link)/(base network) # ipv4 v4/v4/v4 # ipv6 v6/v6/v6 address_type = ipv4 # IP protocol version (v4/v6) for the control connections & multicast # => ipv4, ipv6, both control_protocol = ipv4 # multicast address/group: http://www.iana.org #xbone_mcast_addr = 224.192.0.1 And this is my xbone-gui.conf #************ X-Bone GUI Configuration *********** # * This file has been automatically generated * # * Consult the documentation for more * # * information on how to set the variable in * # * file configuration file. * #************************************************* hostname = hai ipproto = ipv4 timeout = 25 ctl_addr = 192.168.1.101 app_addr = 192.168.1.101 ca_cert = /usr/local/etc/xbone/cert/CAcert.pem ca_path = /usr/local/etc/xbone/cert node_cert = /usr/local/etc/xbone/cert/hai.crt node_key = /usr/local/etc/xbone/cert/hai.key With these config files, I can open the "Create X-Bone Overlay" page, but when I set the necessary parameters and click "Create this overlay" button, following information appeared: *Overlay creation has failed! Cannot open socket to haih:2165. . Suspect Overlay Manager is down or does not support the IP version specified in GUI configuration file. Do check whether both the webserver host and the manager's host support the ip version specified in the configuration file. Could u please help me to find out what did I do wrong or what else should I do? Thanks! * 2007/9/14, Venkata Pingali : > > > > Huang hai wrote: > > Hi, > > > > It's me again. > > I modified my httpd-ssl.conf and use ssl-ca to re-generate my CA, > and > > finally got into the X-bone control page with: http://localhost:8001. > > Here I encounter problems again. > > 1. When I clicked the button " Create Overlay", the following > information > > was shown: > > Error!*Invalid Overlay Name The overlay name "" is not a well-formed DNS > > name. > > > > I can't find the location to set the value of "Overlay Name". > > > > 2. When I click the button "Discovery Daemons" and clicked Start > Discovery > > button in the next page, I got the following information: > > > > *Error!*Discover daemons - Error while executing command! Cannot open > socket > > to haih:2165. . Suspect Overlay Manager is down or does not support the > IP > > version specified in GUI configuration file. Do check whether both the > > webserver host and the manager's host support the ip version specified > in > > the configuration file > > > > > > ** Is this caused by configuration problem? > > Apparently it is. Did you generate a configuration > file? You need one for the GUI and one each > for the server and client. > > It might helpful to read the documentation > regarding the overall system design. > > http://www.isi.edu/xbone/software/release_3_2.html > > You can use the GUI to generate configuration files > at each node. > > > Thanks! > > > > Harry > > > > * > > > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Xbone-users mailing list > > Xbone-users at mailman.isi.edu > > http://mailman.isi.edu/mailman/listinfo/xbone-users > > _______________________________________________ > Xbone-users mailing list > Xbone-users at mailman.isi.edu > http://mailman.isi.edu/mailman/listinfo/xbone-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.isi.edu/pipermail/xbone-users/attachments/20070917/4daa104a/attachment.html From pingali at ISI.EDU Mon Sep 17 11:30:24 2007 From: pingali at ISI.EDU (Venkata Pingali) Date: Mon, 17 Sep 2007 11:30:24 -0700 Subject: [Xbone-users] X-Bone Control Page In-Reply-To: <8ee236c90709162220v55d6154ag5f871fb8f9e91b2c@mail.gmail.com> References: <8ee236c90709122246y2924ffy8f0526dd148bbec9@mail.gmail.com> <46E978DD.2050506@isi.edu> <8ee236c90709162220v55d6154ag5f871fb8f9e91b2c@mail.gmail.com> Message-ID: <46EEC7C0.6010703@isi.edu> 1. Note that LDAP is optional. Upon rereading the instructions, I found that the readme is not very explicit about it. I would recommend that you not enable LDAP until the basic configuration is operational. 2. Do follow the instructions on this page along with the visuals: http://www.isi.edu/xbone/software/panels_3_2.html Instructions for configuring an overlay manager for IPv4 overlays: Run xb-node-control on the host that you expect to configure as overlay manager (a) For IP protocol on "main" select IPv4. (b) set the host name (c) set "Enable LDAP" to no (which is the default) (d) set "Enable DNS" to no (i.e., the overlay manager will not update an existing DNS server with appropriate overlay-specific names and mappings) (e) in Miscellaneous tab, set "Routing" to static and disable QoS. (f) Skip registry setup on the main panel (g) Configure ACL (look at /usr/local/xbone/doc) for documentation on the ACLs. (h) save the configuration file. Start the server. Features can be added later on. 3. Can you share with us what you expect to use X-Bone for? thanks! Venkata Huang hai wrote: > Hi, > > This is part of my Xbone.conf > > #************ X-Bone Configuration *************** > # * This file has been automatically generated * > # * Consult the documentation for more * > # * information on how to set the variable in * > # * file configuration file. * > #************************************************* > > ldap enable = yes > ldap server = hai > ldap port = 636 > ldap password = > ldap instance = Linux > ldap scope = local > ca_cert = /usr/local/etc/xbone/cert/CAcert.pem > ca_path = /usr/local/etc/xbone/cert > node_cert = /usr/local/etc/xbone/cert/hai.crt > node_key = /usr/local/etc/xbone/cert/hai.key > > > #= 0. Generic Options/Parameters > ============================================ > > # daemon type: types of a node in virtual networks > # host: host > # router: router > # node: host or router > # meta: meta nodes (overlay managers) > daemon_type = host > > #= 1. Node IP config parameters > ============================================= > > # hostname > hostname = hai > > # address for control connection > ctl_addr = 192.168.1.101 > #ctl_addr6 = 2001:0DB8::1 > > # address for app/data connection > app_addr = 192.168.1.101 > #app_addr6 = 2001:0DB8::1 > > #= 2. XBone Network Parameters > ============================================== > > # overlay types: (overlay net)/(overlay link)/(base network) > # ipv4 v4/v4/v4 > # ipv6 v6/v6/v6 > address_type = ipv4 > > # IP protocol version (v4/v6) for the control connections & multicast > # => ipv4, ipv6, both > control_protocol = ipv4 > > # multicast address/group: http://www.iana.org > #xbone_mcast_addr = 224.192.0.1 > > And this is my xbone-gui.conf > > #************ X-Bone GUI Configuration *********** > # * This file has been automatically generated * > # * Consult the documentation for more * > # * information on how to set the variable in * > # * file configuration file. * > #************************************************* > > hostname = hai > ipproto = ipv4 > timeout = 25 > ctl_addr = 192.168.1.101 > app_addr = 192.168.1.101 > ca_cert = /usr/local/etc/xbone/cert/CAcert.pem > ca_path = /usr/local/etc/xbone/cert > node_cert = /usr/local/etc/xbone/cert/hai.crt > node_key = /usr/local/etc/xbone/cert/hai.key > > With these config files, I can open the "Create X-Bone Overlay" page, but > when I set the necessary parameters and click "Create this overlay" button, > following information appeared: > > *Overlay creation has failed! Cannot open socket to haih:2165. . Suspect > Overlay Manager is down or does not support the IP version specified in GUI > configuration file. Do check whether both the webserver host and the > manager's host support the ip version specified in the configuration file. > > Could u please help me to find out what did I do wrong or what else should I > do? > Thanks! > * > 2007/9/14, Venkata Pingali : >> >> >> Huang hai wrote: >>> Hi, >>> >>> It's me again. >>> I modified my httpd-ssl.conf and use ssl-ca to re-generate my CA, >> and >>> finally got into the X-bone control page with: http://localhost:8001. >>> Here I encounter problems again. >>> 1. When I clicked the button " Create Overlay", the following >> information >>> was shown: >>> Error!*Invalid Overlay Name The overlay name "" is not a well-formed DNS >>> name. >>> >>> I can't find the location to set the value of "Overlay Name". >>> >>> 2. When I click the button "Discovery Daemons" and clicked Start >> Discovery >>> button in the next page, I got the following information: >>> >>> *Error!*Discover daemons - Error while executing command! Cannot open >> socket >>> to haih:2165. . Suspect Overlay Manager is down or does not support the >> IP >>> version specified in GUI configuration file. Do check whether both the >>> webserver host and the manager's host support the ip version specified >> in >>> the configuration file >>> >>> >>> ** Is this caused by configuration problem? >> Apparently it is. Did you generate a configuration >> file? You need one for the GUI and one each >> for the server and client. >> >> It might helpful to read the documentation >> regarding the overall system design. >> >> http://www.isi.edu/xbone/software/release_3_2.html >> >> You can use the GUI to generate configuration files >> at each node. >> >>> Thanks! >>> >>> Harry >>> >>> * >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Xbone-users mailing list >>> Xbone-users at mailman.isi.edu >>> http://mailman.isi.edu/mailman/listinfo/xbone-users >> _______________________________________________ >> Xbone-users mailing list >> Xbone-users at mailman.isi.edu >> http://mailman.isi.edu/mailman/listinfo/xbone-users >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xbone-users mailing list > Xbone-users at mailman.isi.edu > http://mailman.isi.edu/mailman/listinfo/xbone-users From pingali at ISI.EDU Mon Sep 17 11:28:51 2007 From: pingali at ISI.EDU (Venkata Pingali) Date: Mon, 17 Sep 2007 11:28:51 -0700 Subject: [Xbone-users] X-Bone Control Page In-Reply-To: <8ee236c90709162220v55d6154ag5f871fb8f9e91b2c@mail.gmail.com> References: <8ee236c90709122246y2924ffy8f0526dd148bbec9@mail.gmail.com> <46E978DD.2050506@isi.edu> <8ee236c90709162220v55d6154ag5f871fb8f9e91b2c@mail.gmail.com> Message-ID: <46EEC763.40301@isi.edu> 1. Note that LDAP is optional. Upon rereading the instructions, I found that the readme is not very explicit about it. I would recommend that you not enable LDAP until the basic configuration is operational. 2. Do follow the instructions on this page along with the visuals: http://www.isi.edu/xbone/software/panels_3_2.html Instructions for configuring an overlay manager for IPv4 overlays: Run xb-node-control on the host that you expect to configure as overlay manager (a) For IP protocol on "main" select IPv4. (b) set the host name (c) set "Enable LDAP" to no (which is the default) (d) set "Enable DNS" to no (i.e., the overlay manager will not update an existing DNS server with appropriate overlay-specific names and mappings) (e) in Miscellaneous tab, set "Routing" to static and disable QoS. (f) Skip registry setup on the main panel (g) Configure ACL (look at /usr/local/xbone/doc) for documentation on the ACLs. (h) save the configuration file. Start the server. Features can be selected Huang hai wrote: > Hi, > > This is part of my Xbone.conf > > #************ X-Bone Configuration *************** > # * This file has been automatically generated * > # * Consult the documentation for more * > # * information on how to set the variable in * > # * file configuration file. * > #************************************************* > > ldap enable = yes > ldap server = hai > ldap port = 636 > ldap password = > ldap instance = Linux > ldap scope = local > ca_cert = /usr/local/etc/xbone/cert/CAcert.pem > ca_path = /usr/local/etc/xbone/cert > node_cert = /usr/local/etc/xbone/cert/hai.crt > node_key = /usr/local/etc/xbone/cert/hai.key > > > #= 0. Generic Options/Parameters > ============================================ > > # daemon type: types of a node in virtual networks > # host: host > # router: router > # node: host or router > # meta: meta nodes (overlay managers) > daemon_type = host > > #= 1. Node IP config parameters > ============================================= > > # hostname > hostname = hai > > # address for control connection > ctl_addr = 192.168.1.101 > #ctl_addr6 = 2001:0DB8::1 > > # address for app/data connection > app_addr = 192.168.1.101 > #app_addr6 = 2001:0DB8::1 > > #= 2. XBone Network Parameters > ============================================== > > # overlay types: (overlay net)/(overlay link)/(base network) > # ipv4 v4/v4/v4 > # ipv6 v6/v6/v6 > address_type = ipv4 > > # IP protocol version (v4/v6) for the control connections & multicast > # => ipv4, ipv6, both > control_protocol = ipv4 > > # multicast address/group: http://www.iana.org > #xbone_mcast_addr = 224.192.0.1 > > And this is my xbone-gui.conf > > #************ X-Bone GUI Configuration *********** > # * This file has been automatically generated * > # * Consult the documentation for more * > # * information on how to set the variable in * > # * file configuration file. * > #************************************************* > > hostname = hai > ipproto = ipv4 > timeout = 25 > ctl_addr = 192.168.1.101 > app_addr = 192.168.1.101 > ca_cert = /usr/local/etc/xbone/cert/CAcert.pem > ca_path = /usr/local/etc/xbone/cert > node_cert = /usr/local/etc/xbone/cert/hai.crt > node_key = /usr/local/etc/xbone/cert/hai.key > > With these config files, I can open the "Create X-Bone Overlay" page, but > when I set the necessary parameters and click "Create this overlay" button, > following information appeared: > > *Overlay creation has failed! Cannot open socket to haih:2165. . Suspect > Overlay Manager is down or does not support the IP version specified in GUI > configuration file. Do check whether both the webserver host and the > manager's host support the ip version specified in the configuration file. > > Could u please help me to find out what did I do wrong or what else should I > do? > Thanks! > * > 2007/9/14, Venkata Pingali : >> >> >> Huang hai wrote: >>> Hi, >>> >>> It's me again. >>> I modified my httpd-ssl.conf and use ssl-ca to re-generate my CA, >> and >>> finally got into the X-bone control page with: http://localhost:8001. >>> Here I encounter problems again. >>> 1. When I clicked the button " Create Overlay", the following >> information >>> was shown: >>> Error!*Invalid Overlay Name The overlay name "" is not a well-formed DNS >>> name. >>> >>> I can't find the location to set the value of "Overlay Name". >>> >>> 2. When I click the button "Discovery Daemons" and clicked Start >> Discovery >>> button in the next page, I got the following information: >>> >>> *Error!*Discover daemons - Error while executing command! Cannot open >> socket >>> to haih:2165. . Suspect Overlay Manager is down or does not support the >> IP >>> version specified in GUI configuration file. Do check whether both the >>> webserver host and the manager's host support the ip version specified >> in >>> the configuration file >>> >>> >>> ** Is this caused by configuration problem? >> Apparently it is. Did you generate a configuration >> file? You need one for the GUI and one each >> for the server and client. >> >> It might helpful to read the documentation >> regarding the overall system design. >> >> http://www.isi.edu/xbone/software/release_3_2.html >> >> You can use the GUI to generate configuration files >> at each node. >> >>> Thanks! >>> >>> Harry >>> >>> * >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Xbone-users mailing list >>> Xbone-users at mailman.isi.edu >>> http://mailman.isi.edu/mailman/listinfo/xbone-users >> _______________________________________________ >> Xbone-users mailing list >> Xbone-users at mailman.isi.edu >> http://mailman.isi.edu/mailman/listinfo/xbone-users >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xbone-users mailing list > Xbone-users at mailman.isi.edu > http://mailman.isi.edu/mailman/listinfo/xbone-users From haihhh at gmail.com Tue Sep 18 22:59:52 2007 From: haihhh at gmail.com (Huang hai) Date: Wed, 19 Sep 2007 13:59:52 +0800 Subject: [Xbone-users] X-Bone Control Page In-Reply-To: <46EEC7C0.6010703@isi.edu> References: <8ee236c90709122246y2924ffy8f0526dd148bbec9@mail.gmail.com> <46E978DD.2050506@isi.edu> <8ee236c90709162220v55d6154ag5f871fb8f9e91b2c@mail.gmail.com> <46EEC7C0.6010703@isi.edu> Message-ID: <8ee236c90709182259g158301al296424fc6db88109@mail.gmail.com> Hi, I'm using X-bone to deploy an overlay network in local area, for the RON research experiment. I followed the instructions in your former mail, and my xbone.conf look like this: #************ X-Bone Configuration *************** # * This file has been automatically generated * # * Consult the documentation for more * # * information on how to set the variable in * # * file configuration file. * #************************************************* hostname = hai daemon_type = host address_type = ipv4 control_protocol = ipv4 ipproto = ipv4 IPsec = no ctl_addr = 127.0.0.1 app_addr = 127.0.0.1 ca_cert = /usr/local/etc/xbone/cert/CAcert.pem ca_path = /usr/local/etc/xbone/cert node_cert = /usr/local/etc/xbone/cert/hai.crt node_key = /usr/local/etc/xbone/cert/hai.key ovl_manager = haih register enable = no register variable = os, os_version, ipproto acl 50000 = \S+ guest 0 nobody When I try to run node daemon, following information appeared: [root at hai programs]# perl xb-node-daemon.pl ########################################################## # # # X-Bone Node Daemon # # http://www.isi.edu/xbone # # # # # ########################################################## [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:2165 [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:265 [mcast_sock] bind to multicast/udp socket on ipv4 127.0.0.1:265 [bind_sockets] send to multicast group 224.192.0.1:265 [mcast_sock] bind to multicast/udp socket on ipv4 224.192.0.1:265 [bind_sockets] join multicast group 224.192.0.1:265 Then I open the X-Bone control page and tried to create an overlay, the error still remained. Is there anything else should I do? Thanks! Hai 2007/9/18, Venkata Pingali : > > > 1. Note that LDAP is optional. Upon rereading > the instructions, I found that the readme > is not very explicit about it. > > I would recommend that you not enable > LDAP until the basic configuration is > operational. > > 2. Do follow the instructions on this > page along with the visuals: > > http://www.isi.edu/xbone/software/panels_3_2.html > > Instructions for configuring an overlay manager for > IPv4 overlays: > > Run xb-node-control on the host that you expect > to configure as overlay manager > > (a) For IP protocol on "main" select IPv4. > (b) set the host name > (c) set "Enable LDAP" to no (which is the > default) > (d) set "Enable DNS" to no (i.e., the overlay > manager will not update an existing DNS server > with appropriate overlay-specific names and > mappings) > (e) in Miscellaneous tab, set "Routing" to > static and disable QoS. > (f) Skip registry setup on the main panel > (g) Configure ACL (look at /usr/local/xbone/doc) > for documentation on the ACLs. > (h) save the configuration file. > > Start the server. > > Features can be added later on. > > 3. Can you share with us what you expect to use > X-Bone for? > > thanks! > Venkata > Huang hai wrote: > > Hi, > > > > This is part of my Xbone.conf > > > > #************ X-Bone Configuration *************** > > # * This file has been automatically generated * > > # * Consult the documentation for more * > > # * information on how to set the variable in * > > # * file configuration file. * > > #************************************************* > > > > ldap enable = yes > > ldap server = hai > > ldap port = 636 > > ldap password = > > ldap instance = Linux > > ldap scope = local > > ca_cert = /usr/local/etc/xbone/cert/CAcert.pem > > ca_path = /usr/local/etc/xbone/cert > > node_cert = /usr/local/etc/xbone/cert/hai.crt > > node_key = /usr/local/etc/xbone/cert/hai.key > > > > > > #= 0. Generic Options/Parameters > > ============================================ > > > > # daemon type: types of a node in virtual networks > > # host: host > > # router: router > > # node: host or router > > # meta: meta nodes (overlay managers) > > daemon_type = host > > > > #= 1. Node IP config parameters > > ============================================= > > > > # hostname > > hostname = hai > > > > # address for control connection > > ctl_addr = 192.168.1.101 > > #ctl_addr6 = 2001:0DB8::1 > > > > # address for app/data connection > > app_addr = 192.168.1.101 > > #app_addr6 = 2001:0DB8::1 > > > > #= 2. XBone Network Parameters > > ============================================== > > > > # overlay types: (overlay net)/(overlay link)/(base network) > > # ipv4 v4/v4/v4 > > # ipv6 v6/v6/v6 > > address_type = ipv4 > > > > # IP protocol version (v4/v6) for the control connections & multicast > > # => ipv4, ipv6, both > > control_protocol = ipv4 > > > > # multicast address/group: http://www.iana.org > > #xbone_mcast_addr = 224.192.0.1 > > > > And this is my xbone-gui.conf > > > > #************ X-Bone GUI Configuration *********** > > # * This file has been automatically generated * > > # * Consult the documentation for more * > > # * information on how to set the variable in * > > # * file configuration file. * > > #************************************************* > > > > hostname = hai > > ipproto = ipv4 > > timeout = 25 > > ctl_addr = 192.168.1.101 > > app_addr = 192.168.1.101 > > ca_cert = /usr/local/etc/xbone/cert/CAcert.pem > > ca_path = /usr/local/etc/xbone/cert > > node_cert = /usr/local/etc/xbone/cert/hai.crt > > node_key = /usr/local/etc/xbone/cert/hai.key > > > > With these config files, I can open the "Create X-Bone Overlay" page, > but > > when I set the necessary parameters and click "Create this overlay" > button, > > following information appeared: > > > > *Overlay creation has failed! Cannot open socket to haih:2165. . Suspect > > Overlay Manager is down or does not support the IP version specified in > GUI > > configuration file. Do check whether both the webserver host and the > > manager's host support the ip version specified in the configuration > file. > > > > Could u please help me to find out what did I do wrong or what else > should I > > do? > > Thanks! > > * > > 2007/9/14, Venkata Pingali : > >> > >> > >> Huang hai wrote: > >>> Hi, > >>> > >>> It's me again. > >>> I modified my httpd-ssl.conf and use ssl-ca to re-generate my CA, > >> and > >>> finally got into the X-bone control page with: http://localhost:8001. > >>> Here I encounter problems again. > >>> 1. When I clicked the button " Create Overlay", the following > >> information > >>> was shown: > >>> Error!*Invalid Overlay Name The overlay name "" is not a well-formed > DNS > >>> name. > >>> > >>> I can't find the location to set the value of "Overlay Name". > >>> > >>> 2. When I click the button "Discovery Daemons" and clicked Start > >> Discovery > >>> button in the next page, I got the following information: > >>> > >>> *Error!*Discover daemons - Error while executing command! Cannot open > >> socket > >>> to haih:2165. . Suspect Overlay Manager is down or does not support > the > >> IP > >>> version specified in GUI configuration file. Do check whether both the > >>> webserver host and the manager's host support the ip version specified > >> in > >>> the configuration file > >>> > >>> > >>> ** Is this caused by configuration problem? > >> Apparently it is. Did you generate a configuration > >> file? You need one for the GUI and one each > >> for the server and client. > >> > >> It might helpful to read the documentation > >> regarding the overall system design. > >> > >> http://www.isi.edu/xbone/software/release_3_2.html > >> > >> You can use the GUI to generate configuration files > >> at each node. > >> > >>> Thanks! > >>> > >>> Harry > >>> > >>> * > >>> > >>> > >>> > >>> > ------------------------------------------------------------------------ > >>> > >>> _______________________________________________ > >>> Xbone-users mailing list > >>> Xbone-users at mailman.isi.edu > >>> http://mailman.isi.edu/mailman/listinfo/xbone-users > >> _______________________________________________ > >> Xbone-users mailing list > >> Xbone-users at mailman.isi.edu > >> http://mailman.isi.edu/mailman/listinfo/xbone-users > >> > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Xbone-users mailing list > > Xbone-users at mailman.isi.edu > > http://mailman.isi.edu/mailman/listinfo/xbone-users > > > _______________________________________________ > Xbone-users mailing list > Xbone-users at mailman.isi.edu > http://mailman.isi.edu/mailman/listinfo/xbone-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.isi.edu/pipermail/xbone-users/attachments/20070919/28658a38/attachment.html From haihhh at gmail.com Mon Sep 24 01:48:07 2007 From: haihhh at gmail.com (Huang hai) Date: Mon, 24 Sep 2007 16:48:07 +0800 Subject: [Xbone-users] X-Bone Control Page In-Reply-To: <8ee236c90709182259g158301al296424fc6db88109@mail.gmail.com> References: <8ee236c90709122246y2924ffy8f0526dd148bbec9@mail.gmail.com> <46E978DD.2050506@isi.edu> <8ee236c90709162220v55d6154ag5f871fb8f9e91b2c@mail.gmail.com> <46EEC7C0.6010703@isi.edu> <8ee236c90709182259g158301al296424fc6db88109@mail.gmail.com> Message-ID: <8ee236c90709240148v85e9ec5jc9ddeb7069c19ba5@mail.gmail.com> Hi, After rereading the documents of X-Bone, I find out the cause of my problem in my former email. The information "Suspect Overlay Manager is down or does not support..." is due to my setting the wrong daemon_type. When I change the daemon_type from "host" to "meta", this message disappear. But there appeared a new error message: [ssl_read_cert] error parsing peer CN. The following message appeared in the screen of xb-node-daemon, [root at hai programs]# perl xb-node-daemon.pl ########################################################## # # # X-Bone Node Daemon # # http://www.isi.edu/xbone # # # # # ########################################################## [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:2165 [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:265 [mcast_sock] bind to multicast/udp socket on ipv4 127.0.0.1:265 [bind_sockets] send to multicast group 224.192.0.1:265 [mcast_sock] bind to multicast/udp socket on ipv4 224.192.0.1:265 [bind_sockets] join multicast group 224.192.0.1:265 [ssl_read_cert] error parsing peer CN Use of uninitialized value in hash element at xb-node-daemon.pl line 1996 (#1) (W uninitialized) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it was a mistake. To suppress this warning assign a defined value to your variables. To help you figure out what was undefined, perl tells you what operation you used the undefined value in. Note, however, that perl optimizes your program and the operation displayed in the warning may not necessarily appear literally in your program. For example, "that $foo" is usually optimized into "that " . $foo, and the warning will refer to the concatenation (.) operator, even though there is no . in your program. Use of uninitialized value in exists at xb-node-daemon.pl line 1996 (#1) [ssl_read_cert] error parsing peer CN According to this error, which direction should I go? Thanks! 2007/9/19, Huang hai : > > Hi, > > I'm using X-bone to deploy an overlay network in local area, for the > RON research experiment. > > I followed the instructions in your former mail, and my xbone.conf look > like this: > > #************ X-Bone Configuration *************** > # * This file has been automatically generated * > # * Consult the documentation for more * > # * information on how to set the variable in * > # * file configuration file. * > #************************************************* > > hostname = hai > daemon_type = host > address_type = ipv4 > control_protocol = ipv4 > ipproto = ipv4 > IPsec = no > ctl_addr = 127.0.0.1 > app_addr = 127.0.0.1 > ca_cert = /usr/local/etc/xbone/cert/CAcert.pem > ca_path = /usr/local/etc/xbone/cert > node_cert = /usr/local/etc/xbone/cert/hai.crt > node_key = /usr/local/etc/xbone/cert/hai.key > > > ovl_manager = haih > > > register enable = no > register variable = os, os_version, ipproto > > > acl 50000 = \S+ guest 0 nobody > > When I try to run node daemon, following information appeared: > > [root at hai programs]# perl xb-node-daemon.pl > ########################################################## > # # > # X-Bone Node Daemon # > # http://www.isi.edu/xbone # > # # > # # > ########################################################## > [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:2165 > [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:265 > [mcast_sock] bind to multicast/udp socket on ipv4 127.0.0.1:265 > [bind_sockets] send to multicast group 224.192.0.1:265 > [mcast_sock] bind to multicast/udp socket on ipv4 224.192.0.1:265 > [bind_sockets] join multicast group 224.192.0.1:265 > > Then I open the X-Bone control page and tried to create an overlay, the > error still remained. > Is there anything else should I do? > > Thanks! > Hai > > 2007/9/18, Venkata Pingali : > > > > > > 1. Note that LDAP is optional. Upon rereading > > the instructions, I found that the readme > > is not very explicit about it. > > > > I would recommend that you not enable > > LDAP until the basic configuration is > > operational. > > > > 2. Do follow the instructions on this > > page along with the visuals: > > > > http://www.isi.edu/xbone/software/panels_3_2.html > > > > Instructions for configuring an overlay manager for > > IPv4 overlays: > > > > Run xb-node-control on the host that you expect > > to configure as overlay manager > > > > (a) For IP protocol on "main" select IPv4. > > (b) set the host name > > (c) set "Enable LDAP" to no (which is the > > default) > > (d) set "Enable DNS" to no (i.e., the overlay > > manager will not update an existing DNS server > > with appropriate overlay-specific names and > > mappings) > > (e) in Miscellaneous tab, set "Routing" to > > static and disable QoS. > > (f) Skip registry setup on the main panel > > (g) Configure ACL (look at /usr/local/xbone/doc) > > for documentation on the ACLs. > > (h) save the configuration file. > > > > Start the server. > > > > Features can be added later on. > > > > 3. Can you share with us what you expect to use > > X-Bone for? > > > > thanks! > > Venkata > > Huang hai wrote: > > > Hi, > > > > > > This is part of my Xbone.conf > > > > > > #************ X-Bone Configuration *************** > > > # * This file has been automatically generated * > > > # * Consult the documentation for more * > > > # * information on how to set the variable in * > > > # * file configuration file. * > > > #************************************************* > > > > > > ldap enable = yes > > > ldap server = hai > > > ldap port = 636 > > > ldap password = > > > ldap instance = Linux > > > ldap scope = local > > > ca_cert = /usr/local/etc/xbone/cert/CAcert.pem > > > ca_path = /usr/local/etc/xbone/cert > > > node_cert = /usr/local/etc/xbone/cert/hai.crt > > > node_key = /usr/local/etc/xbone/cert/hai.key > > > > > > > > > #= 0. Generic Options/Parameters > > > ============================================ > > > > > > # daemon type: types of a node in virtual networks > > > # host: host > > > # router: router > > > # node: host or router > > > # meta: meta nodes (overlay managers) > > > daemon_type = host > > > > > > #= 1. Node IP config parameters > > > ============================================= > > > > > > # hostname > > > hostname = hai > > > > > > # address for control connection > > > ctl_addr = 192.168.1.101 > > > #ctl_addr6 = 2001:0DB8::1 > > > > > > # address for app/data connection > > > app_addr = 192.168.1.101 > > > #app_addr6 = 2001:0DB8::1 > > > > > > #= 2. XBone Network Parameters > > > ============================================== > > > > > > # overlay types: (overlay net)/(overlay link)/(base network) > > > # ipv4 v4/v4/v4 > > > # ipv6 v6/v6/v6 > > > address_type = ipv4 > > > > > > # IP protocol version (v4/v6) for the control connections & > > multicast > > > # => ipv4, ipv6, both > > > control_protocol = ipv4 > > > > > > # multicast address/group: http://www.iana.org > > > #xbone_mcast_addr = 224.192.0.1 > > > > > > And this is my xbone-gui.conf > > > > > > #************ X-Bone GUI Configuration *********** > > > # * This file has been automatically generated * > > > # * Consult the documentation for more * > > > # * information on how to set the variable in * > > > # * file configuration file. * > > > #************************************************* > > > > > > hostname = hai > > > ipproto = ipv4 > > > timeout = 25 > > > ctl_addr = 192.168.1.101 > > > app_addr = 192.168.1.101 > > > ca_cert = /usr/local/etc/xbone/cert/CAcert.pem > > > ca_path = /usr/local/etc/xbone/cert > > > node_cert = /usr/local/etc/xbone/cert/hai.crt > > > node_key = /usr/local/etc/xbone/cert/hai.key > > > > > > With these config files, I can open the "Create X-Bone Overlay" page, > > but > > > when I set the necessary parameters and click "Create this overlay" > > button, > > > following information appeared: > > > > > > *Overlay creation has failed! Cannot open socket to haih:2165. . > > Suspect > > > Overlay Manager is down or does not support the IP version specified > > in GUI > > > configuration file. Do check whether both the webserver host and the > > > manager's host support the ip version specified in the configuration > > file. > > > > > > Could u please help me to find out what did I do wrong or what else > > should I > > > do? > > > Thanks! > > > * > > > 2007/9/14, Venkata Pingali : > > >> > > >> > > >> Huang hai wrote: > > >>> Hi, > > >>> > > >>> It's me again. > > >>> I modified my httpd-ssl.conf and use ssl-ca to re-generate my > > CA, > > >> and > > >>> finally got into the X-bone control page with: http://localhost:8001. > > >>> Here I encounter problems again. > > >>> 1. When I clicked the button " Create Overlay", the following > > >> information > > >>> was shown: > > >>> Error!*Invalid Overlay Name The overlay name "" is not a well-formed > > DNS > > >>> name. > > >>> > > >>> I can't find the location to set the value of "Overlay Name". > > >>> > > >>> 2. When I click the button "Discovery Daemons" and clicked Start > > >> Discovery > > >>> button in the next page, I got the following information: > > >>> > > >>> *Error!*Discover daemons - Error while executing command! Cannot > > open > > >> socket > > >>> to haih:2165. . Suspect Overlay Manager is down or does not support > > the > > >> IP > > >>> version specified in GUI configuration file. Do check whether both > > the > > >>> webserver host and the manager's host support the ip version > > specified > > >> in > > >>> the configuration file > > >>> > > >>> > > >>> ** Is this caused by configuration problem? > > >> Apparently it is. Did you generate a configuration > > >> file? You need one for the GUI and one each > > >> for the server and client. > > >> > > >> It might helpful to read the documentation > > >> regarding the overall system design. > > >> > > >> http://www.isi.edu/xbone/software/release_3_2.html > > >> > > >> You can use the GUI to generate configuration files > > >> at each node. > > >> > > >>> Thanks! > > >>> > > >>> Harry > > >>> > > >>> * > > >>> > > >>> > > >>> > > >>> > > ------------------------------------------------------------------------ > > >>> > > >>> _______________________________________________ > > >>> Xbone-users mailing list > > >>> Xbone-users at mailman.isi.edu > > >>> http://mailman.isi.edu/mailman/listinfo/xbone-users > > >> _______________________________________________ > > >> Xbone-users mailing list > > >> Xbone-users at mailman.isi.edu > > >> http://mailman.isi.edu/mailman/listinfo/xbone-users > > >> > > > > > > > > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Xbone-users mailing list > > > Xbone-users at mailman.isi.edu > > > http://mailman.isi.edu/mailman/listinfo/xbone-users > > > > > > _______________________________________________ > > Xbone-users mailing list > > Xbone-users at mailman.isi.edu > > http://mailman.isi.edu/mailman/listinfo/xbone-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.isi.edu/pipermail/xbone-users/attachments/20070924/49125d98/attachment-0001.html From pingali at ISI.EDU Fri Sep 28 09:32:18 2007 From: pingali at ISI.EDU (Venkata Pingali) Date: Fri, 28 Sep 2007 09:32:18 -0700 Subject: [Xbone-users] X-Bone Control Page In-Reply-To: <8ee236c90709240148v85e9ec5jc9ddeb7069c19ba5@mail.gmail.com> References: <8ee236c90709122246y2924ffy8f0526dd148bbec9@mail.gmail.com> <46E978DD.2050506@isi.edu> <8ee236c90709162220v55d6154ag5f871fb8f9e91b2c@mail.gmail.com> <46EEC7C0.6010703@isi.edu> <8ee236c90709182259g158301al296424fc6db88109@mail.gmail.com> <8ee236c90709240148v85e9ec5jc9ddeb7069c19ba5@mail.gmail.com> Message-ID: <46FD2C92.9060201@isi.edu> All users and hosts (meta, router and host) require certificates signed by X-Bone as described here: http://www.isi.edu/xbone/software/INSTALL-3.2.txt Huang hai wrote: > Hi, > > After rereading the documents of X-Bone, I find out the cause of my > problem in my former email. The information "Suspect Overlay Manager is down > or does not support..." is due to my setting the wrong daemon_type. When I > change the daemon_type from "host" to "meta", this message disappear. > But there appeared a new error message: > > [ssl_read_cert] error parsing peer CN. > > The following message appeared in the screen of xb-node-daemon, > > [root at hai programs]# perl xb-node-daemon.pl > ########################################################## > # # > # X-Bone Node Daemon # > # http://www.isi.edu/xbone # > # # > # # > ########################################################## > [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:2165 > [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:265 > [mcast_sock] bind to multicast/udp socket on ipv4 127.0.0.1:265 > [bind_sockets] send to multicast group 224.192.0.1:265 > [mcast_sock] bind to multicast/udp socket on ipv4 224.192.0.1:265 > [bind_sockets] join multicast group 224.192.0.1:265 > [ssl_read_cert] error parsing peer CN > Use of uninitialized value in hash element at xb-node-daemon.pl line 1996 > (#1) > (W uninitialized) An undefined value was used as if it were already > defined. It was interpreted as a "" or a 0, but maybe it was a mistake. > To suppress this warning assign a defined value to your variables. > > To help you figure out what was undefined, perl tells you what operation > you used the undefined value in. Note, however, that perl optimizes > your > program and the operation displayed in the warning may not necessarily > appear literally in your program. For example, "that $foo" is > usually optimized into "that " . $foo, and the warning will refer to > the concatenation (.) operator, even though there is no . in your > program. > > Use of uninitialized value in exists at xb-node-daemon.pl line 1996 (#1) > [ssl_read_cert] error parsing peer CN > > According to this error, which direction should I go? > Thanks! > > > > > 2007/9/19, Huang hai : >> Hi, >> >> I'm using X-bone to deploy an overlay network in local area, for the >> RON research experiment. >> >> I followed the instructions in your former mail, and my xbone.conf look >> like this: >> >> #************ X-Bone Configuration *************** >> # * This file has been automatically generated * >> # * Consult the documentation for more * >> # * information on how to set the variable in * >> # * file configuration file. * >> #************************************************* >> >> hostname = hai >> daemon_type = host >> address_type = ipv4 >> control_protocol = ipv4 >> ipproto = ipv4 >> IPsec = no >> ctl_addr = 127.0.0.1 >> app_addr = 127.0.0.1 >> ca_cert = /usr/local/etc/xbone/cert/CAcert.pem >> ca_path = /usr/local/etc/xbone/cert >> node_cert = /usr/local/etc/xbone/cert/hai.crt >> node_key = /usr/local/etc/xbone/cert/hai.key >> >> >> ovl_manager = haih >> >> >> register enable = no >> register variable = os, os_version, ipproto >> >> >> acl 50000 = \S+ guest 0 nobody >> >> When I try to run node daemon, following information appeared: >> >> [root at hai programs]# perl xb-node-daemon.pl >> ########################################################## >> # # >> # X-Bone Node Daemon # >> # http://www.isi.edu/xbone # >> # # >> # # >> ########################################################## >> [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:2165 >> [ssl_listen_sock] open SSL listening socket on ipv4 127.0.0.1:265 >> [mcast_sock] bind to multicast/udp socket on ipv4 127.0.0.1:265 >> [bind_sockets] send to multicast group 224.192.0.1:265 >> [mcast_sock] bind to multicast/udp socket on ipv4 224.192.0.1:265 >> [bind_sockets] join multicast group 224.192.0.1:265 >> >> Then I open the X-Bone control page and tried to create an overlay, the >> error still remained. >> Is there anything else should I do? >> >> Thanks! >> Hai >> >> 2007/9/18, Venkata Pingali : >>> >>> 1. Note that LDAP is optional. Upon rereading >>> the instructions, I found that the readme >>> is not very explicit about it. >>> >>> I would recommend that you not enable >>> LDAP until the basic configuration is >>> operational. >>> >>> 2. Do follow the instructions on this >>> page along with the visuals: >>> >>> http://www.isi.edu/xbone/software/panels_3_2.html >>> >>> Instructions for configuring an overlay manager for >>> IPv4 overlays: >>> >>> Run xb-node-control on the host that you expect >>> to configure as overlay manager >>> >>> (a) For IP protocol on "main" select IPv4. >>> (b) set the host name >>> (c) set "Enable LDAP" to no (which is the >>> default) >>> (d) set "Enable DNS" to no (i.e., the overlay >>> manager will not update an existing DNS server >>> with appropriate overlay-specific names and >>> mappings) >>> (e) in Miscellaneous tab, set "Routing" to >>> static and disable QoS. >>> (f) Skip registry setup on the main panel >>> (g) Configure ACL (look at /usr/local/xbone/doc) >>> for documentation on the ACLs. >>> (h) save the configuration file. >>> >>> Start the server. >>> >>> Features can be added later on. >>> >>> 3. Can you share with us what you expect to use >>> X-Bone for? >>> >>> thanks! >>> Venkata >>> Huang hai wrote: >>>> Hi, >>>> >>>> This is part of my Xbone.conf >>>> >>>> #************ X-Bone Configuration *************** >>>> # * This file has been automatically generated * >>>> # * Consult the documentation for more * >>>> # * information on how to set the variable in * >>>> # * file configuration file. * >>>> #************************************************* >>>> >>>> ldap enable = yes >>>> ldap server = hai >>>> ldap port = 636 >>>> ldap password = >>>> ldap instance = Linux >>>> ldap scope = local >>>> ca_cert = /usr/local/etc/xbone/cert/CAcert.pem >>>> ca_path = /usr/local/etc/xbone/cert >>>> node_cert = /usr/local/etc/xbone/cert/hai.crt >>>> node_key = /usr/local/etc/xbone/cert/hai.key >>>> >>>> >>>> #= 0. Generic Options/Parameters >>>> ============================================ >>>> >>>> # daemon type: types of a node in virtual networks >>>> # host: host >>>> # router: router >>>> # node: host or router >>>> # meta: meta nodes (overlay managers) >>>> daemon_type = host >>>> >>>> #= 1. Node IP config parameters >>>> ============================================= >>>> >>>> # hostname >>>> hostname = hai >>>> >>>> # address for control connection >>>> ctl_addr = 192.168.1.101 >>>> #ctl_addr6 = 2001:0DB8::1 >>>> >>>> # address for app/data connection >>>> app_addr = 192.168.1.101 >>>> #app_addr6 = 2001:0DB8::1 >>>> >>>> #= 2. XBone Network Parameters >>>> ============================================== >>>> >>>> # overlay types: (overlay net)/(overlay link)/(base network) >>>> # ipv4 v4/v4/v4 >>>> # ipv6 v6/v6/v6 >>>> address_type = ipv4 >>>> >>>> # IP protocol version (v4/v6) for the control connections & >>> multicast >>>> # => ipv4, ipv6, both >>>> control_protocol = ipv4 >>>> >>>> # multicast address/group: http://www.iana.org >>>> #xbone_mcast_addr = 224.192.0.1 >>>> >>>> And this is my xbone-gui.conf >>>> >>>> #************ X-Bone GUI Configuration *********** >>>> # * This file has been automatically generated * >>>> # * Consult the documentation for more * >>>> # * information on how to set the variable in * >>>> # * file configuration file. * >>>> #************************************************* >>>> >>>> hostname = hai >>>> ipproto = ipv4 >>>> timeout = 25 >>>> ctl_addr = 192.168.1.101 >>>> app_addr = 192.168.1.101 >>>> ca_cert = /usr/local/etc/xbone/cert/CAcert.pem >>>> ca_path = /usr/local/etc/xbone/cert >>>> node_cert = /usr/local/etc/xbone/cert/hai.crt >>>> node_key = /usr/local/etc/xbone/cert/hai.key >>>> >>>> With these config files, I can open the "Create X-Bone Overlay" page, >>> but >>>> when I set the necessary parameters and click "Create this overlay" >>> button, >>>> following information appeared: >>>> >>>> *Overlay creation has failed! Cannot open socket to haih:2165. . >>> Suspect >>>> Overlay Manager is down or does not support the IP version specified >>> in GUI >>>> configuration file. Do check whether both the webserver host and the >>>> manager's host support the ip version specified in the configuration >>> file. >>>> Could u please help me to find out what did I do wrong or what else >>> should I >>>> do? >>>> Thanks! >>>> * >>>> 2007/9/14, Venkata Pingali : >>>>> >>>>> Huang hai wrote: >>>>>> Hi, >>>>>> >>>>>> It's me again. >>>>>> I modified my httpd-ssl.conf and use ssl-ca to re-generate my >>> CA, >>>>> and >>>>>> finally got into the X-bone control page with: http://localhost:8001. >>>>>> Here I encounter problems again. >>>>>> 1. When I clicked the button " Create Overlay", the following >>>>> information >>>>>> was shown: >>>>>> Error!*Invalid Overlay Name The overlay name "" is not a well-formed >>> DNS >>>>>> name. >>>>>> >>>>>> I can't find the location to set the value of "Overlay Name". >>>>>> >>>>>> 2. When I click the button "Discovery Daemons" and clicked Start >>>>> Discovery >>>>>> button in the next page, I got the following information: >>>>>> >>>>>> *Error!*Discover daemons - Error while executing command! Cannot >>> open >>>>> socket >>>>>> to haih:2165. . Suspect Overlay Manager is down or does not support >>> the >>>>> IP >>>>>> version specified in GUI configuration file. Do check whether both >>> the >>>>>> webserver host and the manager's host support the ip version >>> specified >>>>> in >>>>>> the configuration file >>>>>> >>>>>> >>>>>> ** Is this caused by configuration problem? >>>>> Apparently it is. Did you generate a configuration >>>>> file? You need one for the GUI and one each >>>>> for the server and client. >>>>> >>>>> It might helpful to read the documentation >>>>> regarding the overall system design. >>>>> >>>>> http://www.isi.edu/xbone/software/release_3_2.html >>>>> >>>>> You can use the GUI to generate configuration files >>>>> at each node. >>>>> >>>>>> Thanks! >>>>>> >>>>>> Harry >>>>>> >>>>>> * >>>>>> >>>>>> >>>>>> >>>>>> >>> ------------------------------------------------------------------------ >>>>>> _______________________________________________ >>>>>> Xbone-users mailing list >>>>>> Xbone-users at mailman.isi.edu >>>>>> http://mailman.isi.edu/mailman/listinfo/xbone-users >>>>> _______________________________________________ >>>>> Xbone-users mailing list >>>>> Xbone-users at mailman.isi.edu >>>>> http://mailman.isi.edu/mailman/listinfo/xbone-users >>>>> >>>> >>>> >>> ------------------------------------------------------------------------ >>>> _______________________________________________ >>>> Xbone-users mailing list >>>> Xbone-users at mailman.isi.edu >>>> http://mailman.isi.edu/mailman/listinfo/xbone-users >>> >>> _______________________________________________ >>> Xbone-users mailing list >>> Xbone-users at mailman.isi.edu >>> http://mailman.isi.edu/mailman/listinfo/xbone-users >>> >> > > > ------------------------------------------------------------------------ > > _______________________________________________ > Xbone-users mailing list > Xbone-users at mailman.isi.edu > http://mailman.isi.edu/mailman/listinfo/xbone-users