mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-02-12 08:37:39 +01:00
chore: Add unpacked reference files for test
This commit is contained in:
parent
78228a4da3
commit
589c87b943
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,7 +47,6 @@ src/unit_tests/*/*Test
|
||||
src/unit_tests/*/*Tests
|
||||
src/unit_tests/*/*.output
|
||||
src/unit_tests/generatedScriptTests*/generatedScriptTests*
|
||||
src/unit_tests/generatedScriptTestsSecuwall/ref.*
|
||||
src/unit_tests/generatedScriptTestsSecuwall/secuwall-1/
|
||||
src/unit_tests/generatedScriptTestsSecuwall/secuwall-2/
|
||||
*.pro.user
|
||||
|
@ -0,0 +1,4 @@
|
||||
127.0.0.1 localhost
|
||||
|
||||
# Secuwall hosts
|
||||
secuwall-2 192.168.1.3
|
@ -0,0 +1,15 @@
|
||||
MGM_DEV="eth1"
|
||||
MGM_IP="192.168.1.254 192.168.1.253"
|
||||
LOG_IP="192.168.1.252"
|
||||
SNMP_IP="192.168.1.251"
|
||||
SNMP_COM="my_snmpstring"
|
||||
NTP_IP="192.168.1.250"
|
||||
VARPART=""
|
||||
CFGPART=""
|
||||
NRPE=yes
|
||||
NRPE_IP="192.168.1.249"
|
||||
VRRPD=yes
|
||||
VRRPSECRET="my_vrrpsecret"
|
||||
MASTER=yes
|
||||
CONNTRACKD=yes
|
||||
CONN_DEV="eth0"
|
@ -0,0 +1,5 @@
|
||||
NETWORKING=yes
|
||||
GATEWAY=""
|
||||
GATEWAYDEV=""
|
||||
HOSTNAME="secuwall-1"
|
||||
FORWARD_IPV4="yes"
|
@ -0,0 +1,12 @@
|
||||
DEVICE="eth0"
|
||||
BOOTPROTO="none"
|
||||
IPADDR="172.24.0.2"
|
||||
NETMASK="255.255.0.0"
|
||||
NETWORK="172.24.0.0"
|
||||
BROADCAST="172.24.255.255"
|
||||
ONBOOT="yes"
|
||||
LINK=""
|
||||
MACADDR=""
|
||||
MTU="1500"
|
||||
ARP="yes"
|
||||
TYPE="ethernet"
|
@ -0,0 +1,12 @@
|
||||
DEVICE="eth1"
|
||||
BOOTPROTO="none"
|
||||
IPADDR="192.168.1.2"
|
||||
NETMASK="255.255.255.0"
|
||||
NETWORK="192.168.1.0"
|
||||
BROADCAST="192.168.1.255"
|
||||
ONBOOT="yes"
|
||||
LINK=""
|
||||
MACADDR=""
|
||||
MTU="1500"
|
||||
ARP="yes"
|
||||
TYPE="ethernet"
|
@ -0,0 +1,13 @@
|
||||
DEVICE="vrrp0"
|
||||
BOOTPROTO="none"
|
||||
IPADDR="172.24.0.1"
|
||||
NETMASK="255.255.0.0"
|
||||
NETWORK="172.24.0.0"
|
||||
BROADCAST="172.24.255.255"
|
||||
ONBOOT="yes"
|
||||
LINK=""
|
||||
MACADDR=""
|
||||
MTU="1500"
|
||||
ARP="yes"
|
||||
TYPE="vrrp"
|
||||
BASEDEV="eth0"
|
@ -0,0 +1,13 @@
|
||||
DEVICE="vrrp1"
|
||||
BOOTPROTO="none"
|
||||
IPADDR="192.168.1.1"
|
||||
NETMASK="255.255.255.0"
|
||||
NETWORK="192.168.1.0"
|
||||
BROADCAST="192.168.1.255"
|
||||
ONBOOT="yes"
|
||||
LINK=""
|
||||
MACADDR=""
|
||||
MTU="1500"
|
||||
ARP="yes"
|
||||
TYPE="vrrp"
|
||||
BASEDEV="eth1"
|
Loading…
Reference in New Issue
Block a user