2013-01-20 15:19:00 +00:00
|
|
|
$OpenBSD: README-main,v 1.4 2013/01/20 15:19:00 ajacoutot Exp $
|
2011-07-20 08:45:00 +00:00
|
|
|
|
|
|
|
+-----------------------------------------------------------------------
|
|
|
|
| Running ${FULLPKGNAME} on OpenBSD
|
|
|
|
+-----------------------------------------------------------------------
|
|
|
|
|
|
|
|
For proper functionality, multicast(4) needs to be enabled. To do so,
|
|
|
|
add the following line to /etc/rc.conf.local(8):
|
|
|
|
multicast_host=YES
|
|
|
|
|
|
|
|
Note that you MUST have a system-wide D-BUS daemon running BEFORE
|
|
|
|
starting avahi.
|
2013-01-13 19:49:37 +00:00
|
|
|
|
2013-01-20 14:19:43 +00:00
|
|
|
A rule similar to the one below can be used in pf.conf(5) to pass
|
|
|
|
incoming avahi (multicast) traffic:
|
2013-01-20 15:19:00 +00:00
|
|
|
pass in proto udp from any to 224.0.0.251 port 5353 allow-opts
|