PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Noms de domaine > ms.public.win.server.dns > DNS entry for a service running on a server
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
DNS entry for a service running on a server

Réponse
 
LinkBack Outils de la discussion
Vieux 27/08/2007, 16h48   #1
Eric32
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut DNS entry for a service running on a server

We have an application that monitors the temperature of our server room.
This app runs on one of our servers and we can manage it through a website.
The default site is http://10.10.30.130:1024/Master.html. Is there a way to
create a DNS record to point to this address. I was just going to call it
something like temperature.domainname.com but when I look at Host and CName
records it doesn't look like you can do it.
  Réponse avec citation
Vieux 27/08/2007, 18h18   #2
Luka Manojlovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS entry for a service running on a server

It it running on IIS server or some third party software?

If it is running IIS you just need to add header let say
temperature.domain.local or temperature.domain.com and then add a record to
your DNS server for zone domain.local or domain.com I suggest to use HOST -
A record.

But you will probably be forced to access it by:
http://temperature.domain.local:1024/Master.html

If you use IIS you can do another website (just redirection) and then
redirect header temperature.domain.local or temperature.domain.com to
http://10.10.30.130:1024/Master.html you can do this... First answer what
kind of web server do you run for displaying this thing...

Luka

"Eric32" <Eric32@discussions.microsoft.com> wrote in message
news:0869E457-CB3B-47D0-B639-40A92FA7CF59@microsoft.com...
> We have an application that monitors the temperature of our server room.
> This app runs on one of our servers and we can manage it through a
> website.
> The default site is http://10.10.30.130:1024/Master.html. Is there a way
> to
> create a DNS record to point to this address. I was just going to call it
> something like temperature.domainname.com but when I look at Host and
> CName
> records it doesn't look like you can do it.



  Réponse avec citation
Vieux 27/08/2007, 18h30   #3
Eric32
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS entry for a service running on a server

Thanks for the reply Luka. I should have mentioned that I checked IIS but
wasn't able to get very far. It looks like there's a built-in web server
that the app uses instead.

"Luka Manojlovic" wrote:

> It it running on IIS server or some third party software?
>
> If it is running IIS you just need to add header let say
> temperature.domain.local or temperature.domain.com and then add a record to
> your DNS server for zone domain.local or domain.com I suggest to use HOST -
> A record.
>
> But you will probably be forced to access it by:
> http://temperature.domain.local:1024/Master.html
>
> If you use IIS you can do another website (just redirection) and then
> redirect header temperature.domain.local or temperature.domain.com to
> http://10.10.30.130:1024/Master.html you can do this... First answer what
> kind of web server do you run for displaying this thing...
>
> Luka
>
> "Eric32" <Eric32@discussions.microsoft.com> wrote in message
> news:0869E457-CB3B-47D0-B639-40A92FA7CF59@microsoft.com...
> > We have an application that monitors the temperature of our server room.
> > This app runs on one of our servers and we can manage it through a
> > website.
> > The default site is http://10.10.30.130:1024/Master.html. Is there a way
> > to
> > create a DNS record to point to this address. I was just going to call it
> > something like temperature.domainname.com but when I look at Host and
> > CName
> > records it doesn't look like you can do it.

>
>
>

  Réponse avec citation
Vieux 27/08/2007, 20h15   #4
Luka Manojlovic
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS entry for a service running on a server

There is no problem as it is not using port 80 but 1024.
If you have the option to install IIS on your server or workstation do so.
After IIS installed create a temp folder in your IIS root folder let say
folder named "redirection".

Then create a new web site name it for example temperature.domain.local or
temperature.domain.com and after you do that you check the Home Directory
snap and there you configure A redirection to a URL and set redirect to:
http://10.10.30.130:1024/Master.html
And check the: The exact URL entered above and A permarent redirection for
this resource.

In your local DNS create a host - A record called temperature.domain.local
or temperature.com afterthat it should work!

Tell us about your results!
Luka

