[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Beginner's questions

From: Thomas Harold <tgh_at_tgharold.com>
Date: 2007-06-01 01:59:34 CEST

Ryan Schmidt wrote:
> On May 29, 2007, at 23:02, Thomas Harold wrote:
> I assume you could do this with any domain, even those you don't own.
> For those you don't own, obviously nobody else will be asking your DNS
> server about that domain. However, machines on your network will, since
> those machines are configured to ask your DNS server for all domains
> anyway.

One thing that might work....

Let's say you want to force all requests going to svn.example.com to go
to svn.office.example.com.

On the internal LAN DNS server, create a primary (master) zone called:

svn.example.com.

And point it at the svn.office.example.com address. Do this by creating
an empty name "A" record and assigning the IP address to the internal
address that you want to shove traffic to. You may even be able to just
create a CNAME to do the re-direction magic.

(I set this up in about 5 minutes on a Win2003 DNS server, I'll probably
replicate the setup using BIND9 in a week or three on my home network.
It *seems* to work...)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 1 02:00:10 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.