Sean.Havins

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Sean.Havins

  1. I did not think that BTS bound itself to a NIC. I think it uses the IP stack like any other application. When BTS does not work, do other services work if accessed from the Internet?
  2. Lets start with the basics and work our way up from there. On the PC, did you define the server as server:22222 or server.domain.name:22222? Have you tried to define the server by its IP address? Can you ping the server using its fully qualified domain name? What kind of sever is it? Does the server have an internal firewall? If so, have you opened port 22222? During the test, are you sure that the software is running on both the server and the PC? You can test connectivity from your PC to any server to a any port using the telnet client. If the above hasn't helped, I can show you how to use telnet to see if port 22222 is open from the server to the PC. Lastly and most importantly, when your connectivity issue is resolved. We MUST have a conversation about the requirement of a firewall. DO NOT put any data that you care about on that server until you have a firewall in place.
  3. Took awhile to find the latest version because I was using the download link from the main page and the Check for update button in the app. both pointed to the old version. Found and loaded 1.1.15 on all devices. Problem solved. Thanks!
  4. I am running BTSync version 1.0.134 on all devices. I have a PC and two Mac clients syncing to one central Mac server. On all devices, I have all the boxes unchecked on the share options except predefined hosts. On all clients, I have the host name and port of the central Mac defined.On the Mac server share definition, I have all general tab boxes cleared except the predefined host box but there is no host defined. Syncing works fine with this setup except: On the clients, I delete folders that existed in the sync directory when Sync was first established they are recreated within 5 minutes. I assume that BTsync is not propogating the deletion of these folders and they are then being added back in. .SyncIgnore contains: .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes Icon? ehthumbs.db desktop.ini Thumbs.db Interesting thing: With BTSync running as above, I can create and delete these new folders and the creations & deletions sync OK. Here is the test and its results.; Create test foder on PC client Create test folder on Mac client Wail till folders propagate (took 5 minutes but the history did not record any folder actions on either client.) Delete both test folders on PC. Wait for the delete to propagate. (took 5 minutes but the history did not record any folder actions on either client.) What's goin on? Could it be that BTSync needs to start with an empty sync folder and only indexes the contents if they are added while sync is running?
  5. While at work, on a well fire-walled network, I captured packets while starting BTSync and syncing a new file. I was surprised to find conversations with 30 nodes on my network. Turns out I had left the "Use NAT UPnP port mapping" option activated and many of the printers within my broadcast boundary had responded to the UPnP service broadcast that BTSync sent out. Disabled that option and tried again. Aside from a few packets to the local router seeking NAT port mapping, the ONLY traffic is to my home server. YAY! So now our laptops can sync files no matter where they roam and do so without the need of static IP or DDNS pointers to the laptop. I also do not need to rely on any one else's server. As a side note, I configured 1Password to use the BTSync folder for its database on both Macs, then opened the same record on both at the same time. Edits to the record flowed seamlessly to the other Mac. I disabled this for now because under this configuration there is no way to sync 1Password to our IOS devices. Yet.
  6. I would love an invite to the IOS alpha, then beta, testing programs. I have two iPhone 4S 64 gb, One iPad mini 64 gb cell, One iPad 3 64 gb cell, Airport Extreme gen 5 configured as 802.11n.
  7. I have been waiting for a sync service that I trust that does not rely on external servers out of my control. I think I now have the solution, thanks to the known hosts setting of my synced folders. Environment: Two MacBooks used in and out of the house. One Mac mini server in the house. One AirPort Extreme router firewall. DDNS service pointing to the server host name. Setup: On the server; Installed the client, Configured a sync folder with no peer discovery boxes checked and no known hosts defined. On the firewall; Configured port forwarding to the UDP port and IP of BTSync on the server (not TCP), On the MacBooks; Installed the client, Configured a sync folder with no peer discovery boxes checked and one known host defined pointing to the server's full host name and port, Used the secret generated by the server client. Result: Any file or folder dropped into the BTSync folder on one of the MacBooks is synced to the other MacBook via the server at home. This happens whether at home or traveling. While I haven't captured packets to prove it yet, I think that no broadcasts are being sent to the LAN I am on advertising the service. Also, I am not reliant on someone else's server being up for the sync to function. Now to see if I can move shared password databases to it...