Digital Developer Conference: a FREE half-day online conference focused on AI & Cloud – North America: Nov 2 – India: Nov 9 – Europe: Nov 14 – Asia Nov 23 Register now

Close outline
  • United States
IBM?
  • Site map
IBM?
  • Marketplace

  • Close
    Search
  • Sign in
    • Sign in
    • Register
  • IBM Navigation
IBM Developer Answers
  • Spaces
    • Blockchain
    • IBM Cloud platform
    • Internet of Things
    • Predictive Analytics
    • Watson
    • See all spaces
  • Tags
  • Users
  • Badges
  • FAQ
  • Help
Close

Name

Community

  • Learn
  • Develop
  • Connect

Discover IBM

  • ConnectMarketplace
  • Products
  • Services
  • Industries
  • Careers
  • Partners
  • Support
10.190.13.195

Refine your search by using the following advanced search options.

Criteria Usage
Questions with keyword1 or keyword2 keyword1 keyword2
Questions with a mandatory word, e.g. keyword2 keyword1 +keyword2
Questions excluding a word, e.g. keyword2 keyword1 -keyword2
Questions with keyword(s) and a specific tag keyword1 [tag1]
Questions with keyword(s) and either of two or more specific tags keyword1 [tag1] [tag2]
To search for all posts by a user or all posts with a specific tag, start typing and choose from the suggestion list. Do not use a plus or minus sign with a tag, e.g., +[tag1].
  • Ask a question

Unable to connect using ssh into Bluemix virtual machines for days

270000GC7P gravatar image
Question by Alek  (84) | Nov 12, 2015 at 05:30 PM ibmcloudvirtual machinessshvmipvms

Any idea why I am unable to connect using ssh into Bluemix virtual machines for days ?

Tried several VMs over few days

It seems the machines public IP addreeses are nto connected to VMs?

$ ssh -vvv -i ~/.ssh/id_rsa ibmcloud@129.41.135.88 OpenSSH_6.9p1, LibreSSL 2.1.7 debug1: Reading configuration data /Users/aslom/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 20: Applying options for debug1: /etc/ssh/ssh_config line 102: Applying options for debug2: ssh_connect: needpriv 0 debug1: Connecting to 129.41.135.88 [129.41.135.88] port 22. ^C

$ ping 129.41.135.95 PING 129.41.135.95 (129.41.135.95): 56 data bytes Request timeout for icmp_seq 0 Request timeout for icmp_seq 1 ^C

etc.

here are mocahines

ics5 Public IP: 129.41.135.88 Image: Ubuntu 14.04 Running

ics6 Public IP: 129.41.135.94 Image: Ubuntu 14.04 Running

ics7 Public IP: 129.41.135.95 Running

People who like this

  0   Show 3
Comment
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
270000GC7P gravatar image Alek (84)   Nov 13, 2015 at 01:29 PM 0
Share

Still the same results after more rebooting

$ date Fri Nov 13 10:32:46 EST 2015

$ ssh -vvv -i ~/.ssh/id_rsa ibmcloud@129.41.135.88 OpenSSH_6.9p1, LibreSSL 2.1.7 debug1: Reading configuration data /Users/aslom/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 20: Applying options for debug1: /etc/ssh/ssh_config line 102: Applying options for debug2: ssh_connect: needpriv 0 debug1: Connecting to 129.41.135.88 [129.41.135.88] port 22. debug1: connect to address 129.41.135.88 port 22: Operation timed out ssh: connect to host 129.41.135.88 port 22: Operation timed out

$ ssh -vvv -i ~/.ssh/id_rsa ibmcloud@129.41.135.94 OpenSSH_6.9p1, LibreSSL 2.1.7 debug1: Reading configuration data /Users/aslom/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 20: Applying options for debug1: /etc/ssh/ssh_config line 102: Applying options for debug2: ssh_connect: needpriv 0 debug1: Connecting to 129.41.135.94 [129.41.135.94] port 22. debug1: connect to address 129.41.135.94 port 22: Operation timed out ssh: connect to host 129.41.135.94 port 22: Operation timed out

$ ssh -vvv -i ~/.ssh/id_rsa ibmcloud@129.41.135.95 OpenSSH_6.9p1, LibreSSL 2.1.7 debug1: Reading configuration data /Users/aslom/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: /etc/ssh/ssh_config line 20: Applying options for debug1: /etc/ssh/ssh_config line 102: Applying options for debug2: ssh_connect: needpriv 0 debug1: Connecting to 129.41.135.95 [129.41.135.95] port 22. debug1: connect to address 129.41.135.95 port 22: Operation timed out ssh: connect to host 129.41.135.95 port 22: Operation timed out

