[ https://issues.apache.org/jira/browse/CLOUDSTACK-8947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14954830#comment-14954830 ]
Wilder Rodrigues commented on CLOUDSTACK-8947: ---------------------------------------------- Fix applied. Will test and proceed with PR creation. sbpltk1zffh04:phalanx wrodrigues$ ssh root@192.168.23.4 root@192.168.23.4's password: # ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 02:00:7c:98:00:01 brd ff:ff:ff:ff:ff:ff inet 10.1.1.21/24 brd 10.1.1.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::7cff:fe98:1/64 scope link valid_lft forever preferred_lft forever # exit Connection to 192.168.23.4 closed. sbpltk1zffh04:phalanx wrodrigues$ rm -rf ~/.ssh/known_hosts sbpltk1zffh04:phalanx wrodrigues$ ssh root@192.168.23.4 The authenticity of host '192.168.23.4 (192.168.23.4)' can't be established. RSA key fingerprint is 15:28:6d:01:95:11:75:01:df:c3:a8:1d:cd:f5:7d:88. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.23.4' (RSA) to the list of known hosts. root@192.168.23.4's password: # ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 02:00:2c:b6:00:03 brd ff:ff:ff:ff:ff:ff inet 10.1.1.50/24 brd 10.1.1.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::2cff:feb6:3/64 scope link valid_lft forever preferred_lft forever # > 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)