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?