1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-18 17:27:20 +01:00
fwbuilder/test/ipf/firewall11-nat.conf.orig
Vadim Kurland fdb899bdd2 * NATCompiler_ipf.cpp (processNext): see #133, fixes #2108 making
nat compiler for ipfilter work with interface column, however the
column is not exposed to the user. Compiler behavior should be
backwards compatible with older versions of fwbuilder.
2011-02-17 12:06:50 -08:00

6 lines
148 B
Plaintext
Executable File

#
# Rule 0 (NAT)
rdr ng0 from any to any -> 10.0.0.1 ip
rdr ng1 from any to any -> 10.0.0.1 ip
rdr fxp0 from any to 10.0.0.1/32 -> 10.0.0.1 ip