I've installed Ubuntu 12.04 and shortly noticed that my internet port has been blocked by internet provider. I contacted technical support and get reported that my computer was sending too many multicast requests. And their automated system blocked my port.
I've disabled avahi-daemon on my computer:
executed the command:
gksu gedit /etc/default/avahi-daemon
and then set the parameter:
AVAHI_DAEMON_DETECT_LOCAL=0
and saved the file.
After that I disabled MULTICAST on my network card:
sudo ifconfig eth0 -multicast
My question: Are those measures enough or I need to do additional steps to prevent my computer from sending multicast requests?
AVAHI_DAEMON_DETECT_LOCAL=0
is not enough? Am I right ? – Sep 01 '14 at 07:41