Which command is used to administer IPv6 netfilter rules?
Which command is used to administer IPv6 netfilter rules?
The correct command to administer IPv6 netfilter rules is 'ip6tables'. This command is specifically designed to handle the filtering and manipulation of IPv6 network traffic. 'iptables' is used for IPv4 traffic, and other options like 'iptablesv6', 'iptables6', and 'ipv6tables' are incorrect and do not correspond to any standard Linux commands for managing IPv6 firewall rules.
D is correct! Red Hat Enterprise Linux supports IPv6 firewall rules using the Netfilter 6 subsystem and the ip6tables command. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/4/html/security_guide/s1-firewall-ip6t
D is correct!