Proxmox Documentation Multicast typo...

C

Chris Rivera

Guest
http://pve.proxmox.com/wiki/Multicast_notes


[h=2]cman & iptables[/h]In case cman crashes with cpg_send_message failed: 9 add those to your rule set:

iptables -A INPUT -m addrtype --dst-type MULTICAST -j ACCEPTiptables -A INPUT -p udp -m state --state NEW -m multiport –dports 5404,5405 -j ACCEPT

The second rule is not correct at least on the default debian squeez from iso.

-dports needs 2 dashes. Below are the corrected rules.

iptables -A INPUT -m addrtype --dst-type MULTICAST -j ACCEPT
iptables -A INPUT -p udp -m state --state NEW -m multiport --dports 5404,5405 -j ACCEPT
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!