From: Aymeric Moizard <jack@atosc.org>
To: netfilter@vger.kernel.org
Subject: udp connection moved from ASSURED to UNREPLIED
Date: Sat, 26 Apr 2008 16:07:24 +0200 (CEST) [thread overview]
Message-ID: <Pine.LNX.4.63.0804261543110.6453@sip2> (raw)
I've got a linux debian running 2.6.24-1-amd64 and iptables v1.4.0
It's my NAT box and is connected to a dsl box using DHCP from which I
get a public IP on eth0 and my LAN is connected using eth1.
I got established UDP connection initiated from LAN to a public
server:
ipv4 2 udp 17 178 src=192.168.2.50 dst=212.27.XX.X sport=6010
dport=5060 packets=48 bytes=4074 src=212.27.XX.X dst=88.171.XX.XX
sport=5060 dport=6010 packets=379 bytes=24499 [ASSURED] mark=0 secmark=0
use=1
This connection was initiated by 192.168.2.50, but most packets are coming
from 212.27.XX.X: those packets are meant to be "keep-alive" packets to
hold the UDP binding opened for a VoIP application.
Each 30minutes, the box is sengind an ARP request and suddenly, the
incoming packets from 212.27.XX.X gets rejected with icmp "port
unreachable" as if the conntrack was deleted upon receiving the arp
request from the dsl box.
Right after this packet was refused, the conntrack for the entrie
dissapear and gets back to a new one [UNREPLIED] as soon as a packet
from server is received:
ipv4 2 udp 17 28 src=212.27.52.5 dst=88.171.117.238 sport=5060
dport=6010 packets=1 bytes=60 [UNREPLIED] src=88.171.117.238
dst=212.27.52.5 sport=6010 dport=5060 packets=0 bytes=0 mark=0 secmark=0
use=1
As you can see conntrack does not remember any more that I was sending
UDP packets before: in the above case, the last outgoing UDP packet
was sent less than 20 seconds before this happen.
It looks to me that arp doesn't affect any existing TCP connection:
however UDP connection gets destroyed.
I'm searching for help to avoid the removal of my UDP conntrack entry.
tks,
Aymeric MOIZARD / ANTISIP amsip - http://www.antisip.com
osip2 - http://www.osip.org
eXosip2 - http://savannah.nongnu.org/projects/exosip/
next reply other threads:[~2008-04-26 14:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-26 14:07 Aymeric Moizard [this message]
2008-04-26 18:15 ` udp connection moved from ASSURED to UNREPLIED Jan Engelhardt
2008-04-26 23:09 ` Aymeric Moizard
2008-04-27 17:42 ` Aymeric Moizard
2008-04-29 23:45 ` Pascal Hambourg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.63.0804261543110.6453@sip2 \
--to=jack@atosc.org \
--cc=netfilter@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox