Re: avahi

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

 



Le lundi 17 avril 2006 à 20:28 +0200, Levin Fritz a écrit :
> Hi Eric,
> I played with avahi a bit today and kind of made it work. Maybe I can
> help you get started.
> 
> Make sure the packages avahi and avahi-tools are installed and
> avahi-daemon is turned on. Now, for each service that you want to
> publish, you'll need to add a .service file in /etc/avahi/services/.
> This blog entry describes how to do that for a web page:
> http://www.burtonini.com/blog/2006/Feb/11 . After you change any
> entries, you have to do a
>   service avahi-daemon restart
> (on the server). To see if it worked, run
>   avahi-browse -a
> on any machine on your network. There should be a line like this one:
> + eth0 IPv4 Levin's web page                 Web Site          local
> There's also a simple gui, avahi-discover.
> 
> The avahi.service man page
> (http://avahi.org/download/avahi.service.5.xml) describes the .service
> file format in a little more detail. Also, here's another post by the
> same guy with a .service file for sftp:
> http://www.burtonini.com/blog/2006/02/13/ (if you have sshd running, it
> probably provides an sftp-service, too).
> 
> Does this help? If not, please give us some more detail on what you're
> trying to do with avahi.
Thanks for the help. The main problem was that firestarter drop all multicast 
by default and there is no option about this in the gui. You need to edit 
/etc/firestarter/user-pre and add : 
$IPT -A INPUT -s 224.0.0.0/8 -d 0/0 -j ACCEPT
$IPT -A INPUT -s 0/0 -d 224.0.0.0/8 -j ACCEPT
$IPT -A OUTPUT -s 224.0.0.0/8 -d 0/0 -j ACCEPT
$IPT -A OUTPUT -s 0/0 -d 224.0.0.0/8 -j ACCEPT

to negate the lines in the firewall script.
I think it's a pity for firestarter to have this and i fill in a bug in
bugzilla about this.
Eric



[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux