Re: Router VM and Network Issue

2012-12-10 Thread Chiradeep Vittal
e >>>> >>>> Let me retract this comment for now and do more thorough testing.. It >>>> appears it fixes the issue on 1 type of network and breaks on >>>>another... >>>> >>>> -Original Message- >>>> From: Musayev

Re: Router VM and Network Issue

2012-12-10 Thread Chip Childers
VLAN info. >> >> >>This issue might happen when private ip CIDR overlaps with public ip >>CIDR, CS might not check this case. >> >>Anthony >> >> >> >>> -Original Message- >>> From: Musayev, Ilya [mailto:imusa..

Re: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
...@webmd.net] >> Sent: Monday, December 03, 2012 2:15 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: RE: Router VM and Network Issue >> >> Let me retract this comment for now and do more thorough testing.. It >> appears it fixes the issue on 1 type of network and break

Re: Router VM and Network Issue

2012-12-03 Thread Chiradeep Vittal
--Original Message- >> From: Musayev, Ilya [mailto:imusa...@webmd.net] >> Sent: Monday, December 03, 2012 2:15 PM >> To: cloudstack-dev@incubator.apache.org >> Subject: RE: Router VM and Network Issue >> >> Let me retract this comment for now and do more thorough

RE: Router VM and Network Issue

2012-12-03 Thread Anthony Xu
December 03, 2012 4:43 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: Router VM and Network Issue > > Anthony, > > I do have the code below, but my fix was to remove the extra route that > is added by command > > "ip route add $MGMTNET via $LOCA

RE: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
@incubator.apache.org Subject: RE: Router VM and Network Issue Anthony, I do have the code below, but my fix was to remove the extra route that is added by command "ip route add $MGMTNET via $LOCAL_GW dev eth1" from cloud-early-config Once I commented that part out - everything is working fine.. W

RE: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
ache.org Subject: RE: Router VM and Network Issue I checked the code in ./patches/systemvm/debian/config/etc/init.d/cloud-early-config # a hacking way to activate vSwitch under VMware ping -n -c 3 $GW & sleep 3 pkill ping if [ -n "$MGMTNET" -a -n "$LOCAL_GW" ] the

RE: Router VM and Network Issue

2012-12-03 Thread Anthony Xu
, CPVM, router VM) Anthony > -Original Message- > From: Musayev, Ilya [mailto:imusa...@webmd.net] > Sent: Monday, December 03, 2012 12:37 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: Router VM and Network Issue > > Anthony, > > It does pi

RE: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
-Original Message- From: Anthony Xu [mailto:xuefei...@citrix.com] Sent: Monday, December 03, 2012 3:12 PM To: cloudstack-dev@incubator.apache.org Subject: RE: Router VM and Network Issue I remember we have a fix for this, when route VM boots up, it tries to ping default gateway to propagate

RE: Router VM and Network Issue

2012-12-03 Thread Anthony Xu
, 2012 10:59 AM > To: cloudstack-dev@incubator.apache.org > Subject: Router VM and Network Issue > > So I hit a glitch where a router VM boots up but does not really pass > any traffic unless I ping the gateway of the CS host from within the > router VM. > > Once the gateway

Re: Router VM and Network Issue

2012-12-03 Thread Kelceydamage@bbits
ight - it has something to do with ARP. > > Regards > ilya > > -Original Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Monday, December 03, 2012 2:12 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: Router VM and Network Issue > > I

RE: Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
l.com] Sent: Monday, December 03, 2012 2:12 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Router VM and Network Issue I don't have a vsphere environment, but it sounds a bit like an ARP issue, where perhaps the bridge on the VMware host is filtering broadcast or something. Maybe a

Re: Router VM and Network Issue

2012-12-03 Thread Marcus Sorensen
I don't have a vsphere environment, but it sounds a bit like an ARP issue, where perhaps the bridge on the VMware host is filtering broadcast or something. Maybe a workaround could be added to the system VM to make sure things are more robust, but it sounds like something in your network is disabli

Router VM and Network Issue

2012-12-03 Thread Musayev, Ilya
So I hit a glitch where a router VM boots up but does not really pass any traffic unless I ping the gateway of the CS host from within the router VM. Once the gateway ping goes through, CS is able to SSH into a router VM and everything is fine and dandy.. But this behavior really puzzles me. Li