MRACHINI

Members
  • Posts

    70
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MRACHINI

  1. Well if you have one client with dedicated IP. you can specify this IP on all other devices and disable all options that makes them discover each other. So they all upload and download from the device with dedicated IP but not from each other.
  2. Well if you have one client with dedicated IP. you can specify this IP on all other devices and disable all options that makes them discover each other. So they all upload and download from the device with dedicated IP but not from each other.
  3. just got the 1.1.82 update, please share changelog
  4. I'm using Backupsy, 500GB, very nice deal.
  5. oh yep i signed up to that but didn't win anything (my mistake) and anyway my uni was so low on emails but i have full referrals so this is the max i could get until next Dropquest
  6. how did you get this much dropbox on same account ?! i have 23.8 free 1 GB for the Mailbox app thing!
  7. I already have a home server with a lot of storage, but my upload is slow compared to backupsy.com
  8. Nice oh also u can basically host a small site on it
  9. still the same, I'm gonna use another firewall
  10. Does it work with Western Digital My Book Live Duo 8TB WDBVHT0080JCH-NESN ?
  11. i read about a bug with UFW dropping multicast traffic when policy is set to deny. but its old (2011)
  12. ok added ufw allow from any to 239.192.0.0/14 port 3838 proto udp ufw allow from 239.192.0.0/14 to any port 3838 proto udp still the same [uFW BLOCK] IN= OUT=eth0 SRC=192.168.0.123 DST=239.192.0.0 LEN=117 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=3838 DPT=3838 LEN=97
  13. this is all i can c in log, many many lines of this. [uFW BLOCK] IN= OUT=eth0 SRC=192.168.0.123 DST=239.192.0.0 LEN=117 TOS=0x00 PREC=0x00 TTL=255 ID=0 DF PROTO=UDP SPT=3838 DPT=3838 LEN=97 I've already unblocked this!
  14. aahh i spoke too soon, after adding these rules to the RasPi firewall, it detects other devices but doesn't resolve the name from IP address, and other devices don't detect the RasPi at all.
  15. i got this at the end: ufw default deny incoming ufw default deny outgoing sudo ufw allow from 192.168.0.100/24 sudo ufw allow to 192.168.0.100/24 sudo ufw allow from 239.192.0.0/14 sudo ufw allow to 239.192.0.0/14
  16. yep that made it work i guess. Thank You
  17. ok i did sudo ufw allow from 239.192.0.0 sudo ufw allow to 239.192.0.0 & sudo ufw allow from 239.192.0.0 to any port 3838 sudo ufw allow to 239.192.0.0 from any port 3838 also ufw allow 3838/udp just in case but still doesn't work
  18. no i have only one router, and all devices are connected to it. i already tried to allow 239.192.0.0 on all ports just in case but it didn't work, i'll try if i should specify if its udp for it to work. Thank You
  19. well i blocked everything exept local connections but i want BTSync to work with the least internet bandwidth possible, so what ips or ports should i unblock ?
  20. Hello, I'm trying to setup BTSync on all my RaspberryPi devices, without any kind of connections to the outside world. So i installed "UFW" (the firewall) and i blocked everything except local communications, using these commands: ufw default deny incoming ufw default deny outgoing sudo ufw allow from 192.168.0.0/24 sudo ufw allow to 192.168.0.0/24 firewall is working perfectly. so now my Raspis are all blocked from the internet, and i can browse to BTSync webui 8888 just fine, but when i add the same folder to all of them and my laptop too, they don't discover each other, i enabled DHT just in case. also i should mention that i don't want to add predefined hosts. so i think i should open a port or ip for traker server or something!!! some clarification please Thank You
  21. 1.Possibility to save unfinished files or ".!sync" files in folders outside sync location or inside a folder named something like ".temp". 2.utorrent like scheduler. 3.Remote device version in devices tab. 4.Pause sync for folders separately. 5.Removing a folder that is still syncing, removes only the synced files, not everything inside the folder on remote devices. 6.Possibility to force TCP everywhere. 7.Progress Bar for downloading files. 8.Some kind of indicator for files and folders that are still syncing or waiting to be synced, different icons for: a file to be uploaded, file to be downloaded or folder that still has files inside to be synced. 9.Possibility to define how many connections and how many files to download at the same time. 10.Queued files in transfer tab. 11.Full path for files listed. 12.Prioritize file transfer. 13.Seperate download and upload queues. just read your post, and fixed my list
  22. anyway they wont do anything stupid or take any "Smart" decisions even if they want to, and if they do, some open source project will be developed, to do the same, probably, and we all know open source is more trusted. Also, the fact that they are not making it open source tell you that its not gonna be totally free in the end, probably optional cloud storage subscription. nothing clear still
  23. hello, is TCP for internet done in V1.1.27 ?