Syncthing using relay instead of direct connection

Hi, I’ve 3 syncthing devices in two different networks: A (Windows 10), B (Windows 10) and C (RPi2), all with 0.14.9 version. All devices (A, B and C) opens NAT and verified on each router. Device A is a a network, B and C are in another one. Device B connects to device C directly (both are in the same network). Device A can connect to device C directly without relay. Device A can’t connect to device B directly, only through a relay.

What’s wrong?

Here goes a log of the “problematic” syncthing device:

[VH3TE] 2016/10/21 14:27:31.380490 main.go:1011: INFO: Restarting
[VH3TE] 2016/10/21 14:27:31.382372 structs.go:52: DEBUG: Clearing mapping TCP 0.0.0.0:22000: ID: 20809696-105a-3721-e8b8-083fbcd620cc Address: 90.94.153.55:24466
[VH3TE] 2016/10/21 14:27:31.385376 static.go:164: INFO: Disconnected from relay relay://37.187.112.143:22067
[VH3TE] 2016/10/21 14:27:31.385376 main.go:812: INFO: Exiting
[VH3TE] 2016/10/21 14:27:32.382280 main.go:575: INFO: syncthing v0.14.9 "Dysprosium Dragonfly" (go1.7.1 windows-amd64) jenkins@build.syncthing.net 2016-10-17 07:21:58 UTC
[VH3TE] 2016/10/21 14:27:32.534104 main.go:576: INFO: My ID: VH3TEBZ
[VH3TE] 2016/10/21 14:27:33.445443 sha256.go:89: INFO: Single thread hash performance is 94 MB/s using minio/sha256-simd (69 MB/s using crypto/sha256).
[VH3TE] 2016/10/21 14:27:33.710625 model.go:186: INFO: Ready to synchronize ahuso-2d9yg (readwrite)
[VH3TE] 2016/10/21 14:27:36.768613 model.go:186: INFO: Ready to synchronize kmjqw-6g4nb (readwrite)
[VH3TE] 2016/10/21 14:27:37.130244 model.go:186: INFO: Ready to synchronize cuy7t-z4wvn (readwrite)
[VH3TE] 2016/10/21 14:27:40.257335 model.go:186: INFO: Ready to synchronize oyzsv-m3c5p (readwrite)
[VH3TE] 2016/10/21 14:27:40.257335 main.go:719: INFO: Using discovery server https://discovery-v4-2.syncthing.net/v2/?id=DVU36WY
[VH3TE] 2016/10/21 14:27:40.258337 main.go:719: INFO: Using discovery server https://discovery-v4-3.syncthing.net/v2/?id=VK6HNJ3
[VH3TE] 2016/10/21 14:27:40.258337 main.go:719: INFO: Using discovery server https://discovery-v4-4.syncthing.net/v2/?id=LYXKCHX
[VH3TE] 2016/10/21 14:27:40.258337 main.go:719: INFO: Using discovery server https://discovery-v6-2.syncthing.net/v2/?id=DVU36WY
[VH3TE] 2016/10/21 14:27:40.258337 main.go:719: INFO: Using discovery server https://discovery-v6-3.syncthing.net/v2/?id=VK6HNJ3
[VH3TE] 2016/10/21 14:27:40.258337 main.go:719: INFO: Using discovery server https://discovery-v6-4.syncthing.net/v2/?id=LYXKCHX
[VH3TE] 2016/10/21 14:27:40.282373 tcp_listen.go:69: INFO: TCP listener ([::]:22000) starting
[VH3TE] 2016/10/21 14:27:40.292389 global.go:220: DEBUG: Announcement: {"addresses":["tcp://0.0.0.0:22000"]}
[VH3TE] 2016/10/21 14:27:40.300401 global.go:220: DEBUG: Announcement: {"addresses":["tcp://0.0.0.0:22000"]}
[VH3TE] 2016/10/21 14:27:40.303403 global.go:220: DEBUG: Announcement: {"addresses":["tcp://0.0.0.0:22000"]}
[VH3TE] 2016/10/21 14:27:40.306408 global.go:220: DEBUG: Announcement: {"addresses":["tcp://0.0.0.0:22000"]}
[VH3TE] 2016/10/21 14:27:40.310415 main.go:764: INFO: Device MV62HJ4 is "RPi2" at [tcp://openelec:22000]
[VH3TE] 2016/10/21 14:27:40.310415 main.go:764: INFO: Device VH3TEBZ is "Cuartillo" at [dynamic]
[VH3TE] 2016/10/21 14:27:40.310415 main.go:764: INFO: Device YI47SVR is "Trabajo" at [dynamic]
[VH3TE] 2016/10/21 14:27:40.320428 gui.go:338: INFO: GUI and API listening on 127.0.0.1:8384
[VH3TE] 2016/10/21 14:27:40.320428 gui.go:339: INFO: Access the GUI via the following URL: https://localhost:8384/
[VH3TE] 2016/10/21 14:27:40.320428 global.go:220: DEBUG: Announcement: {"addresses":["tcp://0.0.0.0:22000"]}
[VH3TE] 2016/10/21 14:27:40.324435 global.go:220: DEBUG: Announcement: {"addresses":["tcp://0.0.0.0:22000"]}
[VH3TE] 2016/10/21 14:27:40.341460 local.go:176: DEBUG: discover: Received local announcement from 192.168.1.133:60965 for VH3TEBZ
[VH3TE] 2016/10/21 14:27:40.343463 local.go:176: DEBUG: discover: Received local announcement from 192.168.1.196:51575 for MV62HJ4
[VH3TE] 2016/10/21 14:27:40.343463 local.go:208: DEBUG: discover: Registering addresses for MV62HJ4
[VH3TE] 2016/10/21 14:27:40.343463 local.go:242: DEBUG: discover: Reconstructed URL is &url.URL{Scheme:"tcp", Opaque:"", User:(*url.Userinfo)(nil), Host:"192.168.1.196:22000", Path:"", RawPath:"", ForceQuery:false, RawQuery:"", Fragment:""}
[VH3TE] 2016/10/21 14:27:40.343463 local.go:244: DEBUG: discover: Replaced address 0.0.0.0 in tcp://0.0.0.0:22000 to get tcp://192.168.1.196:22000
[VH3TE] 2016/10/21 14:27:40.350474 local.go:176: DEBUG: discover: Received local announcement from [fe80::c8b:23b:a5a1:66c8%Teredo Tunneling Pseudo-Interface]:60966 for VH3TEBZ
[VH3TE] 2016/10/21 14:27:40.350474 local.go:176: DEBUG: discover: Received local announcement from [fe80::c8b:23b:a5a1:66c8%Teredo Tunneling Pseudo-Interface]:60966 for VH3TEBZ
[VH3TE] 2016/10/21 14:27:40.351475 local.go:176: DEBUG: discover: Received local announcement from [fe80::c8b:23b:a5a1:66c8%Teredo Tunneling Pseudo-Interface]:60966 for VH3TEBZ
[VH3TE] 2016/10/21 14:27:40.370503 local.go:176: DEBUG: discover: Received local announcement from 192.168.1.133:60965 for VH3TEBZ
[VH3TE] 2016/10/21 14:27:40.755069 global.go:229: DEBUG: announce POST: 204 No Content
[VH3TE] 2016/10/21 14:27:40.755069 global.go:256: DEBUG: announce Reannounce-After: 1800 <nil>
[VH3TE] 2016/10/21 14:27:40.901284 global.go:229: DEBUG: announce POST: 204 No Content
[VH3TE] 2016/10/21 14:27:40.901284 global.go:256: DEBUG: announce Reannounce-After: 1800 <nil>
[VH3TE] 2016/10/21 14:27:41.118603 service.go:257: INFO: Established secure connection to MV62HJ4 at 192.168.1.133:52712-192.168.1.196:22000 (TCP (Client))
[VH3TE] 2016/10/21 14:27:41.119606 model.go:1259: INFO: Device MV62HJ4 client is "syncthing v0.14.9" named "RPi2"
[VH3TE] 2016/10/21 14:27:41.286851 upnp.go:152: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on Red local
[VH3TE] 2016/10/21 14:27:41.286851 upnp.go:152: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on Red local
[VH3TE] 2016/10/21 14:27:41.286851 upnp.go:152: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on Loopback Pseudo-Interface 1
[VH3TE] 2016/10/21 14:27:41.286851 upnp.go:152: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on Loopback Pseudo-Interface 1
[VH3TE] 2016/10/21 14:27:41.286851 upnp.go:152: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on Teredo Tunneling Pseudo-Interface
[VH3TE] 2016/10/21 14:27:41.286851 upnp.go:152: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on Teredo Tunneling Pseudo-Interface
[VH3TE] 2016/10/21 14:27:41.286851 upnp.go:152: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on isatap.Home
[VH3TE] 2016/10/21 14:27:41.286851 upnp.go:152: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on isatap.Home
[VH3TE] 2016/10/21 14:27:41.345938 upnp.go:156: DEBUG: listen udp4 239.255.255.250:0: setsockopt: no such network interface
[VH3TE] 2016/10/21 14:27:41.352949 upnp.go:156: DEBUG: listen udp4 239.255.255.250:0: setsockopt: no such network interface
[VH3TE] 2016/10/21 14:27:41.359960 upnp.go:156: DEBUG: listen udp4 239.255.255.250:0: setsockopt: no such network interface
[VH3TE] 2016/10/21 14:27:41.368972 upnp.go:167: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on Loopback Pseudo-Interface 1
[VH3TE] 2016/10/21 14:27:41.374982 upnp.go:175: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on Loopback Pseudo-Interface 1
[VH3TE] 2016/10/21 14:27:41.374982 upnp.go:167: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on Red local
[VH3TE] 2016/10/21 14:27:41.377986 upnp.go:156: DEBUG: listen udp4 239.255.255.250:0: setsockopt: no such network interface
[VH3TE] 2016/10/21 14:27:41.385997 upnp.go:175: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on Red local
[VH3TE] 2016/10/21 14:27:41.390003 upnp.go:167: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on Red local
[VH3TE] 2016/10/21 14:27:41.395011 upnp.go:175: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on Red local
[VH3TE] 2016/10/21 14:27:41.404024 upnp.go:167: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on Loopback Pseudo-Interface 1
[VH3TE] 2016/10/21 14:27:41.404024 upnp.go:175: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on Loopback Pseudo-Interface 1
[VH3TE] 2016/10/21 14:27:41.453097 global.go:229: DEBUG: announce POST: 204 No Content
[VH3TE] 2016/10/21 14:27:41.453097 global.go:256: DEBUG: announce Reannounce-After: 1800 <nil>
[VH3TE] 2016/10/21 14:27:41.628357 cache.go:113: DEBUG: lookup for YI47SVR at global@https://discovery-v4-2.syncthing.net/v2/
[VH3TE] 2016/10/21 14:27:41.629356 cache.go:114: DEBUG:   addresses: [tcp://79.147.80.47:22037 tcp://79.147.80.47:31199 tcp://79.147.80.47:22000 relay://151.80.4.200:22067/?id=XSNE4BH&pingInterval=1m0s&networkTimeout=2m0s&sessionLimitBps=0&globalLimitBps=0&statusAddr=:22070&providedBy=Dek]
[VH3TE] 2016/10/21 14:27:42.091036 pmp.go:27: DEBUG: Failed to discover gateway no gateway found
[VH3TE] 2016/10/21 14:27:42.825118 cache.go:113: DEBUG: lookup for YI47SVR at global@https://discovery-v4-3.syncthing.net/v2/
[VH3TE] 2016/10/21 14:27:42.827118 cache.go:114: DEBUG:   addresses: [relay://151.80.4.200:22067/?id=XSNE4BH&pingInterval=1m0s&networkTimeout=2m0s&sessionLimitBps=0&globalLimitBps=0&statusAddr=:22070&providedBy=Dek tcp://79.147.80.47:22037 tcp://79.147.80.47:22000 tcp://79.147.80.47:31199]
[VH3TE] 2016/10/21 14:27:43.344881 cache.go:113: DEBUG: lookup for YI47SVR at global@https://discovery-v4-4.syncthing.net/v2/
[VH3TE] 2016/10/21 14:27:43.344881 cache.go:114: DEBUG:   addresses: [tcp://79.147.80.47:31199 tcp://79.147.80.47:22000 relay://151.80.4.200:22067/?id=XSNE4BH&pingInterval=1m0s&networkTimeout=2m0s&sessionLimitBps=0&globalLimitBps=0&statusAddr=:22070&providedBy=Dek tcp://79.147.80.47:22037]
[VH3TE] 2016/10/21 14:27:43.496105 rwfolder.go:302: INFO: Completed initial scan (rw) of folder ahuso-2d9yg
[VH3TE] 2016/10/21 14:27:43.511125 rwfolder.go:302: INFO: Completed initial scan (rw) of folder cuy7t-z4wvn
[VH3TE] 2016/10/21 14:27:45.315784 global.go:224: DEBUG: announce POST: Post https://discovery-v6-4.syncthing.net/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
[VH3TE] 2016/10/21 14:27:45.352837 global.go:224: DEBUG: announce POST: Post https://discovery-v6-2.syncthing.net/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
[VH3TE] 2016/10/21 14:27:45.353838 global.go:224: DEBUG: announce POST: Post https://discovery-v6-3.syncthing.net/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
[VH3TE] 2016/10/21 14:27:48.402325 global.go:142: DEBUG: globalClient.Lookup https://discovery-v6-2.syncthing.net/v2/?device=YI47SVR Get https://discovery-v6-2.syncthing.net/v2/?device=YI47SVR: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
[VH3TE] 2016/10/21 14:27:48.507479 upnp.go:198: DEBUG: Handling UPnP response:
HTTP/1.1 200 OK
CACHE-CONTROL: max-age=1800
DATE: Mon, 14 Dec 2015 09:57:32 GMT
EXT:
LOCATION: http://192.168.1.1:52869/gatedesc.xml
OPT: "http://schemas.upnp.org/upnp/1/0/"; ns=01
01-NLS: fde23966-1dd1-11b2-a885-f5e92b3b2f5a
SERVER: Linux, UPnP/1.0, Portable SDK for UPnP devices/1.6.6
X-User-Agent: redsonic
ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1
USN: uuid:20809696-105a-3721-e8b8-083fbcd620cc::urn:schemas-upnp-org:device:InternetGatewayDevice:1
[VH3TE] 2016/10/21 14:27:48.664710 upnp.go:356: DEBUG: http://192.168.1.1:52869/gatedesc.xml - no services of type urn:schemas-upnp-org:service:WANIPConnection:1  found on connection.
[VH3TE] 2016/10/21 14:27:48.669719 upnp.go:365: DEBUG: http://192.168.1.1:52869/gatedesc.xml - found urn:schemas-upnp-org:service:WANIPConnection:1 with URL http://192.168.1.1:52869/upnp/control/WANIPConn1
[VH3TE] 2016/10/21 14:27:48.669719 upnp.go:356: DEBUG: http://192.168.1.1:52869/gatedesc.xml - no services of type urn:schemas-upnp-org:service:WANPPPConnection:1  found on connection.
[VH3TE] 2016/10/21 14:27:48.688747 upnp.go:126: DEBUG: UPnP discovery result 20809696-105a-3721-e8b8-083fbcd620cc with services:
[VH3TE] 2016/10/21 14:27:48.688747 upnp.go:128: DEBUG: * [urn:upnp-org:serviceId:WANIPConn1] http://192.168.1.1:52869/upnp/control/WANIPConn1
[VH3TE] 2016/10/21 14:27:48.883031 local.go:176: DEBUG: discover: Received local announcement from 192.168.1.196:51575 for MV62HJ4
[VH3TE] 2016/10/21 14:27:48.883031 local.go:208: DEBUG: discover: Registering addresses for MV62HJ4
[VH3TE] 2016/10/21 14:27:48.883031 local.go:242: DEBUG: discover: Reconstructed URL is &url.URL{Scheme:"tcp", Opaque:"", User:(*url.Userinfo)(nil), Host:"192.168.1.196:22000", Path:"", RawPath:"", ForceQuery:false, RawQuery:"", Fragment:""}
[VH3TE] 2016/10/21 14:27:48.883031 local.go:244: DEBUG: discover: Replaced address 0.0.0.0 in tcp://0.0.0.0:22000 to get tcp://192.168.1.196:22000
[VH3TE] 2016/10/21 14:27:51.334639 static.go:92: INFO: Joined relay relay://94.23.32.174:22067
[VH3TE] 2016/10/21 14:27:51.369692 upnp.go:194: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on Loopback Pseudo-Interface 1 finished.
[VH3TE] 2016/10/21 14:27:51.375703 upnp.go:194: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 on Red local finished.
[VH3TE] 2016/10/21 14:27:51.390724 upnp.go:194: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on Red local finished.
[VH3TE] 2016/10/21 14:27:51.404743 upnp.go:194: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 on Loopback Pseudo-Interface 1 finished.
[VH3TE] 2016/10/21 14:27:51.404743 service.go:264: DEBUG: Acquiring TCP 0.0.0.0:22000 mapping on 20809696-105a-3721-e8b8-083fbcd620cc
[VH3TE] 2016/10/21 14:27:51.404743 upnp.go:425: DEBUG: SOAP Request URL: http://192.168.1.1:52869/upnp/control/WANIPConn1
[VH3TE] 2016/10/21 14:27:51.404743 upnp.go:426: DEBUG: SOAP Action: 
[VH3TE] 2016/10/21 14:27:51.404743 upnp.go:427: DEBUG: SOAP Request:
<?xml version="1.0" ?>
	<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
	<s:Body><u:AddPortMapping xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1">
	<NewRemoteHost></NewRemoteHost>
	<NewExternalPort>24466</NewExternalPort>
	<NewProtocol>TCP</NewProtocol>
	<NewInternalPort>22000</NewInternalPort>
	<NewInternalClient>192.168.1.133</NewInternalClient>
	<NewEnabled>1</NewEnabled>
	<NewPortMappingDescription>syncthing-24466</NewPortMappingDescription>
	<NewLeaseDuration>3600</NewLeaseDuration>
	</u:AddPortMapping></s:Body>
	</s:Envelope>
[VH3TE] 2016/10/21 14:27:51.411754 upnp.go:436: DEBUG: SOAP Response: 200 OK
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<u:AddPortMappingResponse xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1"></u:AddPortMappingResponse>
</s:Body>
</s:Envelope>
[VH3TE] 2016/10/21 14:27:51.411754 upnp.go:425: DEBUG: SOAP Request URL: http://192.168.1.1:52869/upnp/control/WANIPConn1
[VH3TE] 2016/10/21 14:27:51.411754 upnp.go:426: DEBUG: SOAP Action: 
[VH3TE] 2016/10/21 14:27:51.411754 upnp.go:427: DEBUG: SOAP Request:
<?xml version="1.0" ?>
	<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
	<s:Body><u:GetExternalIPAddress xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1" /></s:Body>
	</s:Envelope>
[VH3TE] 2016/10/21 14:27:51.417762 upnp.go:436: DEBUG: SOAP Response: 200 OK
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope
xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<s:Body>
<u:GetExternalIPAddressResponse xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1">
<NewExternalIPAddress>90.94.153.55</NewExternalIPAddress>
</u:GetExternalIPAddressResponse>
</s:Body>
</s:Envelope>
[VH3TE] 2016/10/21 14:27:51.417762 service.go:272: DEBUG: Acquired TCP 0.0.0.0:22000 -> 90.94.153.55:24466 mapping on 20809696-105a-3721-e8b8-083fbcd620cc
[VH3TE] 2016/10/21 14:27:51.417762 structs.go:32: INFO: New NAT port mapping: external TCP address 90.94.153.55:24466 to local address 0.0.0.0:22000.
[VH3TE] 2016/10/21 14:27:51.417762 service.go:61: INFO: Detected 1 NAT device
[VH3TE] 2016/10/21 14:27:53.403688 global.go:142: DEBUG: globalClient.Lookup https://discovery-v6-3.syncthing.net/v2/?device=YI47SVR Get https://discovery-v6-3.syncthing.net/v2/?device=YI47SVR: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
[VH3TE] 2016/10/21 14:27:53.418708 global.go:220: DEBUG: Announcement: {"addresses":["relay://94.23.32.174:22067/?id=4Y2VEN4\u0026pingInterval=1m0s\u0026networkTimeout=2m0s\u0026sessionLimitBps=0\u0026globalLimitBps=0\u0026statusAddr=:22070\u0026providedBy=www.agdi.info AGDI Data Recovery Services","tcp://0.0.0.0:22000","tcp://0.0.0.0:24466"]}
[VH3TE] 2016/10/21 14:27:53.420712 global.go:220: DEBUG: Announcement: {"addresses":["relay://94.23.32.174:22067/?id=4Y2VEN4\u0026pingInterval=1m0s\u0026networkTimeout=2m0s\u0026sessionLimitBps=0\u0026globalLimitBps=0\u0026statusAddr=:22070\u0026providedBy=www.agdi.info AGDI Data Recovery Services","tcp://0.0.0.0:22000","tcp://0.0.0.0:24466"]}
[VH3TE] 2016/10/21 14:27:53.421713 global.go:220: DEBUG: Announcement: {"addresses":["relay://94.23.32.174:22067/?id=4Y2VEN4\u0026pingInterval=1m0s\u0026networkTimeout=2m0s\u0026sessionLimitBps=0\u0026globalLimitBps=0\u0026statusAddr=:22070\u0026providedBy=www.agdi.info AGDI Data Recovery Services","tcp://0.0.0.0:22000","tcp://0.0.0.0:24466"]}
[VH3TE] 2016/10/21 14:27:53.421713 global.go:220: DEBUG: Announcement: {"addresses":["relay://94.23.32.174:22067/?id=4Y2VEN4\u0026pingInterval=1m0s\u0026networkTimeout=2m0s\u0026sessionLimitBps=0\u0026globalLimitBps=0\u0026statusAddr=:22070\u0026providedBy=www.agdi.info AGDI Data Recovery Services","tcp://0.0.0.0:22000","tcp://0.0.0.0:24466"]}
[VH3TE] 2016/10/21 14:27:53.421713 global.go:220: DEBUG: Announcement: {"addresses":["relay://94.23.32.174:22067/?id=4Y2VEN4\u0026pingInterval=1m0s\u0026networkTimeout=2m0s\u0026sessionLimitBps=0\u0026globalLimitBps=0\u0026statusAddr=:22070\u0026providedBy=www.agdi.info AGDI Data Recovery Services","tcp://0.0.0.0:22000","tcp://0.0.0.0:24466"]}
[VH3TE] 2016/10/21 14:27:53.424716 global.go:220: DEBUG: Announcement: {"addresses":["relay://94.23.32.174:22067/?id=4Y2VEN4\u0026pingInterval=1m0s\u0026networkTimeout=2m0s\u0026sessionLimitBps=0\u0026globalLimitBps=0\u0026statusAddr=:22070\u0026providedBy=www.agdi.info AGDI Data Recovery Services","tcp://0.0.0.0:22000","tcp://0.0.0.0:24466"]}
[VH3TE] 2016/10/21 14:27:53.478797 global.go:229: DEBUG: announce POST: 204 No Content
[VH3TE] 2016/10/21 14:27:53.478797 global.go:256: DEBUG: announce Reannounce-After: 1800 <nil>
[VH3TE] 2016/10/21 14:27:53.544894 global.go:229: DEBUG: announce POST: 204 No Content
[VH3TE] 2016/10/21 14:27:53.544894 global.go:256: DEBUG: announce Reannounce-After: 1800 <nil>
[VH3TE] 2016/10/21 14:27:53.680094 global.go:229: DEBUG: announce POST: 204 No Content
[VH3TE] 2016/10/21 14:27:53.680094 global.go:256: DEBUG: announce Reannounce-After: 1800 <nil>
[VH3TE] 2016/10/21 14:27:56.844751 rwfolder.go:302: INFO: Completed initial scan (rw) of folder kmjqw-6g4nb
[VH3TE] 2016/10/21 14:27:58.405046 global.go:142: DEBUG: globalClient.Lookup https://discovery-v6-4.syncthing.net/v2/?device=YI47SVR Get https://discovery-v6-4.syncthing.net/v2/?device=YI47SVR: net/http: request canceled while waiting for connection (Client.Timeout exceeded

Thanks in advance…

You can run with STTRACE=connections. If it doesn’t connect directly, it means it can’t connect directly, the fact that you set up port mappings and what not doesn’t mean they work, unless you can prove otherwise.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.