cloudstack4.2??????????????

2013-09-15 Thread WXR
https://github.com/apache/cloudstack
??cloudstack4.2??UI??NO??

template.properties??
http://snag.gy/6AcN5.jpg

??
http://snag.gy/PQtiL.jpg

??

?????? cloudstack4.2??????????????

2013-09-15 Thread WXR
cloudstack4.2??bug
??cloudstack4.2
kvm??




--  --
??: tanthalas;tanthalas...@hotmail.com;
: 2013??9??16??(??) 12:33
??: users-cnusers-cn@cloudstack.apache.org; 

: Re: cloudstack4.2??



bugapache


2013-09-16 



??  Richard Liu




 WXR 
?? 2013-09-16  12:25:40 
 users-cn 
?? 
?? cloudstack4.2?? 
 
https://github.com/apache/cloudstack
??cloudstack4.2??UI??NO??
template.properties??
http://snag.gy/6AcN5.jpg
??
http://snag.gy/PQtiL.jpg
??

Re: Advanced Network - SNAT not working

2013-09-15 Thread Marty Sweet
Hi Noel,

Does the traffic come back on the public interface? and then onto the Guest
interface?

Does a wget on the VR work?

Marty


On Sat, Sep 14, 2013 at 8:19 PM, Noel Kendall noeldkend...@hotmail.comwrote:

 I have that Marty. I see the http outbound request coming in on the guest
 interface of the VR,and see the http request being sent out on the public
 interface of the VR.
 The traffic is flowing fine from guest to the outbound i/f of the VR.
 This is tcpdump on the public i/f while guest is doing wget to
 6x.xxx.xxx.xxx

 19:17:58.834932 06:e3:3a:00:01:0a  00:0c:86:4e:fe:00, ethertype IPv4
 (0x0800), length 74: 10.11.79.178.39074  6x.xxx.xxx.xx.80: Flags [S], seq
 1859313238, win 14600, options [mss 1460,sackOK,TS val 27489348 ecr
 0,nop,wscale 4], length 0  0x:  4500 003c ad1d 4000 3f06 2d13 0a0b 4fb2
0x0010:  416e c660 98a2 0050 6ed2 de56  0x0020:
  a002 3908 516c  0204 05b4 0402 080a0x0030:  01a3 7444 
  0103 0304


  Date: Sat, 14 Sep 2013 19:29:53 +0100
  Subject: Re: Advanced Network - SNAT not working
  From: msweet@gmail.com
  To: users@cloudstack.apache.org
 
  Hi Noel,
 
  Can you run a tcpdump on both VR interfaces, this should make it apparent
  what is happening?
 
  Thanks,
  Marty
 
 
  On Sat, Sep 14, 2013 at 6:41 PM, Noel Kendall noeldkend...@hotmail.com
 wrote:
 
   http://pastebin.com/3FZmFnvZ
   Many thanks Marty.
   Noel
Date: Sat, 14 Sep 2013 18:07:55 +0100
Subject: Re: Advanced Network - SNAT not working
From: msweet@gmail.com
To: users@cloudstack.apache.org
   
Hi Noel,
   
Could you put the IP tables on pastebin? GMail has collapsed the
 lines
horrifically.
Have you also tried a tcpdump on both interfaces on the VR?
tcpdump -i eth0 --- Or whatever it may be called
   
I would expect worse connectivity if it was a pure NAT issue, but I
 will
review the tables later.
   
Thanks,
Marty
   
   
On Sat, Sep 14, 2013 at 5:55 PM, Noel Kendall 
 noeldkend...@hotmail.com
   wrote:
   
 Not seeing return packets on VR. Suspect, therefore, that SNAT is
   fouled
 up in some way.I have been doing wget to from guest, can see the
   outgoing
 request fine, both in the guest andthe VR.
 Could it be that the SNAT table entries from the 10.11.0.0/16subnet
   to
 dpt www are interfering withthe SNAT to public ip?? (wild guess) -
 not
   an
 iptables expert by any stretch of the imagination
 67.xxx.xxx.56 is the guest public IP10.11.79.178 is the guest IP on
   guest
 network
 iptables _L -t nat on the VR shows...
 Chain PREROUTING (policy ACCEPT)target prot opt source
 destination DNAT   tcp  --  anywhere
 anywhere
  tcp dpt:domain to:10.11.0.1 DNAT   tcp  --  anywhere
 67.xxx.xxx.56tcp dpt:www to:10.11.79.178:80 DNAT
 tcp  --
  anywhere 67.xxx.xxx.56tcp dpt:www
   to:10.11.79.178:80DNAT   tcp  --  anywhere
 67.xxx.xxx.56
  tcp dpt:https
 to:10.11.79.178:443 DNAT   tcp  --  anywhere
 67.xxx.xxx.56tcp dpt:https to:10.11.79.178:443 DNAT
 tcp
