PC Review


Reply
Thread Tools Rate Thread

Another Newbie Queston

 
 
Troy Moseley
Guest
Posts: n/a
 
      21st Dec 2006
Can a Nameserver and a Webserver reside on the same machine with the same IP
Address?


 
Reply With Quote
 
 
 
 
Kurt
Guest
Posts: n/a
 
      22nd Dec 2006
Troy Moseley wrote:
> Can a Nameserver and a Webserver reside on the same machine with the same IP
> Address?
>
>

Don't know why not. DNS uses port 53 and WWW is port 80.

....kurt
 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a
 
      22nd Dec 2006
In news:(E-Mail Removed),
Troy Moseley <(E-Mail Removed)> stated, which I commented on below:
> Can a Nameserver and a Webserver reside on the same machine with the
> same IP Address?


Sure.

What are your specific plans? Maybe we can help.


--
Ace
Innovative IT Concepts, Inc (IITCI)
Willow Grove, PA

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Directory Services
Microsoft Certified Trainer

Having difficulty reading or finding responses to your post?
Instead of the website you're using, I suggest to use OEx (Outlook Express
or any other newsreader), and configure a news account, pointing to
news.microsoft.com. This is a direct link to the Microsoft Public
Newsgroups. It is FREE and requires NO ISP's Usenet account. OEx allows you
to easily find, track threads, cross-post, sort by date, poster's name,
watched threads or subject.
It's easy:

How to Configure OEx for Internet News
http://support.microsoft.com/?id=171164

Infinite Diversities in Infinite Combinations
Assimilation Imminent. Resistance is Futile
"Very funny Scotty. Now, beam down my clothes."

The only constant in life is change...


 
Reply With Quote
 
Troy Moseley
Guest
Posts: n/a
 
      23rd Dec 2006
Well the plans are to move all my websites to my own server. I want to be
able to have full control of my sites even the name servers.

Here's the whole deal. My work has had it's own namesever for some time that
was only routing email for the company. I have put my server in to run
webservices and want to configure another nameserver so our company won't
have to rely on an outside company for it's secondary nameserver.

I think I've got my Win2K Server DNS up and running without any issues
, that I know anyway, at least it isn't throwing anymore errors, but how do
I get it to 'talk' to the other server, a Win2003 box, so they maintain the
same records?

Anyone got any good tutorials on this issue?

"Ace Fekay [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In news:(E-Mail Removed),
> Troy Moseley <(E-Mail Removed)> stated, which I commented on below:
>> Can a Nameserver and a Webserver reside on the same machine with the
>> same IP Address?

>
> Sure.
>
> What are your specific plans? Maybe we can help.
>
>
> --
> Ace
> Innovative IT Concepts, Inc (IITCI)
> Willow Grove, PA
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
> Microsoft MVP - Directory Services
> Microsoft Certified Trainer
>
> Having difficulty reading or finding responses to your post?
> Instead of the website you're using, I suggest to use OEx (Outlook Express
> or any other newsreader), and configure a news account, pointing to
> news.microsoft.com. This is a direct link to the Microsoft Public
> Newsgroups. It is FREE and requires NO ISP's Usenet account. OEx allows
> you to easily find, track threads, cross-post, sort by date, poster's
> name, watched threads or subject.
> It's easy:
>
> How to Configure OEx for Internet News
> http://support.microsoft.com/?id=171164
>
> Infinite Diversities in Infinite Combinations
> Assimilation Imminent. Resistance is Futile
> "Very funny Scotty. Now, beam down my clothes."
>
> The only constant in life is change...
>



 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a
 
      23rd Dec 2006
In news:(E-Mail Removed),
Troy Moseley <(E-Mail Removed)> stated, which I commented on
below:
> Well the plans are to move all my websites to my own server. I want
> to be able to have full control of my sites even the name servers.
>
> Here's the whole deal. My work has had it's own namesever for some
> time that was only routing email for the company. I have put my
> server in to run webservices and want to configure another nameserver
> so our company won't have to rely on an outside company for it's
> secondary nameserver.
> I think I've got my Win2K Server DNS up and running without any issues
> , that I know anyway, at least it isn't throwing anymore errors, but
> how do I get it to 'talk' to the other server, a Win2003 box, so they
> maintain the same records?
>
> Anyone got any good tutorials on this issue?


If you want your own webserver to be a public nameserver as well, it's not
too hard. Go to your public DNS and created an additional hostname server
(follow the instructions at your registrar), by giving it a name, such as
ns2.domain.com. Give it your WAN IP address. On your NAT device, port remap
TCP and UDP 53 to the private IP of the server. That is how others on the
internet will be aware of your server.

I believe you can create, depending on the registrar, your server as a
secondary of your primary zone on the registrar's. But you will have to ask
them if they will do that. If not, you'll need maintain the records
manually.

And yes, your webserver can be a public nameserver as well.

Ace


 
Reply With Quote
 
Troy Moseley
Guest
Posts: n/a
 
      23rd Dec 2006
Thanks Ace,

Here's another question for you, and the group. If I have 2 WAN IP addresses
available can I put both host in my DNS so my machine will be both
nameservers? ie

mydomain.com.dns enteries

ns1 Host xx.xx.xx.x0
ns2 Host xx.xx.xx.x1
www Host xx.xx.xx.x0

