Skip to content
Andrew Trimble edited this page Jun 2, 2014 · 1 revision

In order to use multicast discovery over the loopback interface, it must be turned on using the following commands:

sudo ifconfig lo multicast sudo route add -net 224.0.0.0 netmask 240.0.0.0 dev lo

Clone this wiki locally