--
  anywhere 67.xxx.xxx.56tcp dpt:ssh
   to:10.11.79.178:22DNAT   tcp  --  anywhere
 67.xxx.xxx.56
  tcp dpt:ssh
 to:10.11.79.178:22 DNAT   tcp  --  anywhere
   67.xxx.xxx.56
tcp dpt:ftp to:10.11.79.178:21 DNAT   tcp  --  anywhere
   67.xxx.xxx.56tcp dpt:ftp to:10.11.79.178:21 DNAT
   tcp
  --  anywhere 67.xxx.xxx.56tcp dpt:5901 to:
 10.11.79.178:5901 DNAT   tcp  --  anywhere
   67.xxx.xxx.56
tcp dpt:5901 to:10.11.79.178:5901
 Chain POSTROUTING (policy ACCEPT)target prot opt source
 destination SNAT   all  --  anywhere
 anywhere
  to:67.xxx.xxx.56  SNAT   all  --  anywhere
   anywhere
  to:67.xxx.xxx.56  SNAT   all  --  anywhere
 anywhereto:67.xxx.xxx.56 SNAT   all  --  anywhere
   anywhereto:67.xxx.xxx.56 SNAT   all  --  anywhere
 anywhereto:67.xxx.xxx.56SNAT   all  --
  anywhere
   anywhereto:67.xxx.xxx.56 SNAT   all  --
  anywhere
 anywhereto:67.xxx.xxx.56 SNAT   all  --
anywhere
   anywhereto:67.xxx.xxx.56 SNAT   tcp  --
 10.11.0.0/16 myguest tcp dpt:www to:10.11.0.1
 SNAT
 tcp  --  10.11.0.0/16 myguest tcp
 dpt:https
 to:10.11.0.1 SNAT   tcp  --  10.11.0.0/16 myguest
 tcp dpt:ssh to:10.11.0.1 SNAT   tcp  --  10.11.0.0/16
   myguest
 tcp dpt:ftp to:10.11.0.1 SNAT   tcp  --
 10.11.0.0/16
 myguest tcp dpt:5901 to:10.11.0.1 SNAT   all
  --
  anywhere anywhereto:67.xxx.xxx.56
 Chain OUTPUT (policy ACCEPT)target prot opt source
 

RE: Advanced Network - SNAT not working

2013-09-15 Thread Noel Kendall
Indeed, yes, a wget executed on the VR to a public website works just fine.
Noel

 Date: Sun, 15 Sep 2013 13:15:20 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org
 
 Hi Noel,
 
 Does the traffic come back on the public interface? and then onto the Guest
 interface?
 
 Does a wget on the VR work?
 
 Marty
 
 
 On Sat, Sep 14, 2013 at 8:19 PM, Noel Kendall noeldkend...@hotmail.comwrote:
 
  I have that Marty. I see the http outbound request coming in on the guest
  interface of the VR,and see the http request being sent out on the public
  interface of the VR.
  The traffic is flowing fine from guest to the outbound i/f of the VR.
  This is tcpdump on the public i/f while guest is doing wget to
  6x.xxx.xxx.xxx
 
  19:17:58.834932 06:e3:3a:00:01:0a  00:0c:86:4e:fe:00, ethertype IPv4
  (0x0800), length 74: 10.11.79.178.39074  6x.xxx.xxx.xx.80: Flags [S], seq
  1859313238, win 14600, options [mss 1460,sackOK,TS val 27489348 ecr
  0,nop,wscale 4], length 0  0x:  4500 003c ad1d 4000 3f06 2d13 0a0b 4fb2
 0x0010:  416e c660 98a2 0050 6ed2 de56  0x0020:
   a002 3908 516c  0204 05b4 0402 080a0x0030:  01a3 7444 
   0103 0304
 
 
   Date: Sat, 14 Sep 2013 19:29:53 +0100
   Subject: Re: Advanced Network - SNAT not working
   From: msweet@gmail.com
   To: users@cloudstack.apache.org
  
   Hi Noel,
  
   Can you run a tcpdump on both VR interfaces, this should make it apparent
   what is happening?
  
   Thanks,
   Marty
  
  
   On Sat, Sep 14, 2013 at 6:41 PM, Noel Kendall noeldkend...@hotmail.com
  wrote:
  
http://pastebin.com/3FZmFnvZ
Many thanks Marty.
Noel
 Date: Sat, 14 Sep 2013 18:07:55 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org

 Hi Noel,

 Could you put the IP tables on pastebin? GMail has collapsed the
  lines
 horrifically.
 Have you also tried a tcpdump on both interfaces on the VR?
 tcpdump -i eth0 --- Or whatever it may be called

 I would expect worse connectivity if it was a pure NAT issue, but I
  will
 review the tables later.

 Thanks,
 Marty


 On Sat, Sep 14, 2013 at 5:55 PM, Noel Kendall 
  noeldkend...@hotmail.com
