Comments inline.

On 03-Dec-2013, at 9:24 am, Adam Kamali 
<adam....@gmail.com<mailto:adam....@gmail.com>> wrote:

Amin;

1. It sound to me you have networking issue. Can you try to bring a VM and 
place it
on the same vLAN and check if you are able to ping outside and get internet?

Certainly sounds like a networking issue.

Also, one can bring up a tagged interface directly only the hypervisor to check 
if the
switch configuration is working correctly. For example, I just do this on 2 
hosts and run
pings between them to isolate the issue on KVM hosts:

# host1
vconfig add eth0 64
ifconfig eth0.64 1.2.3.4 netmask 255.255.255.0 up
ping 1.2.3.5

# host2
vconfig add eth0 64
ifconfig eth0.64 1.2.3.5 netmask 255.255.255.0 up
ping 1.2.3.4

Then run tcpdump all over the place to check who is gobbling up the packets. :)

2. You will also need to set  0.0.0.0/0<http://0.0.0.0/0> on egress rule for 
that network in order to get internet.

In a test that I just ran on a brand new isolated network:

- The VR itself is able to ping a public IP without any Egress rule being in 
place. Unless I
  am mistaken, the Egress rules do not control traffic originating from the VR 
itself but only “forwarded” traffic.

- Instance could ping a public IP only after adding an Egress rule

- The public IP of the VR was pingable only after adding an ingress rule.

YMMV.

--
@shankerbalan

M: +91 98860 60539 | O: +91 (80) 67935867
shanker.ba...@shapeblue.com<mailto:shanker.ba...@shapeblue.com> | 
www.shapeblue.com<http://www.shapeblue.com> | Twitter:@shapeblue
ShapeBlue Services India LLP, 22nd floor, Unit 2201A, World Trade Centre, 
Bangalore - 560 055

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue is a registered trademark.

Reply via email to