Client can't find the server - more specific questions!

Hi there,

The following setting is given:

Server (Windows Server 2008 R2 running on VM), IP-Address 10.254.xxx, default firewall configuration
Client (Windows 7), IP-Address 10.10.xxx, currently firewall DEACTIVATED (for testing purposes)

The problem is, that the client can’t find the server in the local network.

When I walk through the manual, I understand the following sequence:

  1. Server sends broadcast message through network (sends from Port 35623 UDP)
  2. Client should receive this broadcast message (receives on Port 35622 UDP)
  3. Client should send it’s name back to the server (on which Port, and on which port the server receives it?)

The client log-level is set to debug and generates the following output:

2015-01-30 10:59:11: Loaded -fileserv- plugin
2015-01-30 10:59:11: Loaded -fsimageplugin- plugin
2015-01-30 10:59:11: Loaded -cryptoplugin- plugin
2015-01-30 10:59:11: Created new database connection for urbackup/backup_client.db
2015-01-30 10:59:11: urbackupserver: Server started up sucessfully!
2015-01-30 10:59:11: FileSrv: Backup privileges set successfully
2015-01-30 10:59:11: FileSrv: Info: retval 0
2015-01-30 10:59:11: FileSrv: Info: retval 0
2015-01-30 10:59:11: FileSrv: Info: Window size=524288
2015-01-30 10:59:11: FileSrv: Binding udp socket at port 35622...
2015-01-30 10:59:11: FileSrv: done.
2015-01-30 10:59:11: FileSrv: Disabling new behavior...
2015-01-30 10:59:11: FileSrv: Servername: -DE140028-
2015-01-30 10:59:11: FileSrv: Server started up sucessfully
2015-01-30 10:59:11: FileSrv: UDP Thread startet
2015-01-30 10:59:11: Started UrBackupClient Backend...
2015-01-30 10:59:12: Looking for old Sessions... 0 sessions
2015-01-30 10:59:12: Internet only mode not enabled. Waiting for local server for 3:00...
2015-01-30 10:59:12: Created new database connection for urbackup/backup_client.db
2015-01-30 10:59:12: Created new database connection for urbackup/backup_client.db
2015-01-30 10:59:52: urbackupserver: No available slots... starting new Worker
2015-01-30 10:59:52: ClientService cmd: STATUS#pw=XXXXXXXXX
2015-01-30 10:59:52: Created new database connection for urbackup/backup_client.db
2015-01-30 10:59:52: rc=0 hasError=true state=0
2015-01-30 10:59:52: ClientService cmd: GET INCRINTERVALL#pw=XXXXXXXXX
2015-01-30 10:59:52: rc=0 hasError=true state=0
2015-01-30 10:59:55: ClientService cmd: STATUS DETAIL#pw=XXXXXXXXX
2015-01-30 10:59:55: rc=0 hasError=true state=0
2015-01-30 10:59:56: ClientService cmd: STATUS DETAIL#pw=XXXXXXXXX
2015-01-30 10:59:56: rc=0 hasError=true state=0
2015-01-30 10:59:57: ClientService cmd: STATUS DETAIL#pw=XXXXXXXXX
2015-01-30 10:59:57: rc=0 hasError=true state=0

The server log is also set to debug and generates the following output:

2015-01-30 11:02:05: Loaded -url- plugin
2015-01-30 11:02:05: Loaded -fsimageplugin- plugin
2015-01-30 11:02:05: Starting HTTP-Server on port 55414
2015-01-30 11:02:05: HTTP: Server started up sucessfully!
2015-01-30 11:02:05: Loaded -cryptoplugin- plugin
2015-01-30 11:02:05: Created new database connection for urbackup/backup_server.db
2015-01-30 11:02:05: Destroying all databases...
2015-01-30 11:02:05: Destroying all databases...
2015-01-30 11:02:05: Created new database connection for urbackup/backup_server.db
2015-01-30 11:02:05: Creating files Indices...
2015-01-30 11:02:05: Started UrBackup...
2015-01-30 11:02:05: Created new database connection for urbackup/backup_server.db
2015-01-30 11:02:05: Removing temporary files...
2015-01-30 11:02:05: Recreating temporary folder...
2015-01-30 11:02:05: Testing if backup destination can handle subvolumes and snapshots...
2015-01-30 11:02:05: Backup destination cannot handle subvolumes and snapshots. Snapshots disabled.
2015-01-30 11:02:05: Testing if backup destination can handle filesystem transactions...
2015-01-30 11:02:06: Created new database connection for urbackup/backup_server.db
2015-01-30 11:02:06: UrBackup Server start up complete.
2015-01-30 11:02:06: Looking for old Sessions... 0 sessions
2015-01-30 11:02:06: Created new database connection for urbackup/backup_server.db
2015-01-30 11:02:06: Creating SOCKET...
2015-01-30 11:02:06: done.
2015-01-30 11:02:06: Server started up sucessfully!

I am not able to find a solution for this scenario. Any suggestions?
The webinterface is accessible via 55414 from the client machine.

Normally broadcasts do not cross sub-network boundaries. You could verify, if this is the reason by adding the client’s IP to “Add additional internet clients” (This causes a directed message to be sent for discovery).

If that doesn’t help, you could check via Wireshark, if the UDP packet gets sent/received correctly.

I added the client hostname to the “Extra clients” section and that worked perfectly!
All clients could be found by the server and backups are running!

Thanks!