You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Wilder Rodrigues (JIRA)" <ji...@apache.org> on 2015/10/13 13:31:05 UTC

[jira] [Commented] (CLOUDSTACK-8947) Load Balancer not working with Isolated Networks

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-8947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954797#comment-14954797 ] 

Wilder Rodrigues commented on CLOUDSTACK-8947:
----------------------------------------------

HAproxy is being configured and started, but the firewall rules are not being applied. After I did the following:

iptables -A INPUT -p tcp -m tcp -d 192.168.23.6 --dport 22 -m state --state NEW -j ACCEPT

I was able to ssh into the VMs. I tried multiple times and could double-check that each time I was hitting a different machine based on the private IP of the VM.

> Load Balancer not working with Isolated Networks
> ------------------------------------------------
>
>                 Key: CLOUDSTACK-8947
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8947
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Virtual Router
>    Affects Versions: 4.6.0
>            Reporter: Wilder Rodrigues
>            Assignee: Wilder Rodrigues
>            Priority: Blocker
>             Fix For: 4.6.0
>
>
> 1. acquire IP in an isolated network
> 2. go to ipaddress -> configuration -> firewall 
> 3. add firewall exception for port 22
> 4. then add LB rule for port 22 to a user VM
> 5. try sshing to the new acquired ip(in step 1) --- ssh fails



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)