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
current setup 4. stop/start all system VM (SSVM , 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 Iss

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
I remember we have a fix for this, when route VM boots up, it tries to ping default gateway to propagate its MAC to switch. Might be this fix is not checked into CS 4.0 Anthony > -Original Message- > From: Musayev, Ilya [mailto:imusa...@webmd.net] > Sent: Monday, December 03, 2012 10:59

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