[pve-devel] ipv6 multicast filter

Alexandre DERUMIER aderumier at odiso.com
Mon Nov 10 11:38:49 CET 2014


>># ip6tables -A INPUT -m addrtype --dst-type MULTICAST -j DROP 
>>ip6tables: No chain/target/match by that name. 
>>
>>Any ideas whats wrong? 

Strange, It's working for me (kernel 3.10)

#ip6tables -A INPUT -m addrtype --dst-type MULTICAST -j DROP


# ip6tables-save 
# Generated by ip6tables-save v1.4.14 on Mon Nov 10 11:38:27 2014
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -m addrtype --dst-type MULTICAST -j DROP
COMMIT


----- Mail original ----- 

De: "Dietmar Maurer" <dietmar at proxmox.com> 
À: "Alexandre DERUMIER (aderumier at odiso.com)" <aderumier at odiso.com>, pve-devel at pve.proxmox.com 
Envoyé: Lundi 10 Novembre 2014 11:30:42 
Objet: ipv6 multicast filter 



Below command does not work for me: 

# ip6tables -A INPUT -m addrtype --dst-type MULTICAST -j DROP 
ip6tables: No chain/target/match by that name. 

Any ideas whats wrong? 



More information about the pve-devel mailing list