# Local Forwards
`-L <localport>:<remotehost>:<remoteport>`
Forwards connections to `<localport>` on the client machine to `<remotehost>:<remoteport>` reachable by the remote/server machine. Allows the *client* to connect to hosts via the *server*
# Remote Forwards
`-R <remoteport>:<localhost>:<localport>`
Forwards connections to `<remoteport>` on the server to `<localhost>:<localport>` relative to the client. Allows the *server* to connect to hosts via the *client*.
# SOCKS Proxy
`-R [bind_address:]port`
Uses SOCKS4 or SOCKS5 to forward traffic from the *server* to the *client*'s network.
`-D [bind_address:]port`
Uses SOCKS4 or SOCKS5 to forward traffic from the *client* to the *server*'s network.