Community
 
 
 

CloudPlatform 4.x

284フォロワー
 
Avatar
Pankaj Paliwal

Instances unable to ping each other on Basic Shared Network

Avatar

Instances unable to ping each other on Basic Shared Network

Hi All,

I am testing CloudPlatform and am having some problems with the Basic Networking. The networking seems to be working and the deployed Instances can ping the gateway etc and i can ping all Instances from outside the CloudPlatform environment. But the Instances can't ping each another... They are on the same Basic Shared network called defaultGuestNetwork and type is "Shared".

 

I'm not sure if this is by design or have i done something wrong ? Should the Instances be able to ping one another in this basic configuration ? This is a basic setup for our Developers to do some testing with and i would like all deployed Instances to be able to talk to each other.

 

Appreciate any feedback.


Stuart Nelson MEMBERS
2件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 2件のコメント

Avatar
Pankaj Paliwal
Avatar

Instances unable to ping each other on Basic Shared Network

Don't know of anything in the design that would cause this behavior, but I guess it is possible in later versions. (I doubt out) Do you have Security groups enabled? Since an instance can ping outbound and external systems can ping your instances, I doubt you have firewalls (iptables or the like) blocking this traffic.

 

I would systematically test pings while running tcpdump on both sides and see if that sheds any light. You can also run tcpdump from the hypervisor, if supported by your hypervisor, but you'll need to ensure you are looking at the right interface.

 

--Mike@Redapt


Michael Little MEMBERS
コメントアクション パーマリンク
Avatar
Pankaj Paliwal
Avatar

Update, I found the problem and was able to resolve it. I beleive this is by design as i had to add Ingress and Egress rules to the default security group. Basically i had to add the following rule:  

Protocol: ICMP, Start Port: -1, End Port: -1, CIDR: 0.0.0.0/0

 

This allows Ping between Instances.


Stuart Nelson MEMBERS
コメントアクション パーマリンク

Top Contributors