FYI: Some notes on getting network sync to work with Firestarter
- From: Michael Thompson <michaelnt gmail com>
- To: conduit-list gnome org
- Subject: FYI: Some notes on getting network sync to work with Firestarter
- Date: Wed, 25 Feb 2009 15:37:55 +0000
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]