This is a discussion on ipnat and tcp within the IPFilter forums, part of the System Security and Security Related category; Hi! Why is the ipnat -l show the last raw "port 2222" with tcp? List of active MAP/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi!
Why is the ipnat -l show the last raw "port 2222" with tcp? List of active MAP/Redirect filters: map xl0 192.168.0.0/24 -> 0.0.0.0/32 portmap tcp/udp auto map xl0 192.168.0.0/24 -> 0.0.0.0/32 rdr xl0 0.0.0.0/32 port 2222 -> 192.168.0.52 port 2222 tcp Here are my ipnat.rules: ################################################## ################ # External interface xl0 (Intranet -> Internet) ################################################## ################ map xl0 192.168.0.0/24 -> 0/32 portmap tcp/udp auto map xl0 192.168.0.0/24 -> 0/32 rdr xl0 0/32 port 2222 -> 192.168.0.52 port 2222 //Jan |