Turn off Broadcast and/or multicast Dicovery within the Virtual Appliance

To turn off broadcast discovery and/or multicast discovery within the Virtual Appliance:

  1. Log on directly to the Virtual Appliance Console command line

  2. Run the following commands

iptables -A OUTPUT -m pkttype --pkt-type broadcast -d 255.255.255.255/32 -j DROP

iptables -I OUTPUT -p udp -d 239.1.1.4 -j DROP