I have a small private network (192.168.0.0) with an openbsd 2.8 firewall
and I was wondering how will ipnat work without using the portmap option.
For example, if my ipnat.rules only holds this line:
map ne1 192.168.0.0/24 -> 216.227.12.153/32
and NOT this line
#map ne1 192.168.0.0/24 -> 216.227.12.153/32 portmap tcp/udp 50000:65535
what are the implications? It seems to work so far. Forward mappings keep
the src port and do not portmap which is good for different reasons. Will I
run into any problems?