Listen to this guide by gigafide: https://www.youtube.com/watch?v=AtuAdk4MwWw
ssh -L 2100:nas.alex4386:21 intranet.alex4386.us
What this command do?
this will connect intranet.alex4386.us in ssh,
ssh will forward nas.alex4386's port 21 (from intranet.alex4386.us's network) to your localhost port 2100.
ssh -D 9090 intranet.alex4386.us
Opens SOCKS5 Proxy at localhost:9090
ssh -R 2200:localhost:22 public.alex4386.us
This will tunnel localhost:22 to public.alex4386.us:2200.