info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs/ssh question... may be OT


From: James Knowles
Subject: cvs/ssh question... may be OT
Date: Sat, 09 Mar 2002 23:08:11 -0700

If this is OT, please accept my apologies and send me in the right
direction.

I've been using WinCVS and TortoiseCVS successfully on a Windows 2000 laptop
with a Linux-hosted CVS repository. Response times have been excellent over
the local network. 

I noticed that if I switch from a hard-coded IP address (and related
settings such as netmask, gateway, and DNS) to DNS that the ssh link takes a
long time (~10+ seconds) to connect. If I switch back to the hard-coded IP
address, it comes back immediately. If I ping the CVS server from the
command line, it comes back immediately. The CVS server is always addressed
by IP, not by name.

I'm wondering how to get the immediate response with DHCP. 

Using standard Windows 2000 network settings dialog and dhcpd on a separate
Linux server. /etc/dhcpd.conf is:

default-lease-time 1200;
max-lease-time 9200;
option subnet-mask 255.255.0.0;
option broadcast-address 10.0.255.255;
option routers 10.0.0.1;
option domain-name-servers 198.60.22.2, 198.60.22.22;
option domain-name "foobar.com";
subnet 10.0.0.0 netmask 255.255.0.0 {
range 10.0.0.10 10.0.0.100;
}

[domain-name changed to protect the innocent]



-- 
George: Oh, sir, if we should happen to tread on a mine, what do we do?
Captain Edmund Blackadder: Well, normal procedure, Lieutenant, is to jump up
250 feet into the air and scatter yourself over a wide area.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]