Bug#301004: [nat] 2.6.11 breaks local transparent caches

2005-10-14 Thread Horms
Is this bug fixed in 2.6.12 or 13? -- Horms -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#301004: [nat] 2.6.11 breaks local transparent caches

2005-03-23 Thread martin f krafft
Package: kernel-source-2.6.11 Version: 2.6.11-1 With = 2.6.10, squid was working fine as a transparent proxy for local connections, using the following NAT rules: -A OUTPUT -o world -p tcp --dport 80 -j redirect-local-squid -A redirect-local-squid -m owner --gid-owner 13 -j ACCEPT -A