Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O OpenStack-Cloud
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Christopher Hauser
  • OpenStack-Cloud
  • Wiki
  • ssh tunneling

ssh tunneling · Changes

Page history
ehx27 created page: switch setup authored Oct 08, 2014 by Christopher Hauser's avatar Christopher Hauser
Hide whitespace changes
Inline Side-by-side
ssh-tunneling.markdown
View page @ a39df7b9
...@@ -21,6 +21,20 @@ ssh -L9999:localhost:9999 omi@omistack -t \ ...@@ -21,6 +21,20 @@ ssh -L9999:localhost:9999 omi@omistack -t \
ssh -ND 9999 computenode01 ssh -ND 9999 computenode01
``` ```
Computenode01 has an x11 server, firefox and javaws installed in order to access the graphical remote ipmi console. X11-Forwarding must be done in two terminals.
First Terminal (creates tunnel)
```
ssh omi@omistack -L2200:computenode01:22
```
Second Terminal (access with x-forwarding)
```
ssh omi@localhost -XYC -p2200
firefox
# navigate to 10.1.0.x, execute java-webstart launcher with /usr/bin/javaws
```
## Task: access as sdncontrol node, to access OpenDaylight ## Task: access as sdncontrol node, to access OpenDaylight
``` ```
ssh -L9999:localhost:9999 omi@omistack -t \ ssh -L9999:localhost:9999 omi@omistack -t \
......
Clone repository
  • Add Computenode to Beta cluster
  • disk partitioning
  • eth if names
  • ganglia
  • Home
  • ipmitool
  • kickstart
  • networking
  • neutron external
  • nova migration
  • omi clusterlab addnode
  • omi clusterlab index
  • omi clusterlab nodes
  • opendaylight
  • openstack export image
View All Pages