Github user wilderrodrigues commented on the pull request: https://github.com/apache/cloudstack/pull/1259#issuecomment-166383593 Hi @remibergsma @miguelaferreira @DaanHoogland @borisroman False alarm! After the crash, when I rebooted my Test Environment the virbr0.50 was not configured. That's why all the SSH tests are failing. I ran the following: ``` ifup virbr0.50 iptables -t nat -I POSTROUTING -s 192.168.23.0/24 ! -d 192.168.23.0/24 -j MASQUERADE iptables -A INPUT -s 192.168.22.1/32 -p tcp -m state --state NEW -m multiport --dports 111,892,2049,32803 -j REJECT --reject-with icmp-port-unreachable ``` And everything seems to be fine: ``` 9: virbr0.50@virbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 52:54:00:c3:7b:a9 brd ff:ff:ff:ff:ff:ff inet 192.168.23.1/24 brd 192.168.23.255 scope global virbr0.50 valid_lft forever preferred_lft forever inet6 fe80::5054:ff:fec3:7ba9/64 scope link valid_lft forever preferred_lft forever ``` ``` sbpltk1zffh04:sbp_dev wrodrigues$ ssh root@192.168.23.10 The authenticity of host '192.168.23.10 (192.168.23.10)' can't be established. RSA key fingerprint is 28:fa:ea:f7:27:26:36:27:b0:04:bc:80:0b:ca:6e:c0. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.23.10' (RSA) to the list of known hosts. root@192.168.23.10's password: # ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8): 56 data bytes ^C --- 8.8.8.8 ping statistics --- 13 packets transmitted, 0 packets received, 100% packet loss # ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---