* Re: [Bugme-new] [Bug 8519] New: NAT prerouting over tun interface broken
[not found] <200705212005.l4LK5aJk029945@fire-2.osdl.org>
@ 2007-05-21 20:13 ` Andrew Morton
2007-05-21 22:28 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Morton @ 2007-05-21 20:13 UTC (permalink / raw)
To: netdev; +Cc: Patrick McHardy, bugme-daemon@kernel-bugs.osdl.org, elendil
On Mon, 21 May 2007 13:05:36 -0700
bugme-daemon@bugzilla.kernel.org wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=8519
>
> Summary: NAT prerouting over tun interface broken
> Kernel Version: 2.6.21.1
> Status: NEW
> Severity: normal
> Owner: networking_netfilter-iptables@kernel-bugs.osdl.org
> Submitter: elendil@planet.nl
>
>
> Most recent kernel where this bug did *NOT* occur: 2.6.20.7
> Distribution: Debian unstable
> Hardware Environment: EM64T (Pentium D) running amd64 kernel
> Software Environment: Debian unstable
>
> Problem Description:
> I have the hercules s/390 emulator running on an EM64T host, both running
> Debian unstable. I use a tun interface, a second IP address on eth0 and
> iptables/nat so the emulator has it's own address on my local network.
>
> With 2.6.21.1 on the host, networking between the emulator and the host system
> is fine (I can ssh from the host into the emulator without problems), but
> communication from the emulator with other boxes is broken. Other boxes also
> don't see the emulator if I ping its external address.
>
> If I ping another box on my LAN from the emulator while running wireshark on
> the host, I can see that:
> - the echo request gets sent OK
> - the other box replies OK
> - the host receives the echo reply
> - but the tun interface never gets it.
>
> If I boot the host with 2.6.20 everything works fine again.
>
> Here is how the setup looks:
> |---------------- host system --------------------|
> |-- emulator --|
> eth0 tun ctc0
> LAN <---> 10.19.66.21
> LAN <---> 10.19.66.92 <---> 10.19.92.2 <---> 10.19.92.1
> nat P2P
>
> The only active iptables rules are:
> iptables -t nat -A PREROUTING -d 10.19.66.92 \
> -j DNAT --to-destination 10.19.92.1
> iptables -t nat -A POSTROUTING -s 10.19.92.1 \
> -j SNAT --to-source 10.19.66.92
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bugme-new] [Bug 8519] New: NAT prerouting over tun interface broken
2007-05-21 20:13 ` [Bugme-new] [Bug 8519] New: NAT prerouting over tun interface broken Andrew Morton
@ 2007-05-21 22:28 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2007-05-21 22:28 UTC (permalink / raw)
To: elendil; +Cc: Andrew Morton, netdev, bugme-daemon@kernel-bugs.osdl.org
Andrew Morton wrote:
> On Mon, 21 May 2007 13:05:36 -0700
> bugme-daemon@bugzilla.kernel.org wrote:
>
>>Problem Description:
>>I have the hercules s/390 emulator running on an EM64T host, both running
>>Debian unstable. I use a tun interface, a second IP address on eth0 and
>>iptables/nat so the emulator has it's own address on my local network.
>>
>>With 2.6.21.1 on the host, networking between the emulator and the host system
>>is fine (I can ssh from the host into the emulator without problems), but
>>communication from the emulator with other boxes is broken. Other boxes also
>>don't see the emulator if I ping its external address.
>>
>>If I ping another box on my LAN from the emulator while running wireshark on
>>the host, I can see that:
>>- the echo request gets sent OK
>>- the other box replies OK
>>- the host receives the echo reply
>>- but the tun interface never gets it.
>>
>>If I boot the host with 2.6.20 everything works fine again.
Please post the output of lsmod and cat /proc/net/ip_conntrack after
sending a ping.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-21 22:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200705212005.l4LK5aJk029945@fire-2.osdl.org>
2007-05-21 20:13 ` [Bugme-new] [Bug 8519] New: NAT prerouting over tun interface broken Andrew Morton
2007-05-21 22:28 ` Patrick McHardy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).