#2266 - Added more docs. Now need to test

This commit is contained in:
Chris McCarthy
2024-04-26 14:32:54 +01:00
parent 0fff7d2240
commit 058ca3987f
2 changed files with 93 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
game:
ports:
- ARP
- DNS
- HTTP
- POSTGRES_SERVER
protocols:
- ICMP
- TCP
@@ -252,6 +255,10 @@ simulation:
subnet_mask: 255.255.255.0
default_gateway: 10.10.3.1
dns_server: 8.8.8.2
applications:
- type: WebBrowser
options:
target_url: http://sometech.ai
- hostname: some_tech_snr_dev_pc
type: computer
@@ -265,6 +272,9 @@ simulation:
- type: DatabaseClient
options:
db_server_ip: 10.10.1.11
- type: WebBrowser
options:
target_url: http://sometech.ai
- hostname: some_tech_jnr_dev_pc
type: computer
@@ -276,6 +286,9 @@ simulation:
- type: DatabaseClient
options:
db_server_ip: 10.10.1.11
- type: WebBrowser
options:
target_url: http://sometech.ai
links:
# Home/Office Lan Links
@@ -351,4 +364,4 @@ simulation:
- endpoint_a_hostname: some_tech_eng_sw
endpoint_a_port: 2
endpoint_b_hostname: some_tech_jnr_dev_pc
endpoint_b_port: 1
endpoint_b_port: 1