-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemo.ini
43 lines (37 loc) · 924 Bytes
/
demo.ini
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
36
37
38
39
40
41
42
43
[B1_POV]
# Full path to bloxone module inifile
b1inifile = bloxone.ini
# User and customer details
owner = <username>
location = <location info>
customer = <customer name>
# Alternate pre/postfix configuration
prefix = %(customer)s
postfix = %(customer)s
# B1DDI
# DNS Configuration
tld = com
dns_view = %(owner)s-%(postfix)s-view
dns_domain = %(customer)s.%(tld)s
nsg = b1ddi-auto-demo
no_of_records = 10
# IP Space Configuration
ip_space = %(owner)s-%(postfix)s-demo
no_of_networks = 10
no_of_ips = 5
base_net = 192.168.0.0
container_cidr = 16
cidr = 24
net_comments = Office Network, VoIP Network, POS Network, Guest WiFI, IoT Network
# IPv6
ipv6_prefix = "2001:db8::"
# B1TD
customer_domain = <customer domain for lookalikes>
policy_level = medium
policy = %(prefix)s-policy
allow_list = %(prefix)s-allow
deny_list = %(prefix)s-deny
# Public IP
ext_net = x.x.x.x
ext_cidr = 32
ext_net_name = %(customer)s-network