scud
Expert Member
I'm looking for a neat way to protect my development / staging servers from public access.
I work remotely, so they need to be online, as do my team
In a nutshell I want to lock down access to http / https "public" traffic. so that public can't hit the application login screens etc.
We use mostly linux - Apache / Nginx and MySQL
have tried .htaccess / .passwd but it won't work, as this causes conflicts
we could firewall whitelist our remote ip address's but it's a pain because these keep changing
have tried using obfuscation with different ports but thats not ideal
Was thinking about setting up a vpn server, and configuring to allow access through to the dev servers in the local network.
Just not sure if this is achievable.
All the servers are VM's and can be linked locally.
Anyone here know of a simple solution/approach, and one that is "open source"
many thanks
I work remotely, so they need to be online, as do my team
In a nutshell I want to lock down access to http / https "public" traffic. so that public can't hit the application login screens etc.
We use mostly linux - Apache / Nginx and MySQL
have tried .htaccess / .passwd but it won't work, as this causes conflicts
we could firewall whitelist our remote ip address's but it's a pain because these keep changing
have tried using obfuscation with different ports but thats not ideal
Was thinking about setting up a vpn server, and configuring to allow access through to the dev servers in the local network.
Just not sure if this is achievable.
All the servers are VM's and can be linked locally.
Anyone here know of a simple solution/approach, and one that is "open source"
many thanks