1. intro
seqnr
portnr
sample
2. ssh client
ssh -f -N -T -R 10321:localhost:10321 d01cid.ddns.net
-R reverse the ssh tunnel from the localport 22 to the forwarded port 21400
-f tells ssh to background itself after it authenticates, so you don't have to
sit around running something on the remote server for the tunnel to remain alive.
-N says that you want an SSH connection, but you don't actually want to run
any remote commands.
-T disables pseudo-tty allocation, which is appropriate because
you're not trying to create an interactive shell.
-o ServerAliveInterval="180"
-o ServerAliveCountMax="3"
3. rtunnel
/etc/3proxy.cfg
![]() |
if nothing found in config file, following convention will be used: |
![]() |
sample 51292 |