wrote:

  Not seeing return packets on VR. Suspect, therefore, that SNAT is
fouled
  up in some way.I have been doing wget to from guest, can see the
outgoing
  request fine, both in the guest andthe VR.
  Could it be that the SNAT table entries from the 10.11.0.0/16subnet
to
  dpt www are interfering withthe SNAT to public ip?? (wild guess) -
  not
an
  iptables expert by any stretch of the imagination
  67.xxx.xxx.56 is the guest public IP10.11.79.178 is the guest IP on
guest
  network
  iptables _L -t nat on the VR shows...
  Chain PREROUTING (policy ACCEPT)target prot opt source
  destination DNAT   tcp  --  anywhere
  anywhere
   tcp dpt:domain to:10.11.0.1 DNAT   tcp  --  anywhere
  67.xxx.xxx.56tcp dpt:www to:10.11.79.178:80 DNAT
  tcp  --
   anywhere 67.xxx.xxx.56tcp dpt:www
to:10.11.79.178:80DNAT   tcp  --  anywhere
  67.xxx.xxx.56
   tcp dpt:https
  to:10.11.79.178:443 DNAT   tcp  --  anywhere
  67.xxx.xxx.56tcp dpt:https to:10.11.79.178:443 DNAT
  tcp
 --
   anywhere 67.xxx.xxx.56tcp dpt:ssh
to:10.11.79.178:22DNAT   tcp  --  anywhere
  67.xxx.xxx.56
   tcp dpt:ssh
  to:10.11.79.178:22 DNAT   tcp  --  anywhere
67.xxx.xxx.56
 tcp dpt:ftp to:10.11.79.178:21 DNAT   tcp  --  anywhere
67.xxx.xxx.56tcp dpt:ftp to:10.11.79.178:21 DNAT
tcp
   --  anywhere 67.xxx.xxx.56tcp dpt:5901 to:
  10.11.79.178:5901 DNAT   tcp  --  anywhere
67.xxx.xxx.56
 tcp dpt:5901 to:10.11.79.178:5901
  Chain POSTROUTING (policy ACCEPT)target prot opt source
  destination SNAT   all  --  anywhere
  anywhere
   to:67.xxx.xxx.56  SNAT   all  --  anywhere
anywhere
   to:67.xxx.xxx.56  SNAT   all  --  anywhere
  anywhereto:67.xxx.xxx.56 SNAT   all  --  anywhere
anywhereto:67.xxx.xxx.56 SNAT   all  --  anywhere
  anywhereto:67.xxx.xxx.56SNAT   all  --
   anywhere
anywhereto:67.xxx.xxx.56 SNAT   all  --
   anywhere
  anywhereto:67.xxx.xxx.56 SNAT   all  --
 anywhere
anywhereto:67.xxx.xxx.56 SNAT   tcp  --
  10.11.0.0/16 myguest tcp dpt:www to:10.11.0.1
  SNAT
  tcp  --  10.11.0.0/16 myguest tcp
  dpt:https
  to:10.11.0.1 SNAT   tcp  --  10.11.0.0/16

Re: Vmware vrouter

2013-09-15 Thread Alexey Samarin
Dear all,

after creation storage from scratch, error was changed to
com.cloud.agent.api.UnsupportedAnswer cannot be cast to
com.cloud.agent.api.storage.PrimaryStorageDownloadAnswer
Log from management-server.log : http://pastebin.com/8RiJCH7z

Any suggestions?

Thanks!


2013/9/13 Alexey Samarin nrg3...@gmail.com

 Well, after mark this storage as shared, nothing changes. The same error.
 Any ideas that could be wrong?


 2013/9/12 Alexey Samarin nrg3...@gmail.com

 No, but I will try!
 On Sep 12, 2013 6:03 PM, Rafael Weingartner 
 rafaelweingart...@gmail.com wrote:

 have you tried to mark it as shared on the hypervisor?


 2013/9/12 Alexey Samarin nrg3...@gmail.com

  No. In CS this storage marked as local.
 
 
  2013/9/12 Rafael Weingartner rafaelweingart...@gmail.com
 
   is you local storage at the hypvervisor host marked as shared?
  
  
   2013/9/12 Alexey Samarin nrg3...@gmail.com
  
Of course!
   
   
2013/9/12 Rafael Weingartner rafaelweingart...@gmail.com
   
 did you restart the CS?


 2013/9/12 Alexey Samarin nrg3...@gmail.com

  system.vm.use.local.storage is already set to true.
 
 
 
  2013/9/12 Rafael Weingartner rafaelweingart...@gmail.com
 
   I am not using local storage,
   Neither my disk offering storage type is local nor 
   system.vm.use.local.storage is set to true.
  
  
  
   2013/9/12 Travis Graham tgra...@tgraham.us
  
Is your disk offering storage type marked as local?
   
In your global settings, what do you have
 system.vm.use.local.storage
