Hi!
I’ve switched over to Syncthing after the Bittorrent guys decided to limit the free Sync features. I have installed Syncthing on three machines:
- Ubuntu Server (syncthing 0.10.24; private server)
- Windows 7 (syncthing 0.10.25 (0.10.25; work PC)
- Mac OS X 10.10 (syncthing 0.10.25; private notebook)
All devices should see each other. Currently, only the server sees the two other devices, but the Windows and Mac computers do not see each other. Since I’ve spotted the IP address of the Windows PC on my Mac (and of course allowed the communication), I started to search for the problem on the Mac side. There i find this error in the GUI:
Failed to create UPnP port mapping
Setting STTRACE=upnp and restarting syncthing, I find these entries (repeated about 10 times):
[4GKUQ] 2015/03/08 23:14:06.195710 main.go:664: INFO: Starting web GUI on xxx:8080/ [4GKUQ] 2015/03/08 23:14:07.183370 upnp.go:106: INFO: Starting UPnP discovery... [4GKUQ] 2015/03/08 23:14:07.183419 upnp.go:155: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:2... [4GKUQ] 2015/03/08 23:14:07.183744 upnp.go:175: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2... [4GKUQ] 2015/03/08 23:14:07.183872 upnp.go:187: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2... [4GKUQ] 2015/03/08 23:14:10.186560 upnp.go:228: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:2 finished. [4GKUQ] 2015/03/08 23:14:10.186775 upnp.go:155: DEBUG: Starting discovery of device type urn:schemas-upnp-org:device:InternetGatewayDevice:1... [4GKUQ] 2015/03/08 23:14:10.186961 upnp.go:175: DEBUG: Sending search request for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1... [4GKUQ] 2015/03/08 23:14:10.187063 upnp.go:187: DEBUG: Listening for UPnP response for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1... [4GKUQ] 2015/03/08 23:14:10.191541 upnp.go:238: DEBUG: Handling UPnP response:
HTTP/1.1 200 OK LOCATION: yyy:49000/igddesc.xml SERVER: FRITZ!Box 7330 (UI) UPnP/1.0 AVM FRITZ!Box 7330 (UI) 107.06.20 CACHE-CONTROL: max-age=1800 EXT: ST: urn:schemas-upnp-org:device:InternetGatewayDevice:1 USN: uuid:75802409-bccb-40e7-8e6c-C025067A311E::urn:schemas-upnp-org:device:InternetGatewayDevice:1
[4GKUQ] 2015/03/08 23:14:10.211514 upnp.go:435: DEBUG: [http://192.168.0.1:49000/igddesc.xml] Found urn:schemas-upnp-org:service:WANIPConnection:1 with URL yyy:49000/igdupnp/control/WANIPConn1 [4GKUQ] 2015/03/08 23:14:10.211547 upnp.go:424: DEBUG: [http://192.168.0.1:49000/igddesc.xml] No services of type urn:schemas-upnp-org:service:WANPPPConnection:1 found on connection. [4GKUQ] 2015/03/08 23:14:10.213190 upnp.go:335: DEBUG: Finished handling of UPnP response. [4GKUQ] 2015/03/08 23:14:13.188767 upnp.go:228: DEBUG: Discovery for device type urn:schemas-upnp-org:device:InternetGatewayDevice:1 finished. [4GKUQ] 2015/03/08 23:14:13.188983 upnp.go:118: DEBUG: UPnP discovery result: [4GKUQ] 2015/03/08 23:14:13.189015 upnp.go:120: DEBUG: [75802409-bccb-40e7-8e6c-C025067A311E] [4GKUQ] 2015/03/08 23:14:13.189089 upnp.go:123: DEBUG: * [urn:upnp-org:serviceId:WANIPConn1] yyy:49000/igdupnp/control/WANIPConn1 [4GKUQ] 2015/03/08 23:14:13.189124 upnp.go:133: INFO: UPnP discovery complete (found 1 device). [4GKUQ] 2015/03/08 23:14:13.189290 upnp.go:496: DEBUG: SOAP Request URL: yyy:49000/igdupnp/control/WANIPConn1 [4GKUQ] 2015/03/08 23:14:13.189333 upnp.go:497: DEBUG: SOAP Action: "urn:schemas-upnp-org:service:WANIPConnection:1#AddPortMapping" [4GKUQ] 2015/03/08 23:14:13.189353 upnp.go:498: 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>9021</NewExternalPort> <NewProtocol>TCP</NewProtocol> <NewInternalPort>22000</NewInternalPort> <NewInternalClient>192.168.0.23</NewInternalClient> <NewEnabled>1</NewEnabled> <NewPortMappingDescription>syncthing-9021</NewPortMappingDescription> <NewLeaseDuration>0</NewLeaseDuration> </u:AddPortMapping></s:Body> </s:Envelope>
[4GKUQ] 2015/03/08 23:14:13.200221 upnp.go:508: DEBUG: SOAP Response:
<?xml version="1.0"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <s:Fault> <faultcode>s:Client</faultcode> <faultstring>UPnPError</faultstring> <detail> <UPnPError xmlns="urn:schemas-upnp-org:control-1-0"> <errorCode>403</errorCode> <errorDescription>Not available Action</errorDescription> </UPnPError> </detail> </s:Fault> </s:Body> </s:Envelope>
What can I do? I’ve never had a problem with my router (FritzBox! 7330, newest firmware installed) and UPnP.
Thank you very much for your help!
Cheers, MCB
PS I had to cut down the IP adresses in the text above due to restrictions here in the forum for new users (where you finde xxx and yyy, there are vaild https followed by an IP entries)