RE: router not working

2013-05-01 Thread Oliver Leach
I am assuming you are using XenServer. Is the domain router's public vif using the correct network on the XenServer? This is the same network as the ssvm and the console proxy which you say can access the internet. If the domain router is on the same host using the same network and the same

RE: SSVM unable to connect to DNS

2013-05-01 Thread Tim Schultheiss
I ran into the same firewall issue with Xen the first time I tried a clean install of CS 4.0.1 with XS 6.02 and CentOS 6.2. After a few days of trying to determine the cause, I wiped the management server and hosts and reinstalled. I was never able to duplicate that bug. -Original

RE: router not working

2013-05-01 Thread Warren Nicholson
I'm not sure I understand this egress firewall rules allowing Outbound traffic comment. Are you talking about the Source NAT or the Static NAT firewall? In both cases, for the time being, I have no entries in either. Doesn't that disable it? Warren -Original Message- From: Oliver Leach

RE: router not working

2013-05-01 Thread Oliver Leach
Are you using basic zone or an advance zone? In advance zone, the domain router should have 3 interfaces - 1 on the private vlan, 1 on the linklocal network and one on the public network, which is the source nat for the account. What does ifconfig |grep inet -B 2 output? And do these

RE: router not working

2013-05-01 Thread Warren Nicholson
1. We are using Advanced Zone. 2. root@r-12-VM:~# ifconfig |grep inet -B 2 eth0 Link encap:Ethernet HWaddr 02:00:15:4c:00:04 inet addr:10.1.1.1 Bcast:10.1.1.255 Mask:255.255.255.0 inet6 addr: fe80::15ff:fe4c:4/64 Scope:Link -- eth1 Link encap:Ethernet

RE: router not working

2013-05-01 Thread Warren Nicholson
All IP's are in the correct ranges. Warren -Original Message- From: Oliver Leach [mailto:oliver.le...@tatacommunications.com] Sent: Wednesday, May 01, 2013 10:44 AM To: users@cloudstack.apache.org; aemne...@gmail.com Subject: RE: router not working Are you using basic zone or an

RE: router not working

2013-05-01 Thread Warren Nicholson
root@r-12-VM:~# netstat -rn Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 172.16.1.0 0.0.0.0 255.255.255.0U 0 0 0 eth2 10.1.1.0 0.0.0.0 255.255.255.0U 0 0 0 eth0

Jclouds

2013-05-01 Thread Seif Eddine Jemli
Hi, i am trying to implement a java code that should enable me to do simple things: deploy Virtual machines for example. I was advised to use Jclouds API, the problem is that i didn't find enough documentation on how to use Jclouds on a cloudstack private cloud . Where can i find a jclouds

RE: router not working

2013-05-01 Thread Oliver Leach
That looks good to me. Couple of suggestions: try to ping the gateway of the public network, 172.16.1.1. You could try a tcpdump. You need to run this on the domain router console - tcpdump -n - -i eth2 icmp. Then on the dom0 console on the xenserver the domain router is running on, run

RE: Typical Port Listing?

2013-05-01 Thread Musayev, Ilya
Perhaps this will help. -Original Message- From: rohityada...@gmail.com [mailto:rohityada...@gmail.com] On Behalf Of Rohit Yadav Sent: Monday, April 29, 2013 11:02 PM To: users@cloudstack.apache.org Subject: Re: Typical Port Listing? On Tue, Apr 30, 2013 at 3:58 AM, Mathias

Re: Jclouds

2013-05-01 Thread Mike Tutkowski
I have been using the CloudStack API from a test Java client I wrote. If the code for this is of interest to you, just let me know. On Wed, May 1, 2013 at 11:46 AM, David Nalley da...@gnsa.us wrote: On Wed, May 1, 2013 at 1:14 PM, Seif Eddine Jemli seifeddineje...@gmail.com wrote: Hi,

RE: [DISCUSS] Linux native VXLAN support on KVM hypervisor

2013-05-01 Thread Toshiaki Hatano
Sorry, I forgot to add users list in To. Thanks, -- Toshiaki -Original Message- From: Toshiaki Hatano [mailto:toshiaki.hat...@verio.net] Sent: Wednesday, May 01, 2013 2:58 PM To: d...@cloudstack.apache.org Subject: [DISCUSS] Linux native VXLAN support on KVM hypervisor Hi all,