Hiding Dedi Server IP through cloudflare

Status
This thread has been locked.

tom555444

Feedback score
0
Posts
47
Reactions
7
Resources
0
Hey everyone,

I want to completely hide the server IP through the domain so nobody can find the server's ip. I have the domain pointing to cloud flare and using an SRV record to point to the server. Does anyone have any recommendations on how completely hide the dedi server ip? Running Centos 7 btw.

Thanks in advance.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

UElitez

Clovux - Hosting Provider
Ultimate
Feedback score
0
Posts
132
Reactions
21
Resources
0
You can use an SRV record to prevent people finding the IP by running a ping on your domain, but this can still be resolved using nslookup.
Ultimately it isn't possible to completely hide it, as the client needs to be able to know what IP to connect to after resolving the DNS record for your domain.

Is there a specific reason you want the IP hidden?
 

tom555444

Feedback score
0
Posts
47
Reactions
7
Resources
0
You can use an SRV record to prevent people finding the IP by running a ping on your domain, but this can still be resolved using nslookup.
Ultimately it isn't possible to completely hide it, as the client needs to be able to know what IP to connect to after resolving the DNS record for your domain.

Is there a specific reason you want the IP hidden?

I want to reduce the thread of DOS attacks and hacks.
 

Guru Websites

A Specialist in Gaming Website Development
Supreme
Feedback score
18
Posts
225
Reactions
93
Resources
0

UElitez

Clovux - Hosting Provider
Ultimate
Feedback score
0
Posts
132
Reactions
21
Resources
0
I want to reduce the thread of DOS attacks and hacks.
The best solution here would be moving to a host that has DDoS protection.
You could set up a GRE tunnel between a DDoS protected VPS and your server, but that will just add additional latency.

Surely if you're using cloudflare, DOS isn't a problem?
CloudFlare only proxies http/https traffic, unfortunately it can't protect game servers.
 

Fire

Always DM me here before dealing via Discord.
Supreme
Feedback score
74
Posts
3,045
Reactions
1,745
Resources
0
Only way would be to use some kind of proxy / tunnel. (GRE tunnel is the more popular way).

The proxy kind of acts like a middle man. (Client -> Proxy -> Server) that way the Client only sees the Proxy IP and not the servers IP, keeping it safe. In the event of a DDoS attack, its the Proxy that gets hit and not the server. This is often used when a server has little or no DDoS protection.

Could be setup fairly cheap with a VPS, but a service like proxypipe would be better. One thing to note though, using a proxy does increase latency (PING) in most cases. The further away the proxy is from the server, the higher the latency usually is.
 

Latouth

Troubled on Linux? Ask me!
Supreme
Feedback score
18
Posts
1,213
Reactions
504
Resources
0

Guru Websites

A Specialist in Gaming Website Development
Supreme
Feedback score
18
Posts
225
Reactions
93
Resources
0

Latouth

Troubled on Linux? Ask me!
Supreme
Feedback score
18
Posts
1,213
Reactions
504
Resources
0

Guru Websites

A Specialist in Gaming Website Development
Supreme
Feedback score
18
Posts
225
Reactions
93
Resources
0

Latouth

Troubled on Linux? Ask me!
Supreme
Feedback score
18
Posts
1,213
Reactions
504
Resources
0

Guru Websites

A Specialist in Gaming Website Development
Supreme
Feedback score
18
Posts
225
Reactions
93
Resources
0
:D

So ye, i don't think it would work for OP.
As mc won't get through CF protection.
I never understand why people want them on the same server,but that's me
 

Latouth

Troubled on Linux? Ask me!
Supreme
Feedback score
18
Posts
1,213
Reactions
504
Resources
0
I never understand why people want them on the same server,but that's me
Idk, they could get like example.com go to both website + mc server
That's the only "real use" for it.
 

Guru Websites

A Specialist in Gaming Website Development
Supreme
Feedback score
18
Posts
225
Reactions
93
Resources
0
Idk, they could get like example.com go to both website + mc server
That's the only "real use" for it.
That's the only use I'm aware of. Even then it's still possible on separate servers, just by listening on different ports.
 

Latouth

Troubled on Linux? Ask me!
Supreme
Feedback score
18
Posts
1,213
Reactions
504
Resources
0
That's the only use I'm aware of. Even then it's still possible on separate servers, just by listening on different ports.
I mean yes it's possible.. Just more complicated.
 
Status
This thread has been locked.
Top