FYI: Some notes on getting network sync to work with Firestarter



Hi,
   just thought I'd write this down somewhere in case someone else
finds it useful to get syncing between two computers working.

Firestarter was blocking the avahi broadcast packaets adding the
following to /etc/firestarter/user-pre will allow these packets
through.

$IPT -A INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT
$IPT -A OUTPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT

Also wasn't too obvious how to use the network syncing. On computer A
you place a source and use a network sink, this should then show up
automatically in the icon bar on the left on computer B.

Regards, Michael


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]