Re: how to ignore forwarded traffic?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am 21.04.2014 17:56, schrieb Sven Köhler:
> I know have the following three rules:
> 
> iptables -t raw -A PREROUTING -d <router-ip> -j CT
> iptables -t raw -A PREROUTING -s <router-ip> -j CT
> iptables -t raw -A PREROUTING -j CT --notrack

Correction:
iptables -t raw -A PREROUTING -d <router-ip1> -j CT
iptables -t raw -A PREROUTING -d <router-ip2> -j CT
iptables -t raw -A PREROUTING -j CT --notrack
(again no rules in the OUTPUT chain of the raw table)
--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux