small tweak for scripts, bump fsfw
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
parent
a0d09e7f23
commit
918cd7b237
2
fsfw
2
fsfw
@ -1 +1 @@
|
||||
Subproject commit d256ede8c1d8e7a746d3a56d45313d2b863e0b28
|
||||
Subproject commit 9de6c4b3aa20ee63c28051d486be8a12df147f22
|
@ -4,5 +4,4 @@ echo "Q7S UDP connection from local port 18000 -> TCP ssh tunnel -> EM port 7301
|
||||
|
||||
socat udp4-listen:18000,reuseaddr,fork tcp:localhost:18002 &
|
||||
ssh -L 18002:localhost:18123 eive@flatsat.eive.absatvirt.lw \
|
||||
'CONSOLE_PREFIX="[Q7S EM UDP Tunnel]" \
|
||||
/bin/bash && socat tcp4-listen:18123,reuseaddr udp:192.168.133.10:7301'
|
||||
'socat tcp4-listen:18123,reuseaddr udp:192.168.133.10:7301'
|
||||
|
@ -4,5 +4,4 @@ echo "Q7S UDP connection from local port 18000 -> TCP ssh tunnel -> FM port 7301
|
||||
|
||||
socat udp4-listen:18000,reuseaddr,fork tcp:localhost:18002 &
|
||||
ssh -L 18002:localhost:18123 eive@flatsat.eive.absatvirt.lw \
|
||||
'CONSOLE_PREFIX="[Q7S FM UDP Tunnel]" \
|
||||
/bin/bash && socat tcp4-listen:18123,reuseaddr udp:192.168.155.55:7301'
|
||||
'socat tcp4-listen:18123,reuseaddr udp:192.168.155.55:7301'
|
||||
|
Loading…
Reference in New Issue
Block a user