Hello,
Windows 10, Urbackup client 2.4.11.
BackupServer 2.4.13 installed in local network in Docker.
When Windows 10 laptop connected via Ethernet, client status “Server unreachable”.
When Windows 10 laptop connected via WiFi adapter, client connected to backup server and works.
WiFi and Ethernet is in the same network. Firewall on laptop disabled.
Any ideas what’s wrong ?
Many things possible. Here are some thing you can check. Did you disable wifi when connected to ethernet? Check if ipv6 enabled on ethernet (suggest disable). do a netstat -nr at a command prompt and check the routing table.
I don’t know which interface would use UrBackup client if PC has 2 interfaces at same network (as wifi and ethernet). I didn’t see any information about it at the documentation. May be @uroni write answer about it.
One of the possible problems:
UrBackup server discovers clients only in the same sub-network. Server sends UDP broadcasts for discovery by 35623 udp. Broadcast messages from UrBackup server goes only in same sub-network. Client listen it and answers.
Probably your wireless interface gets this broadcast first and answers first.
Try to:
Disable your wireless device at device manager. After it your OS will see only one ethernet interface.
Disable FW.
Reboot PC and check it again.
If UrBackup server will see this client you will know that problem not at the your ethernet interface.
If it help enable your wireless interface, enable FW.
Block UDP ports 35622, 35623 only for wireless interface at windows FW.
After it UrBackup server can’t connect to your wireless interfaces.
i have the same problem, but my Laptop (PC2) work in Ethernet, not work with Wifi.
My Desktop LAN Client (PC1) work every time, only with Ethernet.
Both are in another Subnet.
My Urbackup Server is in 10.0.0.0 Network with 10.0.0.25 on a Truenas Scale Container with own IP (Truenas Scale ServeNAS is on 10.0.0.17).
My Clients are on 10.3.0.0
PC1 Ethernet: 10.3.0.3
PC2 (Laptop) Ethernet: 10.3.0.4
PC2 (Laptop) Wifi: 10.3.0.5
My PC1 on Ethernet find the Urbackup in LAN
PC2 (Laptop) with Ethernet too.
On Wifi it dont find Urbackup on LAN or Internetaddress. The Webgui is accessable on the Laptop.
PC3 (PC over Wifi of my Wife in the same subnet and same Wifi like my Laptop) work fine.
My last Client (is a Server) work also fine, in another Subnet (10.10.0.0) work fine too.
I reinstalled the client on my laptop again, no solved the problem.
So i have only one indication. The UDP Packages work in my network over subnets but not in the wifi…