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]?
Rules after natd running (why second rule has 0 in packets number?):
*********screenshot***********************
#ipfw show
0001 6 180 divert 1111 tcp from any to any dst-port 7
0002 0 0 divert 1111 tcp from any 7 to any
*********screenshot***********************
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message