summaryrefslogtreecommitdiffstats
path: root/sc/qa/uitest/data/xmlSource.xml
blob: b86a2e0b171caf3bc7396400eb854c7e5239c78d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<nat>
  <rules>
    <entry name="ZoneA-to-ZoneB">
      <source-translation>
        <dynamic-ip-and-port>
          <translated-address>
            IPPool_NAT-1.2.3
          </translated-address>
        </dynamic-ip-and-port>
      </source-translation>
      <to>
        internet
      </to>
      <from>
        INTRA
      </from>
      <source>
        10.60.0.0/24
        10.62.0.0/24
      </source>
      <destination>
        any
      </destination>
      <service>any</service>
    </entry>
    <entry name="ZoneB2ZoneA">
      <source-translation>
        <dynamic-ip-and-port>
          <translated-address>
            NAT Pool 1
          </translated-address>
        </dynamic-ip-and-port>
      </source-translation>
      <to>
        internet
      </to>
      <from>
        INTRA
      </from>
      <source>
        any
      </source>
      <destination>
        any
      </destination>
      <service>any</service>
      <disabled>no</disabled>
    </entry>
  </rules>
</nat>