Last active
April 22, 2019 12:54
-
-
Save nightspotlight/31006f08769487bd2473b5e995cf237a to your computer and use it in GitHub Desktop.
Enable mdns inside a FreeBSD jail (FreeNAS-11.2-U3)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# # cat /usr/local/etc/pkg/repos/FreeBSD.conf | |
# FreeBSD: { enabled: no } | |
rm -f /usr/local/etc/pkg/repos/FreeBSD.conf | |
pkg update -f | |
pkg install --yes openmdns | |
sysrc mdnsd_enable=yes | |
sysrc mdnsd_flags=epair0b | |
service mdnsd start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment