Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > IP dns question

Reply
Thread Tools

IP dns question

 
 
GriffithsJ
Guest
Posts: n/a
 
      01-19-2004
I have a series of websites, let's call them "customer1.mydomain.co.uk" -->
"customer200.mydomain.co.uk".

Each URL is bound to an individual IP address which can be resolved using
nslookup.

So, for example
customer1.mydomain.co.uk = 100.200.300.1
customer200.mydomain.co.uk = 100.200.300.200

However, I can't fit all these 200 websites on the same server, so I have
bought 4 servers, serverA -> serverD.

I have arbitrarily put customer 1-50 on serverA, customer 51-100 on serverB
etc.

Having set all this up, I now find that customers 1-50 represent most of the
load, so I want to distribute the load a bit more evenly. You can imagine
the scenario.

As part of my Admin tools, I've created a display that does dynamic lookups
of the URLs and returns me the IP address from the DNS A record. However, I
want to have some way of finding out which machine this IP is actually bound
to. I'm constantly migrating dealers from one server to another and keeping
track of this manually is too great a headache. Does anyone know of a
method of saying "I've know the web site address by a) the URL and b) the IP
address, I now need to find out the name of the server on which it is
bound". Each server has a primary IP address that is "permanent" and not
associated with any customers' web site.

Any ideas?

Thanks

Griff


 
Reply With Quote
 
 
 
 
Roland Hall
Guest
Posts: n/a
 
      01-19-2004
"GriffithsJ" wrote:
<!--SNiP-->

You're probably going to catch hell for this post since you posted to
microsoft.public.windows.server.dns
microsoft.public.win2000.dns
microsoft.public.scripting.vbscript
microsoft.public.vb.general.discussion
microsoft.public.inetserver.asp.general
microsoft.public.inetserver.misc

Unless your web servers are running on W2K, this does not have anything to
do with:
microsoft.public.win2000.dns

These definitely do NOT have anything to do with DNS:

microsoft.public.scripting.vbscript
microsoft.public.vb.general.discussion
microsoft.public.inetserver.asp.general

This one really doesn't either but it is server related:
microsoft.public.inetserver.misc

That leaves us with this;
microsoft.public.windows.server.dns

It is also not really a DNS question since it is a philosophy or methodology
question related to host name naming practices. It should fall more into
the security arena because adding the server name to your URL is a security
issue. Your servers should be behind firewalls. Your internal DNS can have
anything it wants but external should only have public domain naming.

Please only follow up in m.p.window.server.dns


--
Roland

This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose.
-Technet Knowledge Base-
http://support.microsoft.com/default...&ln=EN-US&FR=0
-Technet Script Center-
http://www.microsoft.com/technet/tre...er/default.asp
-WSH 5.6 documentation download-
http://www.microsoft.com/downloads/d...displaylang=en
-MSDN Library-
http://msdn.microsoft.com/library/default.asp


 
Reply With Quote
 
 
 
 
GriffithsJ
Guest
Posts: n/a
 
      01-19-2004
Hi Roland

Apologies if I posted to groups that you don't think were appropriate.
However, to my mind they seemed the most appropriate ones for reaching the
groups of people who would most likely have been faced with a similar
problem.

Griff


 
Reply With Quote
 
VBCodr
Guest
Posts: n/a
 
      01-19-2004
then you need to learn how to use newsgroups.
first rule: don't bite the hands that could feed you.


"GriffithsJ" <> wrote in message
news:#...
> Hi Roland
>
> Apologies if I posted to groups that you don't think were appropriate.
> However, to my mind they seemed the most appropriate ones for reaching the
> groups of people who would most likely have been faced with a similar
> problem.
>
> Griff
>
>



 
Reply With Quote
 
Jonathan de Boyne Pollard
Guest
Posts: n/a
 
      01-19-2004
RH> Please only follow up in m.p.window.server.dns

<URL:http://homepages.tesco.net./~J.deBoynePollard/FGA/add-the-followup-to-header.html>
 
Reply With Quote
 
Jonathan de Boyne Pollard
Guest
Posts: n/a
 
      01-19-2004