set to?
   
Travis
   
On Sep 12, 2013, at 7:38 AM, Rafael Weingartner 
rafaelweingart...@gmail.com wrote:
   
 What do you mean with NFS on management ?
 If you want to use local storage on the hypervisor you
 have
  to
 enable
this
 option on CS, if I am not wrong this options is false by
   default.


 2013/9/12 Alexey Samarin nrg3...@gmail.com

 1) Nfs on management.
 2) Local datastore on vmware host
 3) Local storage on kvm host.


 2013/9/12 Rafael Weingartner 
 rafaelweingart...@gmail.com

 How many primary storages do you have?


 2013/9/12 Geoff Higginbottom 
   geoff.higginbot...@shapeblue.com


 Looking at the logs you posted its failing to find a
   suitable
   storage
 pool
 so take a closer look at your storage

 Regards

 Geoff Higginbottom
 CTO / Cloud Architect

 D: +44 20 3603 0542tel:+442036030542 | S: +44 20
 3603
   0540
 tel:
 +442036030540| M: +447968161581tel:+447968161581

 geoff.higginbot...@shapeblue.commailto:
 geoff.higginbot...@shapeblue.com

 |www.shapeblue.com | Twitter:@shapeblue
 https://twitter.com/#!/shapeblue


 ShapeBlue Ltd, 53 Chandos Place, Covent Garden,
 London,
  WC2N
4HS


 On 12 Sep 2013, at 09:13, Alexey Samarin 
   nrg3...@gmail.com
   mailto:
 nrg3...@gmail.com wrote:

 Sure. That's all i captured now.
   http://pastebin.com/GqzmZVhK


 2013/9/11 Rafael Weingartner 
 rafaelweingart...@gmail.com
 mailto:
 rafaelweingart...@gmail.com

 could you post a little more of the log?


 2013/9/11 Alexey Samarin nrg3...@gmail.commailto:
   nrg3...@gmail.com


 Yes, this template can't be deploy as vm, but still
 don't
  understand
 why?
 This is log of management-server.log
 http://pastebin.com/hqcHMBd0
 Thanks!


 2013/9/11 Alexey Samarin nrg3...@gmail.commailto:
   nrg3...@gmail.com


 It's good question! No, but I will try...
 On Sep 11, 2013 5:49 PM, Rafael Weingartner 
 rafaelweingart...@gmail.commailto:
rafaelweingart...@gmail.com
 
 wrote:

 have you tried to create a instance with this
 template?


 2013/9/11 Alexey Samarin nrg3...@gmail.commailto:
   nrg3...@gmail.com


 In kvm cluster i already have router.
 First was added kvm cluster and works perfectly. Now i
  added
  vmware
 cluster, but in vmware router can't start.
 Default template for vmware was successfully
 downloaded
  and
have
 status
 Ready.


 2013/9/11 Rafael Weingartner 
 rafaelweingart...@gmail.com
 mailto:
 rafaelweingart...@gmail.com

 have you tried to remove the VMware cluster and start
 the
 router?


 2013/9/11 Alexey Samarin nrg3...@gmail.commailto:
   

Re: Advanced Network - SNAT not working

2013-09-15 Thread Marty Sweet
Hi Noel,

Can you answer: Does the traffic come back on the public interface? and
then onto the Guest interface?

Thanks,
Marty


On Sun, Sep 15, 2013 at 2:05 PM, Noel Kendall noeldkend...@hotmail.comwrote:

 Indeed, yes, a wget executed on the VR to a public website works just fine.
 Noel

  Date: Sun, 15 Sep 2013 13:15:20 +0100
  Subject: Re: Advanced Network - SNAT not working
  From: msweet@gmail.com
  To: users@cloudstack.apache.org
 
  Hi Noel,
 
  Does the traffic come back on the public interface? and then onto the
 Guest
  interface?
 
  Does a wget on the VR work?
 
  Marty
 
 
  On Sat, Sep 14, 2013 at 8:19 PM, Noel Kendall noeldkend...@hotmail.com
 wrote:
 
   I have that Marty. I see the http outbound request coming in on the
 guest
   interface of the VR,and see the http request being sent out on the
 public
   interface of the VR.
   The traffic is flowing fine from guest to the outbound i/f of the VR.
   This is tcpdump on the public i/f while guest is doing wget to
   6x.xxx.xxx.xxx
  
   19:17:58.834932 06:e3:3a:00:01:0a  00:0c:86:4e:fe:00, ethertype IPv4
   (0x0800), length 74: 10.11.79.178.39074  6x.xxx.xxx.xx.80: Flags [S],
 seq
   1859313238, win 14600, options [mss 1460,sackOK,TS val 27489348 ecr
   0,nop,wscale 4], length 0  0x:  4500 003c ad1d 4000 3f06 2d13 0a0b
 4fb2
  0x0010:  416e c660 98a2 0050 6ed2 de56  0x0020:
