blob: 96009f6c123d9ea705f3308455990955f92a8d44 [file] [log] [blame]
Harald Welte12681842001-05-26 04:40:37 +00001Known bugs:
Rusty Russell967893b2000-10-06 08:11:40 +00002
Harald Welte158b0902002-07-23 13:44:41 +000031) NAT in the OUTPUT chain only works since kernel 2.4.18. However,
4 there is a patch for previous kernels in patch-o-matic, called the
5 'local-nat.patch'. This patch adds a CONFIG_NF_IP_NAT_LOCAL kernel config
6 option.
Rusty Russell967893b2000-10-06 08:11:40 +00007
82) tcpdump traffic is corrupted by OUTPUT NAT.
9
103) Connection tracking doesn't wait very long for reply FIN, meaning
11 that half-closed pipes can time out early (seen frequently with squid).
Harald Welte158b0902002-07-23 13:44:41 +000012
134) When you use ip6tables packet mangling on IPv6 packets, the packet will
14 not be re-routed in case e.g. you insert a routing header.