diff --git a/README.md b/README.md index a5947a93..2e2c8b96 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/scripts/q7s-port-tcp.sh b/scripts/q7s-port-tcp.sh index 9d370670..4d0aef4a 100755 --- a/scripts/q7s-port-tcp.sh +++ b/scripts/q7s-port-tcp.sh @@ -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'