From b66dcc0a8685b55f37a0b6b7697ac5e7f2e87c9b Mon Sep 17 00:00:00 2001 From: Cleanroom Laptop L15 Date: Wed, 1 Jun 2022 18:46:53 +0200 Subject: [PATCH] local port forward script --- scripts/q7s-port-local.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 scripts/q7s-port-local.sh diff --git a/scripts/q7s-port-local.sh b/scripts/q7s-port-local.sh new file mode 100644 index 00000000..2f0fc678 --- /dev/null +++ b/scripts/q7s-port-local.sh @@ -0,0 +1,8 @@ +#!/bin/bash +echo "Setting up all Q7S ports" +echo "-L 1534:192.168.155.55:1534 for connection to the TCF agent on the FM" +echo "-L 1536:192.168.155.55:7301 for TMTC commanding using the TCP/IP IF on the FM" + + +ssh -L 1534:192.168.155.55:1534 root@192.168.155.55 +ssh -L 1536:192.168.155.55:7301 root@192.168.155.55 \ No newline at end of file