Hi guys,
Is it possible to setup DNS to redirect URLs in the address bar of an
IE?
-- NOTICE --
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential and/or
privileged material, the disclosure of which is governed by
a
Or it's too much complex to me, or you're terrible wrong in concepts.
DNS has nothing to do with URL redirection, that's a web server job, or again,
it's too much complex to me. :) What would be an example of what you want to do?
Hi guys,
Is it possible to setup DNS to redirect URLs in
Short answer: No
Longer answer: Only FQDN can be aliased with CNAME. That's not
technically a redirect. (e.g. mike.mydomain.com being CNAME to
Ralph.mydomain.com is OK - however you can not make
mike.mydomain.com/landingpage do anything because "/landingpage" is not
part of the FQDN so ha
I think in Apache, URL redirection is done via "rewrite":
http://wiki.apache.org/httpd/Rewrite
I hope this helps with the intial question since this at the application layer.
While this may help with the original question, this is now off topic.
From: Jeff Ligh
Jeff
Thank you for wording your reply more professionally. That's exactly
what I was trying to find out since I've never tested it.
So in this case, the CNAME mike.mydomain.com will display the web page
of Ralph.mydomain.com but the URL at the address bar will remain
mike.mydomain.com and there
This is not what DNS does. It matches an IP with a domain name. Changing
the URL needs to be done from within the web-page.
On Fri, Apr 24, 2009 at 07:38, Binmakhashen, Latif <
latif.binmakhas...@omnicare.com> wrote:
> Jeff
>
>
>
> Thank you for wording your reply more professionally. That’s e
Ok guys, thanks!
That confirms the answer to my question.
From: bind-users-boun...@lists.isc.org
[mailto:bind-users-boun...@lists.isc.org] On Behalf Of Ryan Knapper
Sent: Friday, April 24, 2009 10:56 AM
To: BIND Mailing List
Subject: Re: URL Redirection via DNS
Hi All,
We are experiencing some intermittent SERVFAIL issue even with popular
website like www.yahoo.com. So we installed the latest bind 9.6.1b1.
But we did not see any logs in /var/log/query-errors, is there
anything we are missing?
Thanks.
Compilation options:
[t...@test]$ /usr/local/sbin/
On Fri, 24 Apr 2009, schilling wrote:
> channel query-errors-log {
> file "/var/log/named.query-errors" versions 10 size 100m;
> severity info;
Change to:
severity debug 2;
> print-severity yes;
> print-time
Hello,
I am a bit confused about what exactly applying a key to the servers
part of the config does:
server 10.25.1.11 {
keys {
omajelns01.omajelns02;
};
};
key omajelns01.omajelns02 {
algorithm hmac-md5;
secret "asdfasdfasdfasdfasdf
On Fri, 24 Apr 2009, Terry wrote:
> I am a bit confused about what exactly applying a key to the servers
> part of the config does:
>
> server 10.25.1.11 {
> keys {
> omajelns01.omajelns02;
> };
> };
> key omajelns01.omajelns02 {
> algorithm hmac-md5;
Latif,
If you provided records / wildcard records that matched all domains to
be rewritten, you could resolve the domain name of _all_ rewritable
traffic the IP of a particular webserver which could then forward to
the right URL using webserver scripting and an HTTP mechanism like
Location hea
On Apr 20, 2009, at 2:55 AM, Ken Lai wrote:
let's take an example. my DNS server called SrvA, the outer DNS server
called SrvB.
normally, the client sent the query to SrvA, and SrvA forwards it to
SrvB. and SrvA return a result which came from SrvB to the client.
unfortunately the SrvB sometime
On Fri, Apr 24, 2009 at 12:11 PM, Jeremy C. Reed wrote:
> On Fri, 24 Apr 2009, Terry wrote:
>
>> I am a bit confused about what exactly applying a key to the servers
>> part of the config does:
>>
>> server 10.25.1.11 {
>> keys {
>> omajelns01.omajelns02;
>> };
>>
On Fri, 24 Apr 2009, Terry wrote:
> Thanks for your reply. On my slave, I have this:
>
> server 10.25.1.10 {
> keys {
> omajelns01.omajelns02;
> };
> };
>
> It will sign all requests between these hosts. If requests come
> across that appear to be from t
> and Michael Milligan replied:
>> And don't forget to set a group policy on all DCs to not update the A
>> records in the apex zone. Otherwise the DCs will complain in the Event
>> logs forever... this assumes the BIND servers are authoritative for
>> example.com, in this example.
>>
>> See http
16 matches
Mail list logo