File tree 7 files changed +11
-11
lines changed
7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ spec:
172
172
description: My First Inventory Profile # [1] optional
173
173
timezone: America/Los_Angeles # [2] optional
174
174
allowSshFromIpv4: # [3]
175
- - 172.28.51 .1/24
175
+ - 100.71.56 .1/24
176
176
- 203.0.113.0/24
177
177
allowSshFromIpv6: # [4] optional
178
178
- 2001:db8:acad::/64
@@ -371,7 +371,7 @@ spec:
371
371
srcPort: 1-65535 # [7]
372
372
dstAddress: 203.0.113.193/32 # [8]
373
373
dstPort: "8080" # [9]
374
- dnatToIp: 172.28.51 .150/32 # [10]
374
+ dnatToIp: 100.71.56 .150/32 # [10]
375
375
dnatToPort: 80 # [11]
376
376
# snatToIp: 203.0.113.192 # [12]
377
377
# snatToPool: 203.0.113.192/26 # [13]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ kind: Allocation
27
27
metadata :
28
28
name : my-allocation-vnet
29
29
spec :
30
- prefix : 172.28.51 .0/24
30
+ prefix : 100.71.56 .0/24
31
31
tenant : Admin
32
32
---
33
33
apiVersion : k8s.netris.ai/v1alpha1
Original file line number Diff line number Diff line change 6
6
description : My First Inventory Profile
7
7
timezone : America/Los_Angeles
8
8
allowSshFromIpv4 :
9
- - 172.28.51 .1/24
9
+ - 100.71.56 .1/24
10
10
- 203.0.113.0/24
11
11
allowSshFromIpv6 :
12
12
- 2001:db8:acad::/64
Original file line number Diff line number Diff line change 11
11
port : 8443
12
12
ip : 203.0.113.150
13
13
backend :
14
- - 172.28.51 .100:443
15
- - 172.28.51 .101:443
14
+ - 100.71.56 .100:443
15
+ - 100.71.56 .101:443
16
16
check :
17
17
type : http
18
18
timeout : 3000
Original file line number Diff line number Diff line change 8
8
site : santa-clara
9
9
action : snat
10
10
protocol : all
11
- srcAddress : 172.28.51 .0/24
11
+ srcAddress : 100.71.56 .0/24
12
12
dstAddress : 0.0.0.0/0
13
13
snatToIp : 203.0.113.192
14
14
# snatToPool: 203.0.113.192/26
27
27
srcPort : 1-65535
28
28
dstAddress : 203.0.113.193/32
29
29
dstPort : " 8080"
30
- dnatToIp : 172.28.51 .150/32
30
+ dnatToIp : 100.71.56 .150/32
31
31
dnatToPort : 80
32
32
---
33
33
apiVersion : k8s.netris.ai/v1alpha1
40
40
site : santa-clara
41
41
action : accept_snat
42
42
protocol : all
43
- srcAddress : 172.28.51 .0/24
43
+ srcAddress : 100.71.56 .0/24
44
44
dstAddress : 10.10.0.0/16
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ kind: Subnet
59
59
metadata :
60
60
name : my-subnet-vnet
61
61
spec :
62
- prefix : 172.28.51 .0/24
62
+ prefix : 100.71.56 .0/24
63
63
tenant : Admin
64
64
purpose : common
65
65
sites :
Original file line number Diff line number Diff line change 8
8
sites :
9
9
- name : santa-clara
10
10
gateways :
11
- - 172.28.51 .1/24
11
+ - 100.71.56 .1/24
12
12
- 2001:db8:acad::fffe/64
13
13
switchPorts :
14
14
- name : swp5@my-sw01
You can’t perform that action at this time.
0 commit comments