added more IPSec

This commit is contained in:
mischa 2022-06-17 16:24:28 +02:00
parent 465a2620aa
commit 7452f8fa44
6 changed files with 176 additions and 5 deletions

View File

@ -8,6 +8,18 @@ group = Users
billingtags = 333
[ipsecconnectors2]
cxp = US-EAST-2
segments = Prod
group = Development
billingtags = 343
[ipsecconnectors3]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Corporate
group = Users
billingtags = 333
[ipsecconnectors4]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Prod
group = Development

107
config/demo.cnf Normal file
View File

@ -0,0 +1,107 @@
[ipsecconnectors1]
cxp = US-EAST-2
segments = Corporate
group = Users
billingtags = 333
[ipsecconnectors2]
cxp = US-EAST-2
segments = Prod
group = Development
billingtags = 343
[ipsecconnectors3]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Corporate
group = Users
billingtags = 333
[ipsecconnectors4]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Prod
group = Development
billingtags = 343
[internetconnectors1]
cxp = US-EAST-2
segments = Corporate
group = Users
billingtags = 333
[internetconnectors2]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Prod
group = Development
billingtags = 343
[awsvpcconnectors1]
cxp = US-EAST-2
segments = Prod
group = Development
billingtags = 343
[awsvpcconnectors2]
cxp = US-EAST-2
segments = Prod
group = Development
billingtags = 333
[awsvpcconnectors3]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Prod
group = Development
billingtags = 343
[awsvpcconnectors4]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Prod
group = Development
billingtags = 333
[azurevnetconnectors1]
cxp = US-EAST-2
segments = Corporate
group = Users
billingtags = 343
[azurevnetconnectors2]
cxp = US-EAST-2
segments = Corporate
group = Users
billingtags = 333
[azurevnetconnectors3]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Corporate
group = Users
billingtags = 343
[azurevnetconnectors4]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Corporate
group = Users
billingtags = 333
[gcpvpcconnectors1]
cxp = US-EAST-2
segments = Prod
group = Development
billingtags = 343
[gcpvpcconnectors2]
cxp = US-EAST-2
segments = Prod
group = Development
billingtags = 333
[gcpvpcconnectors3]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Corporate
group = Users
billingtags = 343
[gcpvpcconnectors4]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Corporate
group = Users
billingtags = 343

View File

@ -1,5 +1,5 @@
{
"name": "SanJose",
"name": "SanJose1",
"cxp": "US-EAST-2",
"type": "IP_SEC",
"group": "Users",
@ -16,7 +16,7 @@
{
"name": "PAN",
"gatewayIpType": "STATIC",
"customerGwIp": "101.1.1.1"
"customerGwIp": "192.168.1.2"
}
],
"billingTags": [

View File

@ -1,10 +1,10 @@
{
"name": "Amsterdam",
"name": "SanJose2",
"cxp": "US-EAST-2",
"type": "IP_SEC",
"group": "Users",
"segments": [
"Corporate"
"Prod"
],
"vpnMode": "ROUTE_BASED",
"routingOptions": {
@ -16,7 +16,7 @@
{
"name": "PAN",
"gatewayIpType": "STATIC",
"customerGwIp": "101.1.1.1"
"customerGwIp": "192.168.1.3"
}
],
"billingTags": [

View File

@ -0,0 +1,26 @@
{
"name": "Amsterdam1",
"cxp": "US-EAST-2",
"type": "IP_SEC",
"group": "Users",
"segments": [
"Prod"
],
"vpnMode": "ROUTE_BASED",
"routingOptions": {
"dynamicRouting": {
"customerGwAsn": "60131"
}
},
"sites": [
{
"name": "PAN",
"gatewayIpType": "STATIC",
"customerGwIp": "192.168.2.2"
}
],
"billingTags": [
"333"
],
"size": "LARGE"
}

View File

@ -0,0 +1,26 @@
{
"name": "Amsterdam2",
"cxp": "US-EAST-2",
"type": "IP_SEC",
"group": "Users",
"segments": [
"Corporate"
],
"vpnMode": "ROUTE_BASED",
"routingOptions": {
"dynamicRouting": {
"customerGwAsn": "60131"
}
},
"sites": [
{
"name": "PAN",
"gatewayIpType": "STATIC",
"customerGwIp": "192.168.2.3"
}
],
"billingTags": [
"333"
],
"size": "LARGE"
}