Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a Webserver running Debian, Apache 2 and PHP. Every day the server searches 8-10 websites for price changes (a Croned PHP script do that). Now some of the websites have blocked my server's IP.

I have installed OpenVPN Client on my webserver, and it's connected thru a VPN (HideMyAss).

The problem is that every time i start OpenVPN on the webserver, the webserver is unreachable by it's normal IP. So that solution is a no go - what use is a unreachable webserver?

Is it possible to setup OpenVPN, so the webserver accepts ingoing traffic on port 80?

Or maybe it's possible to tell OpenVPN only to tunnel/route trafik to the IP's of the 8-10 websites which is spidered by my webserver?

Is there another solution to my problem?

share|improve this question
You'll have a higher chance of getting a response at serverfault.com – aam1r Nov 10 '12 at 23:20
I think i have solved it. On the webserver i created a VirtualBox with Debian, Apache and PHP. The VM connects to VPN, and gets the data from the websites, and sends it to the main webservers SQL. – Max Thomas Nov 11 '12 at 1:58

closed as off topic by ethrbunny, Linger, Hasturkun, dev-null-dweller, wtsang02 Feb 24 at 17:35

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.