mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
32 lines
475 B
XML
32 lines
475 B
XML
<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>
|
|
|
|
|