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

RE: Issue with svnserve --listen-host <ip address> behavior

From: Ron Delzer <rdelzer_at_cartoys.com>
Date: 2007-04-13 21:06:49 CEST

I really should know better than to send this without running a network
sniff first...

 

Nevermind, it works fine. Ping was coming back with the private ip so I
thought that svn would be using it, but it was using the public ip.

 

Sorry!

Ron

 

________________________________

From: Ron Delzer
Sent: Thursday, April 12, 2007 5:05 PM
To: 'users@subversion.tigris.org'
Subject: Issue with svnserve --listen-host <ip address> behavior

 

Version 1.4.3.23084

Windows Server 2003

 

When I used the svnserve --listen-host argument with an ip address on a
multi-homed machine the service correctly bound to only the specified ip
address as expected.

 

C:\>netstat -a -n|findstr 3690

  TCP 192.168.0.1:3690 0.0.0.0:0 LISTENING

 

But the server will not respond to access by name, only by ip address.

 

There should be a way to bind to the desired ip address(es) but still
respond to the server name.

 
Received on Fri Apr 13 21:07:07 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.