eive-obsw/scripts/q7s-port.sh

20 lines
879 B
Bash
Raw Normal View History

2021-07-26 00:45:52 +02:00
#!/bin/bash
echo "Setting up all Q7S ports"
2022-03-11 15:19:18 +01:00
echo "-L 1534:192.168.155.55:1534 for connection to the TCF agent on the FM"
echo "-L 1535:192.168.155.55:22 for file transfers to the FM"
echo "-L 1536:192.168.155.55:7301 for TMTC commanding using the TCP/IP IF on the FM"
2021-10-11 10:47:52 +02:00
echo "-L 1537:127.0.0.1:7100 for TMTC commanding using the CCSDS IF"
2022-03-13 16:31:30 +01:00
echo "-L 1538:192.168.133.10:1534 for connection to the TCF agent on the EM"
2022-03-11 15:19:18 +01:00
echo "-L 1539:192.168.133.10:22 for file transfers to the EM"
echo "-L 1540:192.168.133.10:7301 for TMTC commanding using the TCP/IP IF on the EM"
2021-07-26 00:45:52 +02:00
2022-03-11 15:19:18 +01:00
ssh -L 1534:192.168.155.55:1534 \
-L 1535:192.168.155.55:22 \
-L 1536:192.168.155.55:7301 \
2021-10-08 11:40:46 +02:00
-L 1537:127.0.0.1:7100 \
2022-03-13 16:31:30 +01:00
-L 1538:192.168.133.10:1534 \
2022-03-11 15:19:18 +01:00
-L 1539:192.168.133.10:22 \
-L 1540:192.168.133.10:7301 \
2021-07-26 00:45:52 +02:00
eive@2001:7c0:2018:1099:babe:0:e1fe:f1a5 \
2021-07-26 10:15:44 +02:00
-t 'CONSOLE_PREFIX="[Q7S Tunnel]" /bin/bash'