Dear alls,
I am running ipnat/ipf on FreeBSD 8.1 stable.
How do I exclude certain ip in global rdr in ipnat.rules. for example:
That works easily. Now I would like to exclude just 1 ip, for example 202.93.93.93 to be excluded in redirection to another machine. What is the command/syntax in ipnat ?
Thanks in advance.
I am running ipnat/ipf on FreeBSD 8.1 stable.
How do I exclude certain ip in global rdr in ipnat.rules. for example:
Code:
rdr inside-interface any port 80 -> 192.168.2.100 port 80 tcp
That works easily. Now I would like to exclude just 1 ip, for example 202.93.93.93 to be excluded in redirection to another machine. What is the command/syntax in ipnat ?
Thanks in advance.