IPtables Firewall und IPv6

Rund um die Sicherheit des Systems und die Applikationen
Post Reply
Der-Tim
Posts: 102
Joined: 2002-11-08 10:48
Location: Hamburg
Contact:
 

IPtables Firewall und IPv6

Post by Der-Tim »

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
dodolin
Posts: 3840
Joined: 2003-01-21 01:59
Location: Sinsheim/Karlsruhe
Contact:
 

Re: IPtables Firewall und IPv6

Post by dodolin »

Wo ist das Problem?
http://www.netfilter.org/documentation/ ... html#ss7.3
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.
Dazu sollte sich sicher auch in der manpage was finden lassen...
Der-Tim
Posts: 102
Joined: 2002-11-08 10:48
Location: Hamburg
Contact:
 

Re: IPtables Firewall und IPv6

Post by Der-Tim »

Jo, danke... ;-) Hatte ich auch schon rausgefunden... Danke aber trotzdem... ;-)
Post Reply