a002 3908 516c  0204 05b4 0402 080a0x0030:  01a3 7444 
    0103 0304
  
  
Date: Sat, 14 Sep 2013 19:29:53 +0100
Subject: Re: Advanced Network - SNAT not working
From: msweet@gmail.com
To: users@cloudstack.apache.org
   
Hi Noel,
   
Can you run a tcpdump on both VR interfaces, this should make it
 apparent
what is happening?
   
Thanks,
Marty
   
   
On Sat, Sep 14, 2013 at 6:41 PM, Noel Kendall 
 noeldkend...@hotmail.com
   wrote:
   
 http://pastebin.com/3FZmFnvZ
 Many thanks Marty.
 Noel
  Date: Sat, 14 Sep 2013 18:07:55 +0100
  Subject: Re: Advanced Network - SNAT not working
  From: msweet@gmail.com
  To: users@cloudstack.apache.org
 
  Hi Noel,
 
  Could you put the IP tables on pastebin? GMail has collapsed the
   lines
  horrifically.
  Have you also tried a tcpdump on both interfaces on the VR?
  tcpdump -i eth0 --- Or whatever it may be called
 
  I would expect worse connectivity if it was a pure NAT issue,
 but I
   will
  review the tables later.
 
  Thanks,
  Marty
 
 
  On Sat, Sep 14, 2013 at 5:55 PM, Noel Kendall 
   noeldkend...@hotmail.com
 wrote:
 
   Not seeing return packets on VR. Suspect, therefore, that SNAT
 is
 fouled
   up in some way.I have been doing wget to from guest, can see
 the
 outgoing
   request fine, both in the guest andthe VR.
   Could it be that the SNAT table entries from the
 10.11.0.0/16subnet
 to
   dpt www are interfering withthe SNAT to public ip?? (wild
 guess) -
   not
 an
   iptables expert by any stretch of the imagination
   67.xxx.xxx.56 is the guest public IP10.11.79.178 is the guest
 IP on
 guest
   network
   iptables _L -t nat on the VR shows...
   Chain PREROUTING (policy ACCEPT)target prot opt source
   destination DNAT   tcp  --  anywhere
   anywhere
tcp dpt:domain to:10.11.0.1 DNAT   tcp  --  anywhere
   67.xxx.xxx.56tcp dpt:www to:10.11.79.178:80 DNAT
   tcp  --
anywhere 67.xxx.xxx.56tcp dpt:www
 to:10.11.79.178:80DNAT   tcp  --  anywhere
   67.xxx.xxx.56
tcp dpt:https
   to:10.11.79.178:443 DNAT   tcp  --  anywhere
   67.xxx.xxx.56tcp dpt:https to:10.11.79.178:443 DNAT
   tcp
  --
anywhere 67.xxx.xxx.56tcp dpt:ssh
 to:10.11.79.178:22DNAT   tcp  --  anywhere
   67.xxx.xxx.56
tcp dpt:ssh
   to:10.11.79.178:22 DNAT   tcp  --  anywhere
 67.xxx.xxx.56
  tcp dpt:ftp to:10.11.79.178:21 DNAT   tcp  --
  anywhere
 67.xxx.xxx.56tcp dpt:ftp to:10.11.79.178:21 DNAT
 tcp
--  anywhere 67.xxx.xxx.56tcp dpt:5901 to:
   10.11.79.178:5901 DNAT   tcp  --  anywhere
 67.xxx.xxx.56
  tcp dpt:5901 to:10.11.79.178:5901
   Chain POSTROUTING (policy ACCEPT)target prot opt source
   destination SNAT   all  --  anywhere
   anywhere
to:67.xxx.xxx.56  SNAT   all  --  anywhere
 anywhere
to:67.xxx.xxx.56  SNAT   all  --  anywhere
   anywhereto:67.xxx.xxx.56 SNAT   all  --
  anywhere
 anywhereto:67.xxx.xxx.56 SNAT   all  --
  anywhere
   anywhereto:67.xxx.xxx.56SNAT   all  --
anywhere
 anywhereto:67.xxx.xxx.56 SNAT   all  --
anywhere

Re: Advanced Network - SNAT not working

2013-09-15 Thread Marty Sweet
This is mostly confusing that the packets are not seen on the VR public
interface, seeing as other services are working.
If it was a local NAT issue then the packet would atleast get into that
interface. Do you have any upstream devices providing NAT? Or any other VR
with the issue?

It may be worth recreating the VR, by stopping and destroying it and
creating another guest to start a fresh.

Marty


