-
Notifications
You must be signed in to change notification settings - Fork 2
/
vpn-config-71H725
421 lines (420 loc) · 11.1 KB
/
vpn-config-71H725
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
ec2-user@srx-71H725# run show configuration
## Last commit: 2021-07-27 17:25:35 UTC by ec2-user
version 20.2R2.11;
#junos-config
groups {
aws-default {
system {
root-authentication {
encrypted-password *disabled*; ## SECRET-DATA
}
login {
user ec2-user {
full-name juniper-aws-ec2-user;
uid 100;
class super-user;
authentication {
ssh-rsa "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0ai/0vlqaOIReWC+YNxynzyyy65AhuWk621UlbUCoO5F3sVk6og1UwapeqL6hC+TRxOJ8V3rt8+mwVIxZvttH6L0QK8qH8CoiLbKhL2zcrDV8qqOBbwwdmrME+VzkehIaJw8KNxfgs0J9el4E0lvn5ppSHqTP0FW6WuLT+79ZX80TePWEdrvCQ4K8YEEPaNq17GQaNCOtmAEckP4VlDykXmJdQ6BEoCeV3XsbDQKRT0IKLS79VMLrcqxB1OQCl83XoMDsSvpzRA3JTQeZLNtPkdJ8XsT2lG+0/nkcM1uQFyOpsfPPJ8ob9HY3dIDWiOyOvg3HMsHOb4vASWzBkyWf jnprdemouser71H725labkey"; ## SECRET-DATA
}
}
}
services {
ssh {
no-passwords;
}
netconf {
ssh;
}
web-management {
https {
system-generated-certificate;
}
}
}
name-server {
8.8.8.8;
}
license {
autoupdate {
url https://ae1.juniper.net/junos/key_retrieval;
}
}
}
}
}
apply-groups aws-default;
system {
host-name srx-71H725;
login {
user jnprdemouser71H725 {
uid 2000;
class super-user;
authentication {
encrypted-password "$1$2dP1sV5J$qTSEl6.cLFDJGxfrDV0tG."; ## SECRET-DATA
}
}
}
services {
ssh;
}
syslog {
file kmd-logs {
daemon info;
match KMD;
}
}
}
services {
application-identification {
download {
url https://services.netscreen.com/cgi-bin/index.cgi;
ignore-server-validation;
}
}
}
security {
log {
mode stream;
format sd-syslog;
report;
}
ike {
proposal ike-prop {
authentication-method pre-shared-keys;
dh-group group2;
authentication-algorithm sha-256;
encryption-algorithm aes-256-cbc;
lifetime-seconds 1800;
}
policy ike-policy-cfgr {
mode aggressive;
proposals ike-prop;
pre-shared-key ascii-text "$9$w32oGzF/9tOQFhSleW8GDjiP5n/C"; ## SECRET-DATA
}
gateway ike-gate-cfgr {
ike-policy ike-policy-cfgr;
address 3.130.125.107;
local-identity user-at-hostname "71H725-source@test.com";
remote-identity user-at-hostname "87E960-source@test.com";
external-interface ge-0/0/0;
}
}
ipsec {
policy ipsec-policy-cfgr {
perfect-forward-secrecy {
keys group1;
}
}
vpn ipsec-vpn-cfgr {
bind-interface st0.0;
ike {
gateway ike-gate-cfgr;
ipsec-policy ipsec-policy-cfgr;
}
establish-tunnels immediately;
}
}
nat {
source {
rule-set nat-set {
from interface [ ge-0/0/1.0 ge-0/0/2.0 ];
to interface ge-0/0/0.0;
rule nat-rule {
match {
source-address 0.0.0.0/0;
destination-address 0.0.0.0/0;
}
then {
source-nat {
interface;
}
}
}
}
}
destination {
pool ssh-forward {
routing-instance {
aws;
}
address 10.0.3.126/32 port 2022;
}
pool http {
routing-instance {
aws;
}
address 10.0.3.126/32 port 8080;
}
rule-set forward {
from interface ge-0/0/0.0;
rule http-forward {
match {
source-address 0.0.0.0/0;
destination-address 10.0.2.229/32;
destination-port {
8080;
}
}
then {
destination-nat {
pool {
http;
}
}
}
}
rule ssh-forward {
match {
source-address 0.0.0.0/0;
destination-address 10.0.2.229/32;
destination-port {
2022;
}
}
then {
destination-nat {
pool {
ssh-forward;
}
}
}
}
}
}
static {
rule-set static-srs1 {
from zone vpn-zone;
rule r1 {
match {
destination-address 192.168.3.10/32;
}
then {
static-nat {
prefix {
10.0.3.10/32;
}
}
}
}
}
}
proxy-arp {
interface st0.0 {
address {
192.168.3.10/32;
}
}
}
}
policies {
from-zone West to-zone untrust {
policy allow-all-out {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
count;
}
}
}
from-zone East to-zone untrust {
policy allow-all-out {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
count;
}
}
}
from-zone East to-zone vpn-zone {
policy trust-vpn-zone-cfgr {
match {
source-address Host-3;
destination-address any;
application any;
}
then {
permit;
}
}
}
from-zone West to-zone vpn-zone {
policy trust-vpn-zone-cfgr {
match {
source-address Host-2;
destination-address remote-net-snat1-192.168.0.0--16;
application any;
}
then {
permit;
}
}
}
from-zone vpn-zone to-zone East {
policy vpn-zone-trust-cfgr {
match {
source-address any;
destination-address Host-3;
application any;
}
then {
permit;
}
}
}
from-zone vpn-zone to-zone West {
policy vpn-zone-trust-cfgr {
match {
source-address remote-net-snat1-192.168.0.0--16;
destination-address Host-2;
application any;
}
then {
permit;
}
}
}
}
zones {
security-zone untrust {
address-book {
address deb2 10.0.2.87/32;
}
host-inbound-traffic {
system-services {
ping;
https;
ssh;
ike;
}
}
interfaces {
ge-0/0/0.0;
}
}
security-zone East {
address-book {
address Host-3 10.0.3.10/32;
}
host-inbound-traffic {
system-services {
all;
}
}
interfaces {
ge-0/0/2.0;
}
}
security-zone West {
address-book {
address Host-2 10.0.2.10/32;
}
host-inbound-traffic {
system-services {
all;
}
}
interfaces {
ge-0/0/1.0;
}
}
security-zone vpn-zone {
address-book {
address remote-net-snat1-192.168.0.0--16 192.168.0.0/16;
}
host-inbound-traffic {
system-services {
all;
}
}
interfaces {
st0.0;
}
}
}
}
interfaces {
ge-0/0/0 {
mtu 9192;
unit 0 {
family inet {
address 10.0.1.11/24;
}
}
}
ge-0/0/1 {
mtu 9192;
unit 0 {
family inet {
address 10.0.2.11/24;
}
}
}
ge-0/0/2 {
mtu 9192;
unit 0 {
family inet {
address 10.0.3.11/24;
}
}
}
fxp0 {
mtu 9192;
unit 0 {
family inet {
address 10.0.0.11/24;
}
}
}
st0 {
unit 0 {
family inet {
address 52.70.177.129/32;
address 10.0.250.10/24;
}
}
}
}
routing-instances {
aws {
routing-options {
static {
route 0.0.0.0/0 next-hop 10.0.1.1;
route 192.168.0.0/16 next-hop st0.0;
}
}
interface ge-0/0/0.0;
interface ge-0/0/1.0;
interface ge-0/0/2.0;
interface st0.0;
instance-type virtual-router;
}
}
applications {
application 2022 {
application-protocol ignore;
protocol tcp;
source-port 0-65535;
destination-port 2022;
}
application 8080 {
application-protocol ignore;
protocol tcp;
source-port 0-65535;
destination-port 8080;
}
}
routing-options {
static {
route 0.0.0.0/0 next-hop 10.0.0.1;
}
}
[edit]
ec2-user@srx-71H725#