
All three rules are created for the single NAT change that we made. They can be read as "whenever traffic is
leaving through the wm0 interface, if it has a 192.168.211.0 network source IP address, change the source IP
address to 10.0.0.68".
Second, we changed the default gateway:
Source Routing Table:
0.0.0.0/00:
default via 10.0.0.254
192.168.211.0/24:
default via 10.0.0.254
10.0.0.0/24:
default via 10.0.0.254
Both networks now use the same default gateway, since all traffic will be sent through that router.
Third, we added permit rules for the networks:
IPv4 Rules:
1: pass on interface lo0 all hits: 0 bytes: 0
2: pass on interface wm1 hits: 90 bytes: 4156
From To
192.168.211.0/24 192.168.211.0/24
-> 10.0.0.0/24
0.0.0.0/0
3: pass on interface wm0 hits: 6 bytes: 295
From To
10.0.0.0/24 10.0.0.0/24
0.0.0.0/0 -> 0.0.0.0/0
192.168.211.0/24
4: block on interface wm1 hits: 0 bytes: 0
From To
192.168.211.0/24 192.168.211.0/24
-> 10.0.0.0/24
Copyright © 2013 Coyote Point Systems. A subsidiary of Fortinet, Inc.
All Rights Reserved.
93
Equalizer Administration Guide
Comentarios a estos manuales