... | @@ -36,7 +36,10 @@ firefox |
... | @@ -36,7 +36,10 @@ firefox |
|
```
|
|
```
|
|
|
|
|
|
## Task: access as sdncontrol node, to access OpenDaylight
|
|
## Task: access as sdncontrol node, to access OpenDaylight
|
|
|
|
1. Create SOCKS5 Proxy Tunnel
|
|
```
|
|
```
|
|
ssh -L9999:localhost:9999 omi@omistack -t \
|
|
ssh -L9999:localhost:9999 omi@omistack -t \
|
|
ssh -ND 9999 sdncontrol
|
|
ssh -ND 9999 sdncontrol
|
|
```
|
|
```
|
|
|
|
2. Open Firefox and enter local SOCKS 5 proxy (localhost 9999)
|
|
|
|
3. Go to http://10.1.1.13:8080/ and enter admin:admin |
|
|
|
\ No newline at end of file |