Hi, I''ve installed XCP 0.5 and I''m following these steps: http://xenbits.xen.org/xapi/install.html to install ddk VM. But I can''t get network working. I tried to create a vif under xenbr0 then assigned mannually a IP address and to create a vif under xapi0. But in both cases I can ping only dom0 IP. What am I doing wrong? Thanks in advance. -- Sergio Roberto Charpinel Jr. _______________________________________________ xen-api mailing list xen-api@lists.xensource.com http://lists.xensource.com/mailman/listinfo/xen-api
Hi Sergio, Could you show the output of xe vif-list vm-uuid=<your VM uuid> params=all There should be a VIF object linking the specific VM to the specific Network. Once that''s plugged in (either ''xe vm-reboot''/''xe vm-start'' or ''xe vbd-plug'') then inside the guest you can configure the IP address. Cheers, Dave From: xen-api-bounces@lists.xensource.com [mailto:xen-api-bounces@lists.xensource.com] On Behalf Of Sergio Charpinel Jr. Sent: 13 July 2010 20:23 To: xen-users@lists.xensource.com; xen-api@lists.xensource.com Subject: [Xen-API] XCP - ddk network Hi, I''ve installed XCP 0.5 and I''m following these steps: http://xenbits.xen.org/xapi/install.html to install ddk VM. But I can''t get network working. I tried to create a vif under xenbr0 then assigned mannually a IP address and to create a vif under xapi0. But in both cases I can ping only dom0 IP. What am I doing wrong? Thanks in advance. -- Sergio Roberto Charpinel Jr. _______________________________________________ xen-api mailing list xen-api@lists.xensource.com http://lists.xensource.com/mailman/listinfo/xen-api
Dave, uuid ( RO) : 558dcfdb-9edf-e9cb-a203-9666d9d955e4 vm-uuid ( RO): fceed081-ffca-6057-7cc8-35a9e5ad7d76 vm-name-label ( RO): buildvm allowed-operations (SRO): attach; unplug current-operations (SRO): device ( RO): 0 MAC ( RO): ee:56:a1:5e:59:03 MAC-autogenerated ( RO): true MTU ( RO): 1500 currently-attached ( RO): true qos_algorithm_type ( RW): qos_algorithm_params (MRW): qos_supported_algorithms (SRO): other-config (MRW): network-uuid ( RO): 1b4e6c7a-5aeb-120b-5888-4663f3af479c network-name-label ( RO): Pool-wide network associated with eth0 io_read_kbs ( RO): <expensive field> io_write_kbs ( RO): <expensive field> I''ve set IP to domU. But I just can ping dom0 IP. 2010/7/13 Dave Scott <Dave.Scott@eu.citrix.com>> Hi Sergio, > > > > Could you show the output of > > > > xe vif-list vm-uuid=<your VM uuid> params=all > > > > There should be a VIF object linking the specific VM to the specific > Network. Once that’s plugged in (either ‘xe vm-reboot’/’xe vm-start’ or ‘xe > vbd-plug’) then inside the guest you can configure the IP address. > > > > Cheers, > > Dave > > > > > > *From:* xen-api-bounces@lists.xensource.com [mailto: > xen-api-bounces@lists.xensource.com] *On Behalf Of *Sergio Charpinel Jr. > *Sent:* 13 July 2010 20:23 > *To:* xen-users@lists.xensource.com; xen-api@lists.xensource.com > *Subject:* [Xen-API] XCP - ddk network > > > > Hi, > > > > I''ve installed XCP 0.5 and I''m following these steps: > http://xenbits.xen.org/xapi/install.html to install ddk VM. But I can''t > get network working. > > I tried to create a vif under xenbr0 then assigned mannually a IP address > and to create a vif under xapi0. But in both cases I can ping only dom0 IP. > > > > What am I doing wrong? > > > > Thanks in advance. > > > -- > Sergio Roberto Charpinel Jr. >-- Sergio Roberto Charpinel Jr. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Sergio, Since it shows ''currently-attached=true'' the guest must have an vif inside it. Does ''ifconfig eth0'' inside the guest look ok? If that''s fine then it suggests the packets are getting lost somewhere - I think you''ll have to debug it with tcpdump. Cheers, Dave From: Sergio Charpinel Jr. [mailto:sergiocharpinel@gmail.com] Sent: 13 July 2010 21:27 To: Dave Scott Cc: xen-users@lists.xensource.com; xen-api@lists.xensource.com Subject: Re: [Xen-API] XCP - ddk network Dave, uuid ( RO) : 558dcfdb-9edf-e9cb-a203-9666d9d955e4 vm-uuid ( RO): fceed081-ffca-6057-7cc8-35a9e5ad7d76 vm-name-label ( RO): buildvm allowed-operations (SRO): attach; unplug current-operations (SRO): device ( RO): 0 MAC ( RO): ee:56:a1:5e:59:03 MAC-autogenerated ( RO): true MTU ( RO): 1500 currently-attached ( RO): true qos_algorithm_type ( RW): qos_algorithm_params (MRW): qos_supported_algorithms (SRO): other-config (MRW): network-uuid ( RO): 1b4e6c7a-5aeb-120b-5888-4663f3af479c network-name-label ( RO): Pool-wide network associated with eth0 io_read_kbs ( RO): <expensive field> io_write_kbs ( RO): <expensive field> I''ve set IP to domU. But I just can ping dom0 IP. 2010/7/13 Dave Scott <Dave.Scott@eu.citrix.com<mailto:Dave.Scott@eu.citrix.com>> Hi Sergio, Could you show the output of xe vif-list vm-uuid=<your VM uuid> params=all There should be a VIF object linking the specific VM to the specific Network. Once that''s plugged in (either ''xe vm-reboot''/''xe vm-start'' or ''xe vbd-plug'') then inside the guest you can configure the IP address. Cheers, Dave From: xen-api-bounces@lists.xensource.com<mailto:xen-api-bounces@lists.xensource.com> [mailto:xen-api-bounces@lists.xensource.com<mailto:xen-api-bounces@lists.xensource.com>] On Behalf Of Sergio Charpinel Jr. Sent: 13 July 2010 20:23 To: xen-users@lists.xensource.com<mailto:xen-users@lists.xensource.com>; xen-api@lists.xensource.com<mailto:xen-api@lists.xensource.com> Subject: [Xen-API] XCP - ddk network Hi, I''ve installed XCP 0.5 and I''m following these steps: http://xenbits.xen.org/xapi/install.html to install ddk VM. But I can''t get network working. I tried to create a vif under xenbr0 then assigned mannually a IP address and to create a vif under xapi0. But in both cases I can ping only dom0 IP. What am I doing wrong? Thanks in advance. -- Sergio Roberto Charpinel Jr. -- Sergio Roberto Charpinel Jr. _______________________________________________ xen-api mailing list xen-api@lists.xensource.com http://lists.xensource.com/mailman/listinfo/xen-api