Linux Netfilter discussions
 help / color / mirror / Atom feed
* Ugly problem with ebtables
@ 2009-04-27 10:02 Juan Antonio Rodriguez Moreno
  2009-04-27 13:30 ` Pascal Hambourg
  0 siblings, 1 reply; 5+ messages in thread
From: Juan Antonio Rodriguez Moreno @ 2009-04-27 10:02 UTC (permalink / raw)
  To: netfilter

Hello,

excuse me about my bad english, I'll try to explain my ugly issue

I have a linux bridged machine, with eth1 and eth2 port on br0. I'm using
ebtables to up smtp traffic on routing process and iptables to mark it. I
route this traffic over openvpn tunnel tun0.

That's all right but when IP fragment a packet and send the former frame
without the PUSH flag, this frame dissapear.
I can see all traffic on the sending point of the tunel, but the frames
without the PUSH flag set don't arrive on the another side.

For example I send a mail and this is the trace

On client  #ngrep -d tun0 host 192.168.11.150 and port 25

... Traffic ....

T xxx.xxx.xxx.xxx:25 -> 192.168.11.150:2286 [AP]
  354 End data with <CR><LF>.<CR><LF>..

192.168.11.150:2286 -> xxx.xxx.xxx.xxx:25 [A]
From: "copperpot" <copperpot@xxxx.com>..To:
<jrodriguez@xxxx.com>..Subject: Prueba de correo..Date: Mon, 27 Apr 2009
11:24:21 +0200..Message-ID: <006e01c9c719$f37dfd80$da79f880$@com> [ ...
Continue .....]

T 192.168.11.150:2286 -> xxx.xxx.xxx.xxx:25 [AP]
...font-size:11.0pt;...font-family:"Calibri","sans-serif";}..a:link,
span.MsoHyperlink...{mso-style-priority:99;...color:blue; [ .... continue
.....]

... Traffic ....

On server side  #ngrep -d tun1 host 192.168.11.150 and port 25

... Traffic ....

T xxx.xxx.xxx.xxx:25 -> 192.168.11.150:2258 [AP]
  354 End data with <CR><LF>.<CR><LF>..

T 192.168.11.150:2258 -> xxx..xxx.xxx.xxx:25 [AP]
  ...font-size:11.0pt;...font-family:"Calibri","sans-serif";}..a:link [
...Coninue ... ]

... Traffic ...

Like will see the frame

192.168.11.150:2286 -> xxx.xxx.xxx.xxx:25 [A]
From: "copperpot" <copperpot@xxxx.com>..To: <jrodriguez@xxxx.com>..Subject:

dissapear so the mail proccess fail.

Thank you very much.



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-28 11:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 10:02 Ugly problem with ebtables Juan Antonio Rodriguez Moreno
2009-04-27 13:30 ` Pascal Hambourg
2009-04-27 20:26   ` Juan Antonio
2009-04-28  9:40     ` Pascal Hambourg
2009-04-28 11:56       ` Juan Antonio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox