ip6tables invalid mask specified error
Carmen Sandiego on Saturday, 03 December 2011 04:19:55
What does this error mean?
+ /sbin/iptables -v -A out -o sixxs -p 41 -d 2604:8800:100:111::2/64 -j ACCEPT
iptables v1.4.8: invalid mask `64' specified
ip6tables invalid mask specified error
Jeroen Massar on Saturday, 03 December 2011 12:38:52
That you need to use 'ip6tables' for IPv6
iptables is for IPv4 which is 32bits
ip6tables is for IPv6 which is 128 bits
As you don't state what you are trying to achieve though there is not much to tell about the rest of the statement but it does not make much sense. Thus if you can explain what you are trying to do I am sure somebody here can help out with it.
Posting is only allowed when you are logged in. |