Hide Real IP port:80

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
SnuggleToes
OpenVpn Newbie
Posts: 1
Joined: Tue Nov 22, 2011 10:04 am

Hide Real IP port:80

Post by SnuggleToes » Tue Nov 22, 2011 10:11 am

Hi thanks for a great forum,

Now to my question...

I have installed OpenVPN on my webserver. It runs on Xampp and windows 7
in httpd.conf i have put in the VPN IP (OpenVpn) xxx.xxx.xxx.xxx:80 and the server runs perfect.

But i can login to the site with the computers (real ip) from outside.
For example if someone knows this IP from before they can use it to locate server.
So my question is how can i hide this IP så you only can connect to the server from the VPN IP (OpenVpn).

Is there any possibility to fix this?

Greatful for some help in this.

Best regards

/ SnuggleToes

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: Hide Real IP port:80

Post by janjust » Tue Nov 22, 2011 9:48 pm

if the webserver runs only on the VPN IP port 80 then it is accessible only on that port.
You can check this using

Code: Select all

netstat -an | grep :80
this sounds more like an apache config issue then an OpenVPN issue.

User avatar
Mimiko
Forum Team
Posts: 1564
Joined: Wed Sep 22, 2010 3:18 am

Re: Hide Real IP port:80

Post by Mimiko » Wed Nov 23, 2011 7:06 am

Or you can use firewall to block access to web server thru real IP.

Post Reply