aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/template/network/nat.xml
blob: 358fb50deda64e02ccaf2d94acea30230fbda238 (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>