m-tmatma / yocto-raspberry-pi

yocto for raspberry pi
0 stars 0 forks source link

avahi-daemon (fedora) #12

Open m-tmatma opened 5 years ago

m-tmatma commented 5 years ago

avahi-daemon (fedora)

m-tmatma commented 5 years ago

https://qiita.com/ymotongpoo/items/700884e64832f812b9db https://docs.fedoraproject.org/en-US/fedora/rawhide/system-administrators-guide/infrastructure-services/Services_and_Daemons/

sudo dnf install avahi.x86_64 -y
sudo systemctl restart avahi-daemon
sudo systemctl enable avahi-daemon
sudo firewall-cmd --add-port=mdns/udp
sudo firewall-cmd --reload