Btsync 1.2.91 On Ubuntu 12.04 Does Not Listen On Port 3838


fantom

Recommended Posts

I have setup BTSync between Ubuntu and Windows 7 machines (LAN only) and they cannot see each other. All worked just fine with 1.2.82. Strange thing is that the Windows version (1.2.91) listens on port 3838, but the matching version of BTSync on Ubuntu does not open this port. All the same firewall settings as before and I even tried disabling firewalls altogether with no difference. There are no errors in the debug log.

 

What am I doing wrong?

 

1.2.82:

sudo netstat -npl |grep btsync
tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      1415/btsync-daemon
tcp        0      0 0.0.0.0:39275           0.0.0.0:*               LISTEN      1415/btsync-daemon
udp        0      0 0.0.0.0:39275           0.0.0.0:*                           1415/btsync-daemon
udp        0      0 0.0.0.0:3838            0.0.0.0:*                           1415/btsync-daemon
 

1.2.91:

netstat -npl |grep btsync
tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      11095/btsync-daemon
tcp        0      0 0.0.0.0:20472           0.0.0.0:*               LISTEN      11095/btsync-daemon
udp        0      0 0.0.0.0:20472           0.0.0.0:*                           11095/btsync-daemon
 

Edited by fantom
Link to comment
Share on other sites

I have reverted BTSync on Ubuntu 12.04 to 1.2.82. Not sure if that matters, I have disabled IPv6 in kernel with "ipv6.disable=1"

 

Ubuntu 12.04 (1.2.82):

sudo netstat -gn
IPv6/IPv4 Group Memberships
Interface       RefCnt Group
--------------- ------ ---------------------
lo              1      224.0.0.1
eth1            2      239.192.0.0
eth1            1      224.0.0.251
eth1            1      224.0.0.1
 

Windows 7 (1.2.91)

netsh interface ip show joins
 
Interface 1: Loopback Pseudo-Interface 1
 
Scope       References  Last  Address
----------  ----------  ----  ---------------------------------
0                    1  Yes   239.255.255.250
 
Interface 11: Local Area Connection
 
Scope       References  Last  Address
----------  ----------  ----  ---------------------------------
0                    0  Yes   224.0.0.1
0                    2  Yes   224.0.0.251
0                    1  Yes   224.0.0.252
0                    1  Yes   239.192.0.0
0                    1  Yes   239.255.255.250
0                    1  Yes   239.255.255.253

Link to comment
Share on other sites

I got another Ubuntu machine, configured pretty much the same way as the main one and I upgraded BTSync to 1.2.91 on it. Here is the output requested

 

1.2.91:

sudo netstat -gn
IPv6/IPv4 Group Memberships
Interface       RefCnt Group
--------------- ------ ---------------------
lo              1      224.0.0.1
eth0            1      224.0.0.251
eth0            1      224.0.0.1
 

Additional info from the same machine:

 

1.2.82:

sudo netstat -npl |grep btsync
tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      15060/btsync-daemon
tcp        0      0 0.0.0.0:39275           0.0.0.0:*               LISTEN      15060/btsync-daemon
udp        0      0 0.0.0.0:39275           0.0.0.0:*                           15060/btsync-daemon
udp        0      0 0.0.0.0:3838            0.0.0.0:*                           15060/btsync-daemon
 

1.2.91:

sudo netstat -npl |grep btsync
tcp        0      0 0.0.0.0:8888            0.0.0.0:*               LISTEN      20919/btsync-daemon
tcp        0      0 0.0.0.0:39275           0.0.0.0:*               LISTEN      20919/btsync-daemon
udp        0      0 0.0.0.0:39275           0.0.0.0:*                           20919/btsync-daemon
 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.