mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
38 lines
670 B
XML
38 lines
670 B
XML
<rpc>
|
|
<load-configuration>
|
|
<configuration>
|
|
<security>
|
|
<nat>
|
|
<destination>
|
|
<rule-set>
|
|
<name>%rule-set%</name>
|
|
<from><zone>%from-zone%</zone></from>
|
|
<rule>
|
|
<name>%rule-name%</name>
|
|
<dest-nat-rule-match>
|
|
<destination-address>
|
|
<dst-addr>%public-address%</dst-addr>
|
|
</destination-address>
|
|
<destination-port>
|
|
<dst-port>%src-port%</dst-port>
|
|
</destination-port>
|
|
</dest-nat-rule-match>
|
|
<then>
|
|
<destination-nat>
|
|
<pool>
|
|
<pool-name>%pool-name%</pool-name>
|
|
</pool>
|
|
</destination-nat>
|
|
</then>
|
|
</rule>
|
|
</rule-set>
|
|
</destination>
|
|
</nat>
|
|
</security>
|
|
</configuration>
|
|
</load-configuration>
|
|
</rpc>
|
|
|
|
|
|
|
|
|