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.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Additional IPv4s
ServerBachelor
Member
in Help
Let’s suppose I have two IPv4s associated with the same VPS. If I point domain A’s A record to the first IP, and domain B’s A record to the second IP, would it be possible for a website viewer to see that the two sites are being hosted on the same VPS (such as with reverse IP lookup tools?)

Comments
No.
Generally speaking, no.
It may be possible to see the IP addresses are used by hosts at the same physical location or that the IP addresses are offered by the same provider. However, to see that both IPs are assigned to the same VPS is not possible.
That being said, it is possible that the software running on the VPS can give this information away, or at least that it might give away clues. But that's a matter of your competence and control.
Got it, thanks!
If your visitor is an advanced user, and if SSH is exposed to both IPv4 addresses, they can compare host keys and if they're equal it is safe to assume that both IPv4 addresses are served by the same server.
How can I disable SSH for one of the IPs?
From
man sshd_config:Specify specific address or restrict access to the 22/tcp using firewall (allow only one destination IP address).
Someone can try to access Domain 1 with the IP 2 and see if he receives an answer.