LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-25-2008, 06:57 PM   #1
mlewis
Member
 
Registered: Mar 2006
Posts: 187

Rep: Reputation: 16
Keeping shared domains private


Is there some way of keeping shared domains on a virtual server private?

In other words, in DNS records, the same IP shows up for domains which are using a shared host so a remote user can very easily find out what someone is hosting.

How can these records be protected so that it is not that easy to find out?

Thanks.
 
Old 10-27-2008, 09:06 AM   #2
estabroo
Senior Member
 
Registered: Jun 2008
Distribution: debian, ubuntu, sidux
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
They need to be public otherwise people couldn't get to the hosted websites.
 
Old 10-27-2008, 09:47 AM   #3
mlewis
Member
 
Registered: Mar 2006
Posts: 187

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by estabroo View Post
They need to be public otherwise people couldn't get to the hosted websites.
Yes, I know that, my question is about privacy and shared IPs .

While being public, owners want a certain amount of privacy for various reasons but using dns tools, it's easy to look up which hosts are being hosted on a network based on shared IP's.

My question is, how could this be prevented from showing up so easily. I am sure I read a few accounts of this by others wanting to do the same.
 
Old 10-27-2008, 02:03 PM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Once you get the hang of how the IP protocol and higher lever ones like DNS work you'll see the answer remains the same: no.

On a completely different level, and in this case of website owners, I'd almost say that what's mistaken for "privacy" is a *bad* thing: if there's no publicly accessable owner WHOIS info, or if it is done by proxy, what compelling reasons are left for me or any website visitor to trust any services, products or ecommerce from that domain?...
 
Old 10-27-2008, 02:21 PM   #5
mlewis
Member
 
Registered: Mar 2006
Posts: 187

Original Poster
Rep: Reputation: 16
>Once you get the hang of how the IP protocol and higher >lever ones like DNS work you'll see the answer remains the >same: no.

<cough>

Anyhow...

>On a completely different level, and in this case of >website owners, I'd almost say that what's mistaken for >"privacy" is a *bad* thing: if there's no publicly >accessable owner WHOIS info, or if it is done by proxy, >what compelling reasons are left for me or any website >visitor to trust any services, products or ecommerce from >that domain?

Let's try this yet again. While understanding that sites obviously need to be public in order to be accessed, what creative methods are there, other than individual IPs for each site, to prevent someone from seeing all of the sites on a shared virtual hosting server.

I'm pretty sure I've come across articles that talked about this and methods by which it could be done. The idea being that if a customer owns a virtual server and doesn't want all of the sites on that server easily listed, is there some way of preventing this.

I already know that the answer is no in terms of using traditional methods but also know that I've found an awful lot of solutions to bigger problems over the years by digging deeper than the obvious answers.

Last edited by mlewis; 10-27-2008 at 02:24 PM.
 
Old 10-27-2008, 02:42 PM   #6
estabroo
Senior Member
 
Registered: Jun 2008
Distribution: debian, ubuntu, sidux
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Well you could do something bizarre like have a bunch of squid servers out there with different ips, their ips would be used for the various domains and they'd contact the virtual server at the real ip. This would let you group certain domains together and separate others, has the advantage of different ips without having to have a separate ip for each domain.
 
Old 10-27-2008, 02:56 PM   #7
Autocross.US
LQ Newbie
 
Registered: Aug 2006
Location: Chesapeake, VA
Distribution: Solaris, HP-UX, RedHat, Fedora
Posts: 15

Rep: Reputation: 0
Quote:
Originally Posted by mlewis View Post
In other words, in DNS records, the same IP shows up for domains which are using a shared host so a remote user can very easily find out what someone is hosting.
Out of curiosity, how would you go about listing all the domains for shared host if you had the IP address? I'm not aware of any nslookup, dig, or host command options for this. Thanks,

Answered my own question: webhosting.info has a power DNS tool

Last edited by Autocross.US; 10-27-2008 at 03:20 PM. Reason: found the answer
 
Old 10-27-2008, 02:59 PM   #8
mlewis
Member
 
Registered: Mar 2006
Posts: 187

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by estabroo View Post
Well you could do something bizarre like have a bunch of squid servers out there with different ips, their ips would be used for the various domains and they'd contact the virtual server at the real ip. This would let you group certain domains together and separate others, has the advantage of different ips without having to have a separate ip for each domain.
Ah, Thanks for the input! The post is pretty much about curiosity, how such a thing could be achieved, if possible, in some simple ways.
I wondered if it might be an industry method perhaps, something which is done regularly but perhaps not well known.

I've come across so many cool ways of doing things by asking around for ideas. I've been asked this before but didn't really have much of an answer.

True, using proxy server/s would accomplish that to some extent but it always comes back to DNS records right. The point is not to get into deep privacy, having to hide records or anything like that but just something which simply makes it a bit harder to know what's being hosted on any one server but any one ISP.
I recall when I had my ISP business, being scanned all the time by competitors who wanted to find out what we were hosting so they could try to go after our customers with lower prices .

Mike
 
Old 10-27-2008, 03:10 PM   #9
estabroo
Senior Member
 
Registered: Jun 2008
Distribution: debian, ubuntu, sidux
Posts: 1,126
Blog Entries: 2

Rep: Reputation: 124Reputation: 124
Mike, that's when you get a fairly cheaply priced unlimited server package from a competitor and host the squid server on it, so when the ips get scanned it looks like they are hosting the website.
 
Old 10-27-2008, 03:12 PM   #10
mlewis
Member
 
Registered: Mar 2006
Posts: 187

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by estabroo View Post
Mike, that's when you get a fairly cheaply priced unlimited server package from a competitor and host the squid server on it, so when the ips get scanned it looks like they are hosting the website.
We blocked scanning early on but of course nothing could stop folks from looking up DNS records. I just wondered if there were new tricks these days to that sort of issue since it comes up now and then.

Mike
 
Old 10-27-2008, 05:31 PM   #11
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Since this clearly isn't a Linux Security issue the thread will be moved to Linux General.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gxine: error while loading shared libraries: libmozjs.so: cannot open shared object.. khronosschoty Slackware 10 11-10-2008 07:33 PM
Sub Domains & Multiple Domains (Apache) lugos Linux - Server 1 09-01-2006 10:22 PM
Making private folders on a shared drive pixellany Linux - General 3 06-10-2006 04:30 PM
LXer: Keep your private documents private LXer Syndicated Linux News 0 06-07-2006 03:21 AM
Making static symbols private/local in shared libraries skoona Programming 1 02-18-2005 03:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration