This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Some time ago I was asked why IPv6 wasn’t working. The customer had just configured some ip6tables rules and IPv6 stopped working. See if you can spot the error in the following example rule set: ip6tables -A INPUT -p ICMP -j ACCEPT ip6tables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT ip6tables -A INPUT -p tcp --dport ssh -j ACCEPT ip6tables -A INPUT -j DROP The mistake is…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.