Then register both with my registar as nameservers? Of course I'd have to
have 2 local IP addresses and map these accordingly in our NAT security
device. Will this work? And will this add a great deal of traffic on my
server? I plan to run about 10 sites altogether.

Thanks for the help...



"Ace Fekay [MVP]" <(E-Mail Removed)> wrote in message
news:%233$(E-Mail Removed)...
> In news:(E-Mail Removed),
> Troy Moseley <(E-Mail Removed)> stated, which I commented on
> below:
>> Well the plans are to move all my websites to my own server. I want
>> to be able to have full control of my sites even the name servers.
>>
>> Here's the whole deal. My work has had it's own namesever for some
>> time that was only routing email for the company. I have put my
>> server in to run webservices and want to configure another nameserver
>> so our company won't have to rely on an outside company for it's
>> secondary nameserver.
>> I think I've got my Win2K Server DNS up and running without any issues
>> , that I know anyway, at least it isn't throwing anymore errors, but
>> how do I get it to 'talk' to the other server, a Win2003 box, so they
>> maintain the same records?
>>
>> Anyone got any good tutorials on this issue?

>
> If you want your own webserver to be a public nameserver as well, it's not
> too hard. Go to your public DNS and created an additional hostname server
> (follow the instructions at your registrar), by giving it a name, such as
> ns2.domain.com. Give it your WAN IP address. On your NAT device, port
> remap TCP and UDP 53 to the private IP of the server. That is how others
> on the internet will be aware of your server.
>
> I believe you can create, depending on the registrar, your server as a
> secondary of your primary zone on the registrar's. But you will have to
> ask them if they will do that. If not, you'll need maintain the records
> manually.
>
> And yes, your webserver can be a public nameserver as well.
>
> Ace
>



 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a
 
      23rd Dec 2006
In news:(E-Mail Removed),
Troy Moseley <(E-Mail Removed)> stated, which I commented on below:
> Thanks Ace,
>
> Here's another question for you, and the group. If I have 2 WAN IP
> addresses available can I put both host in my DNS so my machine will
> be both nameservers? ie
>
> mydomain.com.dns enteries
>
> ns1 Host xx.xx.xx.x0
> ns2 Host xx.xx.xx.x1
> www Host xx.xx.xx.x0
>
> Then register both with my registar as nameservers? Of course I'd
> have to have 2 local IP addresses and map these accordingly in our
> NAT security device. Will this work? And will this add a great deal
> of traffic on my server? I plan to run about 10 sites altogether.
>
> Thanks for the help...



As long as the device can do it (PIX, NetScreen, etc, can handle that).
That's called tricking the registrar, but yes you can do it. But it defeats
the purpose of having a backup nameserver.

Ace


 
Reply With Quote
 
Troy Moseley
Guest
Posts: n/a
 
      24th Dec 2006
Yea I know it defeats the purpose on a secondary nameserver but if you think
about it if my server fails then so does the websites so being able to route
to them would be a moot point. Fortunately we do have a Cisco PIX, now I'll
just have to talk my boss out of another WAN IP Address... I'll have to have
another one anyway if we want to run secure pages on both our main websites.

Thanks again, I think I've got it... I hope..

"Ace Fekay [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> In news:(E-Mail Removed),
> Troy Moseley <(E-Mail Removed)> stated, which I commented on below:
>> Thanks Ace,
>>
>> Here's another question for you, and the group. If I have 2 WAN IP
>> addresses available can I put both host in my DNS so my machine will
>> be both nameservers? ie
>>
>> mydomain.com.dns enteries
>>
>> ns1 Host xx.xx.xx.x0
>> ns2 Host xx.xx.xx.x1
>> www Host xx.xx.xx.x0
>>
>> Then register both with my registar as nameservers? Of course I'd
>> have to have 2 local IP addresses and map these accordingly in our
>> NAT security device. Will this work? And will this add a great deal
>> of traffic on my server? I plan to run about 10 sites altogether.
>>
>> Thanks for the help...

>
>
> As long as the device can do it (PIX, NetScreen, etc, can handle that).
> That's called tricking the registrar, but yes you can do it. But it
> defeats the purpose of having a backup nameserver.
>
> Ace
>



 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a
 
      25th Dec 2006
In news:(E-Mail Removed),
Troy Moseley <(E-Mail Removed)> stated, which I commented on below:
> Yea I know it defeats the purpose on a secondary nameserver but if
> you think about it if my server fails then so does the websites so
> being able to route to them would be a moot point. Fortunately we do
> have a Cisco PIX, now I'll just have to talk my boss out of another
> WAN IP Address... I'll have to have another one anyway if we want to
> run secure pages on both our main websites.
> Thanks again, I think I've got it... I hope..


You are welcome. Good luck with everything and Happy Holidays!

Now for me, back to wrapping gifts...

Ace


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
QUESTON DOKHTARAKEIRANI Microsoft Word Document Management 1 24th Nov 2008 03:21 PM
xml queston Analizer1 Microsoft C# .NET 3 10th Nov 2007 10:43 PM
cmd file inside my Setup solution (newbie queston) JH Microsoft VC .NET 1 26th Nov 2003 02:58 PM
newbie queston on formatting console output Jack Fu Microsoft C# .NET 2 20th Jul 2003 03:07 PM
queston about the digi doc 5 Tuk Modding 3 24th Oct 2002 10:55 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:23 AM.