Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2006 15:22:26 +0100
From:      "Janne Rockstedt" <rockstedt@telia.com>
To:        <freebsd-ipfw@freebsd.org>
Subject:   ipnat tcp
Message-ID:  <00a701c62fdf$bfe75860$3401a8c0@PCCompaq>

next in thread | raw e-mail | index | archive | help
Hi all!

My ipnat.rules:
map xl1 192.168.0.0/24 -> 0/32 portmap tcp/udp auto
map xl1 192.168.0.0/24 -> 0/32
map xl1 192.168.0.0/24 -> 0.0.0.0/32 proxy port 500 ipsec/udp
rdr xl1 0/32 port 2222 -> 192.168.0.52 port 2222

My: # ipnat -l
map xl1 192.168.0.0/24 -> 0.0.0.0/32 portmap tcp/udp auto
map xl1 192.168.0.0/24 -> 0.0.0.0/32
map xl1 192.168.0.0/24 -> 0.0.0.0/32 proxy port isakmp ipsec/udp
rdr xl1 0.0.0.0/32 port 2222 -> 192.168.0.52 port 2222 tcp



Why is last raw on ipnat -l  showning TCP on port 2222?
I have not used tcp in my ipnat.rules on the port 2222

//Jan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00a701c62fdf$bfe75860$3401a8c0>