Re: Is it possible to set a ddns hostname to access a name-based virtual host?

2009-02-20 Thread Serge Fonville
Hi,

 Is it possible to set a ddns hostname, say through

http://www.changeip.net/ , without using *some_domain* itself, to

access this file?
 http://www.changeip.net/


Not entirely sure what you are actually trying to achieve.
Could you provide a concrete example of the situations you are trying to
achieve?

If you wan't the file to be accessible through multplile hosts
(differentaited through the host header, you need to configure the webserver
to handle these names.
If you wan't a hostname to be updated automatically when the server IP
address changes, you need to configure the approriate service to connect to
the ddns service.
If you want specifics about the ddns service provider, you should ask them.

From changeip.net:

 Dynamic DNS gives you the ability to redirect your domain name to anywhere
 at any time.  Why wait 3 days for your ISP to update their DNS records
 when you can do it yourself, in seconds.  Get your free name now and it will
 be working within 5 minutes!


Hope this helps.

Regards,

Serge Fonville
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: Re[2]: Is it possible to set a ddns hostname to access a name-based virtual host?

2009-02-20 Thread Serge Fonville

 Let me give an example to illustrate my problem:

 In the following url, the prola.aps.org is a name-based  virtual host:

 http://prola.aps.org/pdf/PRB/v1/i1/p1_1

 On  the other hand, my institute has subscribed to prola and many other
 journals, so I want to use some self-made and easy-to-memory hostnames for
 each  of them.  For example, I want to use the following url to access
 the above one:

 http://myprola.myddns.org/pdf/PRB/v1/i1/p1_1

 Is this possible?


You can specify a domainalias for every virtualhost in the apache
configuration (other http servers should support similar functionality)
This has nothing to do with DNS since all dns does is translate the hostname
you type in to an IP address the computer uses to connect to.
Every http request contains a 'host' header that is used by the webserver to
determine the documentroot to serve.

Hope this helps.

Regards,

Serge Fonville
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: contacting a external nameserver

2009-01-28 Thread Serge Fonville
In that case you can use either views or a split dns
Regards.

Serge Fonville

On Wed, Jan 28, 2009 at 12:44 AM, Luis Silva luisfilsi...@gmail.com wrote:

 Yes, basically what I need is a forwarder. Basically I want an internal
 network but external queries must be handled by another server.
 Thanks a lot for the quick reply.
 Kind Regards,
 Luis
 On Tue, Jan 27, 2009 at 6:51 PM, Serge Fonville 
 serge.fonvi...@gmail.comwrote:

   I should have sent this to the list


 On Tue, Jan 27, 2009 at 11:42 AM, Serge Fonville 
 serge.fonvi...@gmail.com wrote:

 Hi,

 Not sure what your endgoal is, but...

 If you want a specific zone to be queried on the external nameserver, you
 can create a forward zone.
 If you want all unresolvable queries to be forwarded to a specific
 nameserver, you can define forwarders.

 Perhaps some information about what your end result should be instead of
 suggesting solutions up front can be of use.

 Hope this helps.

 Regards,

 Serge Fonville

   On 1/27/09, Luis Silva luisfilsi...@gmail.com wrote:

   Hi all,
 I'm having a question related to querying external servers that hope you
 could answer me. I'm sending a iterative query for an external server and
 the server is sending a referral answer but only with the authoritive name
 servers.  After that, i send a query A asking the nameservers ip addresses.
 This A query is supposed to be a recursive query or must be a iterative 
 one?
 Is there a standard that talks about this? thanks in advance.

 Kind regards,
 Luis

 ___
 bind-users mailing list
 bind-users@lists.isc.org
 https://lists.isc.org/mailman/listinfo/bind-users





 ___
 bind-users mailing list
 bind-users@lists.isc.org
 https://lists.isc.org/mailman/listinfo/bind-users



___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

contacting a external nameserver

2009-01-27 Thread Serge Fonville
I should have sent this to the list


On Tue, Jan 27, 2009 at 11:42 AM, Serge Fonville
serge.fonvi...@gmail.comwrote:

 Hi,

 Not sure what your endgoal is, but...

 If you want a specific zone to be queried on the external nameserver, you
 can create a forward zone.
 If you want all unresolvable queries to be forwarded to a specific
 nameserver, you can define forwarders.

 Perhaps some information about what your end result should be instead of
 suggesting solutions up front can be of use.

 Hope this helps.

 Regards,

 Serge Fonville

 On 1/27/09, Luis Silva luisfilsi...@gmail.com wrote:

 Hi all,
 I'm having a question related to querying external servers that hope you
 could answer me. I'm sending a iterative query for an external server and
 the server is sending a referral answer but only with the authoritive name
 servers.  After that, i send a query A asking the nameservers ip addresses.
 This A query is supposed to be a recursive query or must be a iterative one?
 Is there a standard that talks about this? thanks in advance.

 Kind regards,
 Luis

 ___
 bind-users mailing list
 bind-users@lists.isc.org
 https://lists.isc.org/mailman/listinfo/bind-users



___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: view based for particular zone only

2008-12-05 Thread Serge Fonville
At
https://www.isc.org/software/bind/documentation/arm95#view_statement_grammar
  you can see that you can specify the clients that get a certain view
Hope this helps.

Regards,

Serge Fonville

On Fri, Dec 5, 2008 at 10:35 AM, Nabin Limbu [EMAIL PROTECTED] wrote:

 Hi,

 I would like to enable view based for only few particular hosts.

 Is there any to to match zone name i.e domain name (not match-destination
 cause ip of webserver is same for all zone).


 With Regards
 Nabin Limbu


 ___
 bind-users mailing list
 bind-users@lists.isc.org
 https://lists.isc.org/mailman/listinfo/bind-users

___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users