Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170613

Proxmox Documentation Multicast typo...

$
0
0
http://pve.proxmox.com/wiki/Multicast_notes


cman & iptables

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

Viewing all articles
Browse latest Browse all 170613

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>