Appendix b: network definition files, Table 2, Table 3 – Dell PowerEdge C1100 User Manual

Page 12: Publicnet.xml: definition for the public network, Table 4, Privatenet.xml: definition for the private network

Advertising
background image

Cloud Training in a Box: Inexpensive and Reproducible Training Environments for Cloud Solutions

12

Appendix B: Network definition files

The files below are used in the kickstart file to define the desired network configuration for a virtual
environment:

Table 2. defaultnet.xml: Revised definition for the default network

<network>
<name>default</name>
<forward mode='nat'/>
<bridge name='virbr0' stp='on' delay='0' />
<ip address='192.168.120.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.120.2' end='192.168.120.254' />
</dhcp>
</ip>
</network>

Table 3. publicnet.xml: Definition for the public network

<network>
<name>public</name>
<bridge name="virbr2" />
<ip address="192.168.123.1" netmask="255.255.255.0">
</ip>
</network>

Table 4. privatenet.xml: Definition for the private network

<network>
<name>private</name>
<bridge name="virbr1" />
<ip address="192.168.124.1" netmask="255.255.255.0">
</ip>
</network>

Advertising