[CentOS] lokkit and multicast

Fri Jan 25 17:15:22 UTC 2013
Jerry Geis <geisj at pagestation.com>

OKay I did not find a way to enable multicast on the lokkit command line,
however, this did work below. The big issue that it did not work the 
first time
was the module was not loaded.

modprobe xt_pkttype
iptables -I INPUT  -m pkttype --pkt-type multicast -j ACCEPT

jerry