Actions:
|
2020-06-18 09:44 AEST by Arthur Barrett - Windows 10 client with Windows 10 sever - server is using 'internal' zeroconf to broadcast on UDP 5353
Firewall disabled on both server and client.
Client is connected to server via the second ethernet adapter (ethernet 1)
C:\Users\chtsao>cvs info -b
C:\Users\chtsao>cvs info -bv
C:\Users\chtsao>cvs info -r 10.10.10.83
Server: CVSNT-SERVER
Version: Concurrent Versions System (CVSNT) 2.8.01 (Soolin) Build 7479
Protocols:
gserver
pserver
sserver
sspi
sync
Repositories:
/myrepo /myrepo
Default repository: /myrepo
Default login: :sspi:10.10.10.83:/myrepo
C:\Users\chtsao>ipconfig
Windows IP Configuration
Ethernet adapter Ethernet1:
Connection-specific DNS Suffix . : cvsnt-test.cvsnt.com
Link-local IPv6 Address . . . . . : fe80::29c4:335f:2b92:2cee%6
IPv4 Address. . . . . . . . . . . : 10.100.1.102
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.100.1.200
Ethernet adapter Ethernet0:
Connection-specific DNS Suffix . : march-hare.local
Link-local IPv6 Address . . . . . : fe80::298e:6897:9010:fd08%5
IPv4 Address. . . . . . . . . . . : 10.10.10.84
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 10.10.10.13
If I disable the first ethernet adapter, then the client can now 'see' the server automatically:
C:\Users\chtsao>cvs info -bv
CVSNT-SERVER(10.100.1.101):2401 CVSNT-SERVER
CVSNT-SERVER(fe80::443f:5281:6e88:afd1):2401 CVSNT-SERVER
So it seems the problem is that the client only 'looks' at the first ethernet adapter (even if that adapter is
disconnected) - but it really should look at all adapters. |