... | ... | @@ -21,6 +21,20 @@ ssh -L9999:localhost:9999 omi@omistack -t \ |
|
|
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
|
|
|
```
|
|
|
ssh -L9999:localhost:9999 omi@omistack -t \
|
... | ... | |