Bruce S. Skinner
2013-11-11 02:00:06 UTC
Gentlepeople,
Shorewall6 starts successfully, but during:
Compiling /usr/share/shorewall6/action.Broadcast for chain Broadcast...
the kernel issues the message:
xt_addrtype: ipv6 does not support BROADCAST matching
Distribution: Debian 7
kernel: 3.2.0
shorewall6 version: 4.5.5.3
shorewall config: /usr/share/doc/shorewall6/examples/two-interfaces
I didn't think there was any such thing as a broadcast address in ipv6,
just multicast and anycast addresses. Can someone shed some light on
what this all means?
The Broadcast chain looks like this.
Chain Broadcast (2 references)
pkts bytes target prot opt in out source destination
0 0 DROP all any any anywhere 2001:5c0:1505:f900::/128
0 0 DROP all any any anywhere 2001:5c0:1505:f900:ffff:ffff:ffff:ff80/121
0 0 DROP all any any anywhere ff00::/8
Does this mean that datagrams addressed to:
the subnet router anycast address (2001:5c0:1505:f900::/128),
all other anycast addresses (2001:5c0:1505:f900:ffff:ffff:ffff:ff80/121),
all multicast addresses (ff00::/8)
will be dropped? or not?
I'm not a Perl programmer, so be gentle with me, but
/usr/share/shorewall6/action.Broadcast references 3 destination types
BROADCAST, MULTICAST & ANYCAST. Am I correct in assuming that the 3
rules in the above broadcast chain apply to just 2 of the destination
types i.e. MULTICAST & ANYCAST?
Shorewall6 starts successfully, but during:
Compiling /usr/share/shorewall6/action.Broadcast for chain Broadcast...
the kernel issues the message:
xt_addrtype: ipv6 does not support BROADCAST matching
Distribution: Debian 7
kernel: 3.2.0
shorewall6 version: 4.5.5.3
shorewall config: /usr/share/doc/shorewall6/examples/two-interfaces
I didn't think there was any such thing as a broadcast address in ipv6,
just multicast and anycast addresses. Can someone shed some light on
what this all means?
The Broadcast chain looks like this.
Chain Broadcast (2 references)
pkts bytes target prot opt in out source destination
0 0 DROP all any any anywhere 2001:5c0:1505:f900::/128
0 0 DROP all any any anywhere 2001:5c0:1505:f900:ffff:ffff:ffff:ff80/121
0 0 DROP all any any anywhere ff00::/8
Does this mean that datagrams addressed to:
the subnet router anycast address (2001:5c0:1505:f900::/128),
all other anycast addresses (2001:5c0:1505:f900:ffff:ffff:ffff:ff80/121),
all multicast addresses (ff00::/8)
will be dropped? or not?
I'm not a Perl programmer, so be gentle with me, but
/usr/share/shorewall6/action.Broadcast references 3 destination types
BROADCAST, MULTICAST & ANYCAST. Am I correct in assuming that the 3
rules in the above broadcast chain apply to just 2 of the destination
types i.e. MULTICAST & ANYCAST?