<div dir="ltr">Hi all,<div>i'm attempting to connect a slave jack running on windows 7 64bit and a jack master running on linux ubuntu studio 14.04 64bit.</div><div>jack is verified to be 1.9.10 on both sides. </div><div>firewall is also completely open between windows and linux.<br></div><div>the 2 ends can ping each other - no problem<br></div><div><br></div><div>jack master is running on alsa and with netjack2 also running. other linux pc's connect without a problem to this jack master. </div><div><br></div><div>but jack slave running from windows does not show up on master jack... what can I assume is wrong?</div><div>mtu have not been tampered with.</div><div><br></div><div>jack slave on windows states:<br><blockquote style="margin:0px 0px 0px 40px;border:medium none;padding:0px"><div><div><font face="monospace">C:\Program Files (x86)\Jack>jackd.exe -dnet  -i2 -o9 -C8 -p8</font></div></div><span class="im"><div><div><font face="monospace">jackdmp 1.9.10</font></div></div><div><div><font face="monospace">Copyright 2001-2005 Paul Davis and others.</font></div></div><div><div><font face="monospace">Copyright 2004-2014 Grame.</font></div></div><div><div><font face="monospace">jackdmp comes with ABSOLUTELY NO WARRANTY</font></div></div><div><div><font face="monospace">This is free software, and you are welcome to redistribute it</font></div></div><div><div><font face="monospace">under certain conditions; see the file COPYING for details</font></div></div><div><div><font face="monospace">Drivers/internals found in : C:\Windows</font></div></div><div><div><font face="monospace">Drivers/internals found in : C:\Windows</font></div></div><div><div><font face="monospace">JACK server starting in realtime mode with priority 10</font></div></div><div><div><font face="monospace">self-connect-mode is "Don't restrict self connect requests"</font></div></div><div><div><font face="monospace">InitTime : multimedia timer resolution set to 1 milliseconds</font></div></div><div><div><font face="monospace">MMCSS API not used...</font></div></div></span><div><div><font face="monospace">NetDriver started in async mode without Master's transport sync.</font></div></div><div><div><font face="monospace">Waiting for a master...</font></div></div></blockquote><br><div>and here is the same running it with verbose output :</div><a href="http://pastebin.com/KZTRLigc" target="_blank">http://pastebin.com/KZTRLigc</a><br><br></div><div>I am using 'tcpdump' on the <b>jack master</b> to listen for udp packets on port 19000 (where jack broadcasts by default). the cmd is:<br><div style="margin-left:40px"><span style="font-family:monospace">tcpdump host <ip_of_jackd_client> and udp port 19000</span><br></div>In turn I checked some linux clients and the windows client:<br><br>linux cl1 (ip 192.168.112.133 - name jackcl1)<br><div>16:10:39.532802 IP jackcl1.19000 > jack_master.58548: UDP, length 44<br>16:10:39.533960 IP jack_master.58548 > jackcl1.19000: UDP, length 1500<br>16:10:39.533970 IP jack_master.58548 > jackcl1.19000: UDP, length 204<br><br></div><div>linux client 2 (ip 192.168.112.144 - name jackcl2) looks similar<br>16:23:09.842778 IP jackcl2.19000 > jack_master.54735: UDP, length 204<br>16:23:09.842782 IP jackcl2.19000 > jack_master.54735: UDP, length 564<br>16:23:09.843880 IP jack_master.54735 > jackcl2.19000: UDP, length 1500<br>16:23:09.843890 IP jack_master.54735 > jackcl2.19000: UDP, length 204<br><br><br>unfortunately it looks like the windows jack client sends out the packets, but the jack master never responds... <br>16:11:52.040582 IP wincl1.19000 > jack_master.19000: UDP, length 644<br>16:11:53.528440 IP wincl1.19000 > jack_master.19000: UDP, length 644<br>16:11:55.028455 IP wincl1.19000 > jack_master.19000: UDP, length 644<br><br></div>can you make anything out of that? </div><div><br></div><div>thank you in advance for your help.<br></div><div><br></div></div>