Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


can you buy (rent) a shared IP ?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

can you buy (rent) a shared IP ?

I wonder if it's possible to buy/rent a shared IP number?

I am aware that shared hosting usually comes with a shared IP, and that is fine. But I would like to put my domains on a VPS, and prefer to be in a pool of domains for privacy reasons. IP should not be black listed though, no spam, porn etc.

Comments

  • Use cloudflare it'll hide your origin IP

  • @PepeSilvia said:
    Use cloudflare it'll hide your origin IP

    Doh! Of course you are right. Questions feels a bit silly now as I use Cloudflare already.

  • PepeSilviaPepeSilvia Member
    edited January 2017

    Make sure you actually turn on cloudflare for it to hide the ip, for all the hostnames. Simply using their DNS services won't do.

  • Be careful of scripts that connect outbound or send mail that could reveal the origin IP.

  • Cloudflare aside, you could grab a shared hosting plan and reverse proxy using php curl to achieve a similar effect.

  • You know that a public IP can't be used on two servers at the same time? So there is no way you can use a shared IP from a shared server on your own VPS.
    But you can buy a NAT VPS that uses a shared IP.

  • Jonchun said: Cloudflare aside, you could grab a shared hosting plan and reverse proxy using php curl to achieve a similar effect.

    I don't want to see the CPU and latency overhead of that on a busy website...

  • williewillie Member
    edited January 2017

    lowendspirit.com - tiny vps's that share a single ipv4 address (you get some NAT ports and ipv6 addresses).

    They're not super reliable, e.g. if one person gets DOS'd then everyone is hosed, but they work most of the time and are ok for small non-critical sites.

    There's also the issue of anonymous domain name registration, which there's another thread about... :(

  • @William said:

    Jonchun said: Cloudflare aside, you could grab a shared hosting plan and reverse proxy using php curl to achieve a similar effect.

    I don't want to see the CPU and latency overhead of that on a busy website...

    Configured correctly, NGINX is a great choice

  • @doghouch said:

    @William said:

    Jonchun said: Cloudflare aside, you could grab a shared hosting plan and reverse proxy using php curl to achieve a similar effect.

    I don't want to see the CPU and latency overhead of that on a busy website...

    Configured correctly, NGINX is a great choice

    He's right. Its not for busy websites. However, it works fine for low traffic websites that just want to mask their IP.

  • doghouch said: Configured correctly, NGINX is a great choice

    Nginx, sure, which does not run on a webhosting plan.

Sign In or Register to comment.