On Sun, Sep 15, 2013 at 8:12 PM, Noel Kendall noeldkend...@hotmail.comwrote:

 Marty, if I run a telnet www.xyz.com 80 from a shell in the guest,
 while running a tcpdumpon the public i/f of the VR:
 - I can see the outbound packets going out- I do not see a response packet
 coming back in
 FYI there are no firewalls outbound from the KVM host. The host bridges vi
 CS networkingdirectly out on to the internet via a switch.
 Note that traffic from outside (ssh, web) can happily traverse the VR to
 the guest. I get the usualits working html page from the guest. This tells
 me that there is nothing outbound from the VR thatis filtering packets.
 Am truly stumped. This is mysterious indeed.
 From within the VR, can happily telnet to www.xyz.com 80 and receive
 response.Only if packet came from guest and was forwarded does the response
 not show up.
 In short:
 wget from VR to www.xyz.com works, response received and saved
 wget from guest to www.xyz.com does not work, network not available
 displayed on guest, response packets not seen on the public i/f of VR at all
 Noel

  Date: Sun, 15 Sep 2013 18:16:17 +0100
  Subject: Re: Advanced Network - SNAT not working
  From: msweet@gmail.com
  To: users@cloudstack.apache.org
 
  Hi Noel,
 
  Can you answer: Does the traffic come back on the public interface? and
  then onto the Guest interface?
 
  Thanks,
  Marty
 
 
  On Sun, Sep 15, 2013 at 2:05 PM, Noel Kendall noeldkend...@hotmail.com
 wrote:
 
   Indeed, yes, a wget executed on the VR to a public website works just
 fine.
   Noel
  
Date: Sun, 15 Sep 2013 13:15:20 +0100
Subject: Re: Advanced Network - SNAT not working
From: msweet@gmail.com
To: users@cloudstack.apache.org
   
Hi Noel,
   
Does the traffic come back on the public interface? and then onto the
   Guest
interface?
   
Does a wget on the VR work?
   
Marty
   
   
On Sat, Sep 14, 2013 at 8:19 PM, Noel Kendall 
 noeldkend...@hotmail.com
   wrote:
   
 I have that Marty. I see the http outbound request coming in on the
   guest
 interface of the VR,and see the http request being sent out on the
   public
 interface of the VR.
 The traffic is flowing fine from guest to the outbound i/f of the
 VR.
 This is tcpdump on the public i/f while guest is doing wget to
 6x.xxx.xxx.xxx

 19:17:58.834932 06:e3:3a:00:01:0a  00:0c:86:4e:fe:00, ethertype
 IPv4
 (0x0800), length 74: 10.11.79.178.39074  6x.xxx.xxx.xx.80: Flags
 [S],
   seq
 1859313238, win 14600, options [mss 1460,sackOK,TS val 27489348 ecr
 0,nop,wscale 4], length 0  0x:  4500 003c ad1d 4000 3f06 2d13
 0a0b
   4fb2
0x0010:  416e c660 98a2 0050 6ed2 de56  
  0x0020:
  a002 3908 516c  0204 05b4 0402 080a0x0030:  01a3 7444
 
  0103 0304


  Date: Sat, 14 Sep 2013 19:29:53 +0100
  Subject: Re: Advanced Network - SNAT not working
  From: msweet@gmail.com
  To: users@cloudstack.apache.org
 
  Hi Noel,
 
  Can you run a tcpdump on both VR interfaces, this should make it
   apparent
  what is happening?
 
  Thanks,
  Marty
 
 
  On Sat, Sep 14, 2013 at 6:41 PM, Noel Kendall 
   noeldkend...@hotmail.com
 wrote:
 
   http://pastebin.com/3FZmFnvZ
   Many thanks Marty.
   Noel
Date: Sat, 14 Sep 2013 18:07:55 +0100
Subject: Re: Advanced Network - SNAT not working
From: msweet@gmail.com
To: users@cloudstack.apache.org
   
Hi Noel,
   
Could you put the IP tables on pastebin? GMail has collapsed
 the
 lines
horrifically.
Have you also tried a tcpdump on both interfaces on the VR?
tcpdump -i eth0 --- Or whatever it may be called
   
I would expect worse connectivity if it was a pure NAT issue,
   but I
 will
review the tables later.
   
Thanks,
Marty
   
   
On Sat, Sep 14, 2013 at 5:55 PM, Noel Kendall 
 noeldkend...@hotmail.com
   wrote:
   
 Not seeing return packets on VR. Suspect, therefore, that
 SNAT
   is
   fouled
 up in some way.I have been doing wget to from guest, can
 see
   the
   outgoing
 request fine, both in the guest andthe VR.
 Could it be that the SNAT table entries from the
   10.11.0.0/16subnet
   to
 dpt www are interfering withthe SNAT to public ip?? (wild
   guess) -
 not
   an
 iptables expert by any stretch of the imagination
 

RE: Advanced Network - SNAT not working

