File: network-multi-in.xml

package info (click to toggle)
virt-manager 1%3A5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,404 kB
  • sloc: python: 45,877; xml: 29,099; makefile: 17; sh: 6
file content (35 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download | duplicates (4)
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
<network>
  <name>ipv6_multirange</name>
  <uuid>41b4afe4-87bb-8087-6724-5e208a2d483a</uuid>
  <forward mode="nat"/>
  <bridge name="virbr3" stp="on" delay="0" />
  <domain name="net7"/>
  <ip address="192.168.7.1" netmask="255.255.255.0">
    <dhcp>
      <range start="192.168.7.128" end="192.168.7.254" />
      <host mac="52:54:00:60:7d:5d" name="paul" ip="192.168.7.2" />
      <host mac="52:54:00:69:eb:91" name="badbob" ip="192.168.7.3" />
    </dhcp>
  </ip>
  <ip family="ipv6" address="fd00:beef:10:7::1" prefix="64">
    <dhcp>
      <range start="fd00:beef:10:7::1:1" end="fd00:beef:10:7::1:f1" />
      <host id="00:03:00:01:52:54:00:60:7d:5d" name="paul" ip="fd00:beef:10:7::7:2" />
      <host id="00:03:00:01:52:54:00:69:eb:91" name="badbob" ip="fd00:beef:10:7::7:4" />
    </dhcp>
  </ip>
  <ip family="ipv6" address="fd00:beef:12::" prefix="48" via="fd00:beef:10:7::7:2">
  </ip>
  <ip family="ipv4" address="192.168.19.0" netmask="255.255.255.0">
  </ip>
  <portgroup name='engineering' default='yes'>
    <virtualport type='802.1Qbh'>
      <parameters profileid='test'/>
    </virtualport>
  </portgroup>
  <portgroup name='sales'>
    <virtualport type='802.1Qbh'>
      <parameters profileid='salestest'/>
    </virtualport>
  </portgroup>
</network>