2.2 - Network Blueprint
Whose in your network?
#
# Tuono Hands-On Lab
# HOL-102
# This is an example blueprint that creates a basic network
#
---
networking:
network:
vnet-walkthrough:
range: 10.0.0.0/16
scope: public
subnet:
subnet-walkthrough:
range: 10.0.0.0/24
network: vnet-walkthrough
scope: public
firewall: fw-external-access # Module 3 defines the firewallLast updated
Was this helpful?