summaryrefslogtreecommitdiffstats
path: root/compass/deploy/template/network/nat.xml
blob: 90ce888ddf43134e5b2648c2c25b316bf585c5f7 (plain)
1
2
3
4
5
6
7
8
9
10
<network ipv6='yes'>
  <name>REPLACE_NAME</name>
  <forward mode='nat'/>
  <bridge name='REPLACE_BRIDGE'/>
  <ip address='REPLACE_GATEWAY' netmask='REPLACE_MASK'>
    <!--dhcp>
      <range start='REPLACE_START' end='REPLACE_END'/>
    </dhcp-->
  </ip>
</network>