N
N
nezzard2014-12-20 17:23:32
Computer networks
nezzard, 2014-12-20 17:23:32

How to use ip vds?

Good afternoon, please tell me, is it possible, for example, to raise an FTP server on my PC, but for users to connect to it via vds ip, since I have a gray ip

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Armenian Radio, 2014-12-20
@gbg

Can. Wrap the necessary ports on your home PC via an SSH or VPN tunnel and everything will work.
Wrap one port for ssh (run on VDS):
ssh -N -L *:21:127.0.0.1:21 homeip
Reverse option (from home):
ssh -R -L *:21:127.0.0.1:21 vdsip will forward
the port 21 to the homeip machine. Only ftp will still not work through such a crutch, it still needs to forward data transfer ports:
first configure the server to use a limited range, and then forward them in the same way.

V
Vladislav, 2014-12-20
@click0

OpenVPN + NAT on a virtual machine, if the kernel supports it.
+ add portforwarding to forward services to your PC.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question