linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.9 NAT problem
@ 2004-12-13 20:26 Giuliano Pochini
  2004-12-13 22:11 ` Antonio Pérez
  2004-12-14  9:31 ` Martin Josefsson
  0 siblings, 2 replies; 11+ messages in thread
From: Giuliano Pochini @ 2004-12-13 20:26 UTC (permalink / raw)
  To: Linux-kernel


I can't make NAT work on 2.6.9. Outgoing packets are translated and sent,
but incoming packets get rejected. pc4 is the other box (inside the NAT) and
host164-26... is the dynamic address of my machine:

20:42:20.132876 IP pc4.33115 > nsa.tin.it.domain:  7213+ AAAA? www.drweb32.com. (33)
20:42:20.132876 PPPoE  [ses 0x5198] IP host164-26.pool21345.interbusiness.it.33115 > nsa.tin.it.domain:  7213+ AAAA? www.drweb32.com. (33)
20:42:20.446829 PPPoE  [ses 0x5198] [length 124 (4 extra bytes)] IP nsa.tin.it.domain > host164-26.pool21345.interbusiness.it.33115:  7213 0/1/0 (94)
20:42:20.446829 PPPoE  [ses 0x5198] IP host164-26.pool21345.interbusiness.it > nsa.tin.it: icmp 130: host164-26.pool21345.interbusiness.it udp port 33115 unreachable

I enable NAT with this commands:

echo "1" >/proc/sys/net/ipv4/ip_dynaddr
echo "1" >/proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -s pc4 -d ! 192.168.1.0/24 -j MASQUERADE

I also tried SNAT with same results. I don't know if this info is useful:
all the connection couples shown by /proc/net/ip_conntrack are in
[UNREPLIED] state. I'm using iptables 1.2.11 and linux 2.6.9. All the above
works just fine with 2.6.8.1 and previous versions.

Linux Jay 2.6.9 #3 SMP Mon Dec 13 19:58:08 CET 2004 ppc unknown


--
Giuliano.

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

end of thread, other threads:[~2004-12-21 16:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <fa.en17uqu.1r1odgm@ifi.uio.no>
     [not found] ` <fa.b00sk8v.12lus29@ifi.uio.no>
2004-12-21  8:34   ` 2.6.9 NAT problem Bodo Eggert
2004-12-21 16:40     ` Bill Davidsen
2004-12-13 20:26 Giuliano Pochini
2004-12-13 22:11 ` Antonio Pérez
2004-12-14 21:20   ` Giuliano Pochini
2004-12-16 20:41   ` Bill Davidsen
2004-12-14  9:31 ` Martin Josefsson
2004-12-14  9:53   ` Giuliano Pochini
2004-12-14 21:26   ` Giuliano Pochini
2004-12-15  6:53     ` Martin Josefsson
2004-12-15 19:18       ` Giuliano Pochini

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).