mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-18 17:27:20 +01:00
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.
6 lines
148 B
Plaintext
Executable File
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
|