2013-09-15 Thread Noel Kendall
No other NAT. There is nothing but copper between the KVM host machine and the 
ISP router.There is an L2/L3 switch that the packets travel through. However, 
there is no forwarding in the switch,just straight through. I've had a 
well-functioning V4.0.1 environment running on this same configurationin the 
past. What is new is the conversion to 4.1 (which was a clean install).
It's very mysterious, I have never seen anything like this before. There are 
two other VRs, both having same issue.
I will try your suggestion.
Noel
 Date: Sun, 15 Sep 2013 21:20:41 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org
 
 This is mostly confusing that the packets are not seen on the VR public
 interface, seeing as other services are working.
 If it was a local NAT issue then the packet would atleast get into that
 interface. Do you have any upstream devices providing NAT? Or any other VR
 with the issue?
 
 It may be worth recreating the VR, by stopping and destroying it and
 creating another guest to start a fresh.
 
 Marty
 
 
 On Sun, Sep 15, 2013 at 8:12 PM, Noel Kendall noeldkend...@hotmail.comwrote:
 
  Marty, if I run a telnet www.xyz.com 80 from a shell in the guest,
  while running a tcpdumpon the public i/f of the VR:
  - I can see the outbound packets going out- I do not see a response packet
  coming back in
  FYI there are no firewalls outbound from the KVM host. The host bridges vi
  CS networkingdirectly out on to the internet via a switch.
  Note that traffic from outside (ssh, web) can happily traverse the VR to
  the guest. I get the usualits working html page from the guest. This tells
  me that there is nothing outbound from the VR thatis filtering packets.
  Am truly stumped. This is mysterious indeed.
  From within the VR, can happily telnet to www.xyz.com 80 and receive
  response.Only if packet came from guest and was forwarded does the response
  not show up.
  In short:
  wget from VR to www.xyz.com works, response received and saved
  wget from guest to www.xyz.com does not work, network not available
  displayed on guest, response packets not seen on the public i/f of VR at all
  Noel
 
   Date: Sun, 15 Sep 2013 18:16:17 +0100
   Subject: Re: Advanced Network - SNAT not working
   From: msweet@gmail.com
   To: users@cloudstack.apache.org
  
   Hi Noel,
  
   Can you answer: Does the traffic come back on the public interface? and
   then onto the Guest interface?
  
   Thanks,
   Marty
  
  
   On Sun, Sep 15, 2013 at 2:05 PM, Noel Kendall noeldkend...@hotmail.com
  wrote:
  
Indeed, yes, a wget executed on the VR to a public website works just
  fine.
Noel
   
 Date: Sun, 15 Sep 2013 13:15:20 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org

 Hi Noel,

 Does the traffic come back on the public interface? and then onto the
Guest
 interface?

 Does a wget on the VR work?

 Marty


 On Sat, Sep 14, 2013 at 8:19 PM, Noel Kendall 
  noeldkend...@hotmail.com
wrote:

  I have that Marty. I see the http outbound request coming in on the
guest
  interface of the VR,and see the http request being sent out on the
public
  interface of the VR.
  The traffic is flowing fine from guest to the outbound i/f of the
  VR.
  This is tcpdump on the public i/f while guest is doing wget to
  6x.xxx.xxx.xxx
 
  19:17:58.834932 06:e3:3a:00:01:0a  00:0c:86:4e:fe:00, ethertype
  IPv4
  (0x0800), length 74: 10.11.79.178.39074  6x.xxx.xxx.xx.80: Flags
  [S],
seq
  1859313238, win 14600, options [mss 1460,sackOK,TS val 27489348 ecr
  0,nop,wscale 4], length 0  0x:  4500 003c ad1d 4000 3f06 2d13
  0a0b
4fb2
 0x0010:  416e c660 98a2 0050 6ed2 de56  
   0x0020:
   a002 3908 516c  0204 05b4 0402 080a0x0030:  01a3 7444
  
   0103 0304
 
 
   Date: Sat, 14 Sep 2013 19:29:53 +0100
   Subject: Re: Advanced Network - SNAT not working
   From: msweet@gmail.com
   To: users@cloudstack.apache.org
  
   Hi Noel,
  
   Can you run a tcpdump on both VR interfaces, this should make it
apparent
   what is happening?
  
   Thanks,
   Marty
  
  
   On Sat, Sep 14, 2013 at 6:41 PM, Noel Kendall 
noeldkend...@hotmail.com
  wrote:
  
http://pastebin.com/3FZmFnvZ
Many thanks Marty.
Noel
 Date: Sat, 14 Sep 2013 18:07:55 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org

 Hi Noel,

 Could you put the IP tables on pastebin? GMail has collapsed
  the
  lines
 horrifically.
 Have you also tried a tcpdump on both interfaces on the VR?
 tcpdump -i eth0 

Re: Advanced Network - SNAT not working

2013-09-15 Thread Jayapal Reddy Uradi
Hi,

I think when the packets are going out the packets are NATed with private ip, 
that can't reach back to router.
From the VR when you ping public network observe with what source ip address 
the packet is going out and 
From the guest VM when you access public n/w observe on VR with what source ip 
the packet is going out.
In later case I think the source ip address is different.

