Host website through VPN
Is it possible to host website through VPN by using windows and IIS? And if so how do I do that?
How do I deal with the problem that more then me might use the same IP of the VPN provider?
Edit: To explain a lite more what i’m trying to do, I have a server with windows installed on and I’m using IIS to host my websites on it but now i want to host one (only one not all of them) of the websites on this server throught a VPN to get an other public IP to this website.
Is it possible to host website through VPN by using windows and IIS?
Sure it is – a BVPN is nothing more than a “virtual” network connection, normal routing rules apply. YOu can route any subnet around like you wish.
How do I deal with the problem that more then me might use the same IP of the VPN provider?
You do not. THat is a TOTALLY diferent story – you ask “how can I host a website bhind NAT WIHTOUT (!) beng able to schange the configuzration of the NAT setup. VPN is not relevant here, the same would apply if you would be on the same office connected with Ethernet. ANswer: you can not, you need to be able to set up port forwaring OR have YOUR OWN IP.
THAT SAID: Most VPN Providers do NOT share your IP but give you one tha MAY dynamically change, and it is quite easy to work around it: Take a VPN provider that assigns you a STATIC IP that is ONLY used by you as long as the contract runs. It is not SO hard to use google to find one (don’t want to name any here).
Check more discussion of this question.
Related posts:
- If I VPN into a network on a VirtualBox guest, is the network traffic of the host also funneled to the VPN network?
- Should the public website be inside the VPN, with its associated private website?
- Access VirtualBox client (WinXP) from host (Linux) when client is connected to VPN
- Is it possible to detect if visitors coming to my website are using a VPN?
- Can you connect to Amazon VPC VPN from Windows 7 without a hardware VPN on your end?