270000GC7P gravatar image Alek (84)   Nov 17, 2015 at 09:50 AM 0
Share

Still no luck - maybe something with VM setup? Firewall when VM is created does not allow SSH?

I ran out of ideas ....

310000K77W gravatar image blueNode (1)   Nov 17, 2015 at 04:03 PM 0
Share

Alek, have you opened a Bluemix ticket about this?

https://developer.ibm.com/bluemix/support/#support

I do not get any response from your VMs and need a little more information.
If you could include your username and your org/space IDs in the ticket, that would help us.

Let me know if you already have one opened and it hasn't reached us, I'll hunt it down.

Thanks,

-Chris

1 reply

  • Sort: 
270000GC7P gravatar image
Accepted answer

Answer by Alek (84) | Nov 17, 2015 at 04:07 PM

Fixed by modifying Manage Security Group Rules: default Security Group Rules

Direction Ether Type IP Protocol Port Range Remote Actions

Ingress IPv4 TCP 22 (SSH) 0.0.0.0/0 (CIDR)

Comment

People who like this

  0   Show 1   Share
10 |3000 characters needed characters left characters exceeded
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
270000GC7P gravatar image Alek (84)   Nov 18, 2015 at 09:29 AM 0
Share

One more note: to find Horizon Dashboard link you need to start new VM and then look at the bottom of page and form there you can set security groups - that was very non-obvious to me ...

Follow this question

48 people are following this question.

Answers

Answers & comments

Related questions

My Bluemix VM (debian) is no more accessible using ssh. (Network not reachable). Please Help 3 Answers

My instance is no more accessible using ssh 2 Answers

Migrating VM between US-South and UK region 2 Answers

bluemix virtual machine (VM) beta: significant (72%) packet loss 1 Answer

I cannot connect to my VM 1 Answer

  • Contact
  • Privacy
  • IBM Developer Terms of use
  • Accessibility
  • Report Abuse
  • Cookie Preferences

Powered by AnswerHub

Authentication check. Please ignore.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • API Connect
  • Analytic Hybrid Cloud Core
  • Application Performance Management
  • Appsecdev
  • BPM
  • Blockchain
  • Business Transaction Intelligence
  • CAPI
  • CAPI SNAP
  • CICS
  • Cloud Analytics
  • Cloud Automation
  • Cloud Object Storage
  • Cloud marketplace
  • Collaboration
  • Content Services (ECM)
  • Continuous Testing
  • Courses
  • Customer Experience Analytics
  • DB2 LUW
  • Data and AI
  • DataPower
  • Decision Optimization
  • DevOps Build
  • DevOps Services
  • Developers IBM MX
  • Digital Commerce
  • Digital Experience
  • Finance
  • Global Entrepreneur Program
  • Hadoop
  • Hybrid Cloud Core
  • Hyper Protect
  • IBM Cloud platform
  • IBM Design
  • IBM Forms Experience Builder
  • IBM Maximo Developer
  • IBM StoredIQ
  • IBM StoredIQ-Cartridges
  • IIDR
  • ITOA
  • InformationServer
  • Integration Bus
  • Internet of Things
  • Kenexa
  • Linux on Power
  • LinuxONE
  • MDM
  • Mainframe
  • Messaging
  • Node.js
  • ODM
  • Open
  • PartnerWorld Developer Support
  • PowerAI
  • PowerVC
  • Predictive Analytics
  • Product Insights
  • PureData for Analytics
  • Push
  • QRadar App Development
  • Run Book Automation
  • Search Insights
  • Security Core
  • Storage
  • Storage Core
  • Streamsdev
  • Supply Chain Business Network
  • Supply Chain Insights
  • Swift
  • UBX Capture
  • Universal Behavior Exchange
  • UrbanCode
  • WASdev
  • WSRR
  • Watson
  • Watson Campaign Automation
  • Watson Content Hub
  • Watson Marketing Insights
  • dW Answers Help
  • dW Premium
  • developerWorks Sandbox
  • developerWorks Team
  • Watson Health
  • More
  • Tags
  • Questions
  • Users
  • Badges