Thanks,
Jayapal


On 16-Sep-2013, at 2:30 AM, Noel Kendall noeldkend...@hotmail.com wrote:

 No other NAT. There is nothing but copper between the KVM host machine and 
 the ISP router.There is an L2/L3 switch that the packets travel through. 
 However, there is no forwarding in the switch,just straight through. I've had 
 a well-functioning V4.0.1 environment running on this same configurationin 
 the past. What is new is the conversion to 4.1 (which was a clean install).
 It's very mysterious, I have never seen anything like this before. There are 
 two other VRs, both having same issue.
 I will try your suggestion.
 Noel
 Date: Sun, 15 Sep 2013 21:20:41 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org
 
 This is mostly confusing that the packets are not seen on the VR public
 interface, seeing as other services are working.
 If it was a local NAT issue then the packet would atleast get into that
 interface. Do you have any upstream devices providing NAT? Or any other VR
 with the issue?
 
 It may be worth recreating the VR, by stopping and destroying it and
 creating another guest to start a fresh.
 
 Marty
 
 
 On Sun, Sep 15, 2013 at 8:12 PM, Noel Kendall 
 noeldkend...@hotmail.comwrote:
 
 Marty, if I run a telnet www.xyz.com 80 from a shell in the guest,
 while running a tcpdumpon the public i/f of the VR:
 - I can see the outbound packets going out- I do not see a response packet
 coming back in
 FYI there are no firewalls outbound from the KVM host. The host bridges vi
 CS networkingdirectly out on to the internet via a switch.
 Note that traffic from outside (ssh, web) can happily traverse the VR to
 the guest. I get the usualits working html page from the guest. This tells
 me that there is nothing outbound from the VR thatis filtering packets.
 Am truly stumped. This is mysterious indeed.
 From within the VR, can happily telnet to www.xyz.com 80 and receive
 response.Only if packet came from guest and was forwarded does the response
 not show up.
 In short:
 wget from VR to www.xyz.com works, response received and saved
 wget from guest to www.xyz.com does not work, network not available
 displayed on guest, response packets not seen on the public i/f of VR at all
 Noel
 
 Date: Sun, 15 Sep 2013 18:16:17 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org
 
 Hi Noel,
 
 Can you answer: Does the traffic come back on the public interface? and
 then onto the Guest interface?
 
 Thanks,
 Marty
 
 
 On Sun, Sep 15, 2013 at 2:05 PM, Noel Kendall noeldkend...@hotmail.com
 wrote:
 
 Indeed, yes, a wget executed on the VR to a public website works just
 fine.
 Noel
 
 Date: Sun, 15 Sep 2013 13:15:20 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org
 
 Hi Noel,
 
 Does the traffic come back on the public interface? and then onto the
 Guest
 interface?
 
 Does a wget on the VR work?
 
 Marty
 
 
 On Sat, Sep 14, 2013 at 8:19 PM, Noel Kendall 
 noeldkend...@hotmail.com
 wrote:
 
 I have that Marty. I see the http outbound request coming in on the
 guest
 interface of the VR,and see the http request being sent out on the
 public
 interface of the VR.
 The traffic is flowing fine from guest to the outbound i/f of the
 VR.
 This is tcpdump on the public i/f while guest is doing wget to
 6x.xxx.xxx.xxx
 
 19:17:58.834932 06:e3:3a:00:01:0a  00:0c:86:4e:fe:00, ethertype
 IPv4
 (0x0800), length 74: 10.11.79.178.39074  6x.xxx.xxx.xx.80: Flags
 [S],
 seq
 1859313238, win 14600, options [mss 1460,sackOK,TS val 27489348 ecr
 0,nop,wscale 4], length 0  0x:  4500 003c ad1d 4000 3f06 2d13
 0a0b
 4fb2
   0x0010:  416e c660 98a2 0050 6ed2 de56  
 0x0020:
 a002 3908 516c  0204 05b4 0402 080a0x0030:  01a3 7444
 
  0103 0304
 
 
 Date: Sat, 14 Sep 2013 19:29:53 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org
 
 Hi Noel,
 
 Can you run a tcpdump on both VR interfaces, this should make it
 apparent
 what is happening?
 
 Thanks,
 Marty
 
 
 On Sat, Sep 14, 2013 at 6:41 PM, Noel Kendall 
 noeldkend...@hotmail.com
 wrote:
 
 http://pastebin.com/3FZmFnvZ
 Many thanks Marty.
 Noel
 Date: Sat, 14 Sep 2013 18:07:55 +0100
 Subject: Re: Advanced Network - SNAT not working
 From: msweet@gmail.com
 To: users@cloudstack.apache.org
 
 Hi Noel,
 
 Could you put the IP tables on pastebin? GMail has collapsed
 the
 lines
 horrifically.
 Have you also tried