| <rpc> | |
| <load-configuration> | |
| <configuration> | |
| <security> | |
| <nat> | |
| <static> | |
| <rule-set> | |
| <name>%rule-set%</name> | |
| <from><zone>%from-zone%</zone></from> | |
| <rule> | |
| <name>%rule-name%</name> | |
| <static-nat-rule-match> | |
| <destination-address> | |
| <dst-addr>%original-ip%</dst-addr> | |
| </destination-address> | |
| </static-nat-rule-match> | |
| <then> | |
| <static-nat> | |
| <prefix>%translated-ip%</prefix> | |
| </static-nat> | |
| </then> | |
| </rule> | |
| </rule-set> | |
| </static> | |
| </nat> | |
| </security> | |
| </configuration> | |
| </load-configuration> | |
| </rpc> | |