nat on $cif from !($cif) -> ($cif:0)
The problem is that !($cif) includes $dif
nat on $dif from !($dif) -> ($dif:0)
and !($dif) includes $cif.
XXXXXXXXXX I NEED TO CHANGE TO SOMETHING LIKE THIS XXXXXXXXX nat on $cif from ($iif:network) -> ($cif:0) nat on $dif from ($iif:network) -> ($dif:0)
Exactly although the :0 is not mandatory.