... | @@ -3,6 +3,7 @@ Task: logint to computenode over controlnode |
... | @@ -3,6 +3,7 @@ Task: logint to computenode over controlnode |
|
ssh -A -t omi@omistack ssh -A -t computenode01
|
|
ssh -A -t omi@omistack ssh -A -t computenode01
|
|
|
|
|
|
# SSH Proxy
|
|
# SSH Proxy
|
|
|
|
```
|
|
The proxy located at your local machine tunnels the traffic to different machines.
|
|
The proxy located at your local machine tunnels the traffic to different machines.
|
|
You can access e.g. using a web browser the network as this machine/end point.
|
|
You can access e.g. using a web browser the network as this machine/end point.
|
|
|
|
|
... | @@ -16,3 +17,4 @@ ssh -ND 9999 computenode01 |
... | @@ -16,3 +17,4 @@ ssh -ND 9999 computenode01 |
|
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 \
|
|
ssh -ND 9999 sdncontrol
|
|
ssh -ND 9999 sdncontrol
|
|
|
|
``` |