mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-10-16 07:28:25 +02:00
6 lines
160 B
Plaintext
6 lines
160 B
Plaintext
#
|
|
# Rule NAT_1 0 (NAT)
|
|
nat proto {tcp udp icmp} from 192.168.1.0/24 to any -> 192.168.1.1
|
|
nat proto {tcp udp icmp} from 192.168.1.0/24 to any -> 192.0.2.1
|
|
|