Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Apr 2003 15:14:06 +0400
From:      Denis Borisov <denb@mailru.com>
To:        freebsd-questions@freebsd.org
Cc:        ipfw@freebsd.org
Subject:   Problem with natd on ipfw2
Message-ID:  <12711765728.20030406151406@mailru.com>

next in thread | raw e-mail | index | archive | help
Why natd don't divert packets?

 *********screenshot***********************

 #ipfw add divert 1111 tcp from any to any 7
 #ipfw add divert 1111 tcp from any 7 to any
 #natd  -v -p 1111 -a 172.16.0.102 -redirect_port tcp 172.16.0.253:7 7

 In  [TCP]  [TCP] 172.16.0.104:49169 -> 172.16.0.102:7 aliased to
            [TCP] 172.16.0.104:49169 -> 172.16.0.253:7

 In  [TCP]  [TCP] 172.16.0.104:49169 -> 172.16.0.102:7 aliased to
            [TCP] 172.16.0.104:49169 -> 172.16.0.253:7

 ^C
 *********screenshot***********************

 Where is Out[TCP]?

This constructions fine work on FreeBSD4.7(ipfw1) but don't work on
FreeBSD 5.0-CURRENT(ipfw2).
What i am doing wrong?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?12711765728.20030406151406>