Hallo Leute,
ich wollte in meiner Firewall den Traffic für Proto 41 (IPv6) komplett in alle Richtungen freigeben, damit mein IPv6 Tunnel wieder funktioniert. Schalt ich die Firewall ab, so funktioniert mein Tunnel einwandfrei...
MfG Tim
IPtables Firewall und IPv6
Re: IPtables Firewall und IPv6
Wo ist das Problem?
http://www.netfilter.org/documentation/ ... html#ss7.3
http://www.netfilter.org/documentation/ ... html#ss7.3
Dazu sollte sich sicher auch in der manpage was finden lassen...Specifying Protocol
The protocol can be specified with the `-p' (or `--protocol') flag. Protocol can be a number (if you know the numeric protocol values for IP) or a name for the special cases of `TCP', `UDP' or `ICMP'. Case doesn't matter, so `tcp' works as well as `TCP'.
The protocol name can be prefixed by a `!', to invert it, such as `-p ! TCP' to specify packets which are not TCP.
Re: IPtables Firewall und IPv6
Jo, danke... ;-) Hatte ich auch schon rausgefunden... Danke aber trotzdem... ;-)