G> However, I want to have some way of finding out which machine
G> this IP is actually bound to.

Create (in the DNS database) and publish appropriate address->name mappings
for all of your IP addresses. Then perform address->name DNS lookups.
 
Reply With Quote
 
GriffithsJ
Guest
Posts: n/a
 
      01-19-2004

"VBCodr" <> wrote in message
news:%...
> then you need to learn how to use newsgroups.
> first rule: don't bite the hands that could feed you.


Okay....

First, I'd like to re-iterate my apology.

Second, "VBCodr", I'd really appreciate it if you could teach me proper
"newsgroup etiquette" since the last thing I want to do would be to alienate
those very people whom I'm trying to get to help me. As mentioned
previously, I have a problem that I believe is most likely to affect web
developers and specifically involves DNS. My problem is that I need to
solve the problem using a web programming environment and therefore
(wrongly, as it turns out) thought that I should contact people in both the
web development and the dns fields of expertise. I've obviously got this
quite wrong so I would therefore be most grateful if you would explain how
to correctly choose the most appropriate newsgroups for such a question.

And finally...should anyone actually be able to provide an answer to my
question then that would be espescially great.

Many thanks

Griff



> >
> > Apologies if I posted to groups that you don't think were appropriate.
> > However, to my mind they seemed the most appropriate ones for reaching

the
> > groups of people who would most likely have been faced with a similar
> > problem.
> >
> > Griff
> >
> >

>
>



 
Reply With Quote
 
Bob Barrows
Guest
Posts: n/a
 
      01-19-2004
GriffithsJ wrote:
> "VBCodr" <> wrote in message
> news:%...
>> then you need to learn how to use newsgroups.
>> first rule: don't bite the hands that could feed you.

>
> Okay....
>
> First, I'd like to re-iterate my apology.
>


It was back-handed

> Second, "VBCodr", I'd really appreciate it if you could teach me
> proper "newsgroup etiquette"


PMFJI

It's pretty simple: pick one newsgroup that seems appropriate. Post your
question to it. If you guessed wrong, usually somebody will reply and
redirect you to the appropriate newsgroup.
Your intent should not be to force as many people as possible to read your
question: your intent should be to ask your question to the people who are
most likely to have the knowledge to answer the question.

I do congratulate you for cross-posting rather than multi-posting.

> And finally...should anyone actually be able to provide an answer to
> my question then that would be espescially great.
>


Sorry, I've been developing web applications for several years, but I've
never had to deal with DNS issues (a good clue that the newsgroup I read
this message in was not an appropriate group for this question). I usually
leave that stuff to the network people.

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
Larry Serflaten
Guest
Posts: n/a
 
      01-19-2004
(Followups To:microsoft.public.windows.server.dns)

"GriffithsJ" <> wrote
>
> First, I'd like to re-iterate my apology.
>
> Second, "VBCodr", I'd really appreciate it if you could teach me proper
> "newsgroup etiquette" since the last thing I want to do would be to alienate
> those very people whom I'm trying to get to help me.


Here is a start:

http://www.mvps.org/vb/index.html?rants/ignoreme.htm

LFS


 
Reply With Quote
 
Jonathan de Boyne Pollard
Guest
Posts: n/a
 
      01-19-2004
G> However, to my mind they seemed the most appropriate ones
G> for reaching the groups of people who would most likely
G> have been faced with a similar problem.

<URL:http://www.templetons.com./brad/emily.html>
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to configure win 2k3 DNS so it won't try to register it to dns roots? juska General Computer Support 1 11-12-2007 06:15 PM
PIX 501 relay client DNS requests out to an internet DNS server? nicough@gmail.com Cisco 1 11-18-2006 03:29 PM
DNS query to internal DNS server from static NAT host none Cisco 5 04-25-2006 03:11 AM
DNS query from outside to internal, public DNS server Lars Bonnesen Cisco 9 04-08-2006 11:16 AM
DNS question - reverse DNS getting cluttered Jose Padilla Computer Support 0 01-21-2004 10:29 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57