updated TCP port
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
This commit is contained in:
parent
1d714ff85e
commit
03510e5de9
@ -262,7 +262,7 @@ This forwards UDP TMTC packets on port `1536` of localhost to the TMTC reception
|
||||
For TCP, you can use
|
||||
|
||||
```sh
|
||||
ssh -L 1537:192.168.133.10:7303 eive@2001:7c0:2018:1099:babe:0:e1fe:f1a5 -t /bin/bash
|
||||
ssh -L 1537:192.168.133.10:7301 eive@2001:7c0:2018:1099:babe:0:e1fe:f1a5 -t /bin/bash
|
||||
```
|
||||
|
||||
This forwards TCP TMTC packets on port `1537` of localhost to the TMTC reception port of the Q7S.
|
||||
|
@ -6,6 +6,6 @@ echo "-L 1537:192.168.133.10:7303 to TMTC commanding using TCP"
|
||||
|
||||
ssh -L 1534:192.168.133.10:1534 \
|
||||
-L 1535:192.168.133.10:22 \
|
||||
-L 1537:192.168.133.10:7303 \
|
||||
-L 1537:192.168.133.10:7301 \
|
||||
eive@2001:7c0:2018:1099:babe:0:e1fe:f1a5 \
|
||||
-t 'CONSOLE_PREFIX="[Q7S Tunnel]" /bin/bash'
|
||||
|
Loading…
Reference in New Issue
Block a user