"Eric32" <Eric32@discussions.microsoft.com> wrote in message
news60CB170-776E-4E27-BA06-B004BF770B60@microsoft.com...
> Thanks for the reply Luka. I should have mentioned that I checked IIS but
> wasn't able to get very far. It looks like there's a built-in web server
> that the app uses instead.
>
> "Luka Manojlovic" wrote:
>
>> It it running on IIS server or some third party software?
>>
>> If it is running IIS you just need to add header let say
>> temperature.domain.local or temperature.domain.com and then add a record
>> to
>> your DNS server for zone domain.local or domain.com I suggest to use
>> HOST -
>> A record.
>>
>> But you will probably be forced to access it by:
>> http://temperature.domain.local:1024/Master.html
>>
>> If you use IIS you can do another website (just redirection) and then
>> redirect header temperature.domain.local or temperature.domain.com to
>> http://10.10.30.130:1024/Master.html you can do this... First answer what
>> kind of web server do you run for displaying this thing...
>>
>> Luka
>>
>> "Eric32" <Eric32@discussions.microsoft.com> wrote in message
>> news:0869E457-CB3B-47D0-B639-40A92FA7CF59@microsoft.com...
>> > We have an application that monitors the temperature of our server
>> > room.
>> > This app runs on one of our servers and we can manage it through a
>> > website.
>> > The default site is http://10.10.30.130:1024/Master.html. Is there a
>> > way
>> > to
>> > create a DNS record to point to this address. I was just going to call
>> > it
>> > something like temperature.domainname.com but when I look at Host and
>> > CName
>> > records it doesn't look like you can do it.

>>
>>
>>



  Réponse avec citation
Vieux 27/08/2007, 21h02   #5
Eric32
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS entry for a service running on a server

Thanks Luka! That worked like a charm!!!!

"Luka Manojlovic" wrote:

> There is no problem as it is not using port 80 but 1024.
> If you have the option to install IIS on your server or workstation do so.
> After IIS installed create a temp folder in your IIS root folder let say
> folder named "redirection".
>
> Then create a new web site name it for example temperature.domain.local or
> temperature.domain.com and after you do that you check the Home Directory
> snap and there you configure A redirection to a URL and set redirect to:
> http://10.10.30.130:1024/Master.html
> And check the: The exact URL entered above and A permarent redirection for
> this resource.
>
> In your local DNS create a host - A record called temperature.domain.local
> or temperature.com afterthat it should work!
>
> Tell us about your results!
> Luka
>
> "Eric32" <Eric32@discussions.microsoft.com> wrote in message
> news60CB170-776E-4E27-BA06-B004BF770B60@microsoft.com...
> > Thanks for the reply Luka. I should have mentioned that I checked IIS but
> > wasn't able to get very far. It looks like there's a built-in web server
> > that the app uses instead.
> >
> > "Luka Manojlovic" wrote:
> >
> >> It it running on IIS server or some third party software?
> >>
> >> If it is running IIS you just need to add header let say
> >> temperature.domain.local or temperature.domain.com and then add a record
> >> to
> >> your DNS server for zone domain.local or domain.com I suggest to use
> >> HOST -
> >> A record.
> >>
> >> But you will probably be forced to access it by:
> >> http://temperature.domain.local:1024/Master.html
> >>
> >> If you use IIS you can do another website (just redirection) and then
> >> redirect header temperature.domain.local or temperature.domain.com to
> >> http://10.10.30.130:1024/Master.html you can do this... First answer what
> >> kind of web server do you run for displaying this thing...
> >>
> >> Luka
> >>
> >> "Eric32" <Eric32@discussions.microsoft.com> wrote in message
> >> news:0869E457-CB3B-47D0-B639-40A92FA7CF59@microsoft.com...
> >> > We have an application that monitors the temperature of our server
> >> > room.
> >> > This app runs on one of our servers and we can manage it through a
> >> > website.
> >> > The default site is http://10.10.30.130:1024/Master.html. Is there a
> >> > way
> >> > to
> >> > create a DNS record to point to this address. I was just going to call
> >> > it
> >> > something like temperature.domainname.com but when I look at Host and
> >> > CName
> >> > records it doesn't look like you can do it.
> >>
> >>
> >>

>
>
>

  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 01h31.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14547 seconds with 13 queries