How to create vpn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to create vpn

hi guys.my question is "how to create a vpn with the c# winform for client and CPanel Shared Hosting for Server?" if its not possible please tell me whats needed for this.thanks!

1st Apr 2017, 10:38 AM
Sina
Sina - avatar
7 Answers
+ 1
I think it is impossible to change the IP of your computer, except if you ask the enterprise who made the computer, but you can change the IP of your WIFI router if you contact you internet provider (for example BT group). To change the bandwidth of your computer, you have to change the capacity of some of the compôents in your computer.
1st Apr 2017, 2:58 PM
MisterMM23
+ 2
but i want to create a customized client with a cpanel hosting for server.is this possible?
1st Apr 2017, 10:44 AM
Sina
Sina - avatar
+ 2
ok thank u for your answer. i have a cpanel shared hosting and i have full access to that.i want to know how to create a connection to this hosting to change the computer IP to the Server IP "vpn connection" ?
1st Apr 2017, 11:33 AM
Sina
Sina - avatar
+ 2
for example : my computer ip is "186.96.24.88" and the server ip "shared hosting" is "99.99.99.99".i want to change computer ip to "99.99.99.99" and use the server bandwidth in my computer."a vpn connection".is there any way to do this?
1st Apr 2017, 11:47 AM
Sina
Sina - avatar
+ 1
It costs money to change IPs. Maybe there is a possibilty of agreement with cPanel to chamge these IPs
1st Apr 2017, 11:42 AM
MisterMM23
0
You can simply create a server where you can put all the data you want to. There are loads of VPNs and servers out there in the internet.
1st Apr 2017, 10:41 AM
MisterMM23
0
I don't really know what you mean but maube this answer will be helpful: When you create a cPanel host, usually it should send you an e-mail where the username and password is given. Then, open the terminal of your computer. I don't know how it works with window but if you type in (for mac or for linux): ssh username@ip-adress and then the password, you will have access to all the data of your host, an you will be able to customize it how you want. To upload files via terminal, type in: cp pathofyourcomputer username@ip-adress/pathofyourhost
1st Apr 2017, 11:27 AM
MisterMM23