mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
basic support for public domains, with example -- will prompt for network interface to bridge to (ref #97)
This commit is contained in:
14
modules/networks/public/public_network_1/secgen_metadata.xml
Normal file
14
modules/networks/public/public_network_1/secgen_metadata.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<network xmlns="http://www.github/cliffe/SecGen/network"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.github/cliffe/SecGen/network">
|
||||
<name>Public Network #1</name>
|
||||
<author>Z. Cliffe Schreuders</author>
|
||||
<module_license>GPLv3</module_license>
|
||||
<description>A network</description>
|
||||
|
||||
<type>public_network</type>
|
||||
<range>dhcp</range>
|
||||
|
||||
</network>
|
||||
14
scenarios/examples/public_network.xml
Normal file
14
scenarios/examples/public_network.xml
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<scenario xmlns="http://www.github/cliffe/SecGen/scenario"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.github/cliffe/SecGen/scenario">
|
||||
|
||||
<system>
|
||||
<system_name>storage_server</system_name>
|
||||
<base platform="linux"/>
|
||||
<service /> <!-- random network service -->
|
||||
<network type="public_network"/>
|
||||
</system>
|
||||
|
||||
</scenario>
|
||||
Reference in New Issue
Block a user