root@SRX100-UK# show ## Last changed: 2016-09-21 05:34:30 BST version 12.1X46-D30.2; system { host-name SRX100-UK; time-zone Europe/London; root-authentication { encrypted-password "$1$7lU8MUue$f4lhbH6Os7HsNJWk1NbBg0"; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; } services { ssh { max-sessions-per-connection 32; } telnet; xnm-clear-text; netconf { ssh; } web-management { http { interface vlan.0; } https { system-generated-certificate; interface vlan.0; } } dhcp { router { 172.16.1.1; } pool 172.16.1.0/24 { address-range low 172.16.1.90 high 172.16.1.200; } static-binding ac:87:a3:31:38:25 { fixed-address { 172.16.1.100; } host-name iMac; } propagate-settings fe-0/0/0.0; } } syslog { archive size 100k files 3; user * { any emergency; } file messages { any critical; authorization info; } file interactive-commands { interactive-commands error; } file default-log-messages { any info; match "(requested 'commit' operation)|(copying configuration to juniper.save)|(commit complete)|ifAdminStatus|(FRU power)|(FRU removal)|(FRU insertion)|(link UP)|transitioned|Transferred|transfer-file|(license add)|(license delete)|(package -X update)|(package -X delete)|(FRU Online)|(FRU Offline)|(plugged in)|(unplugged)|GRES"; structured-data; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } ntp { boot-server 46.101.81.119; server 143.210.16.201; server 194.35.252.7; } } interfaces { fe-0/0/0 { unit 0 { family inet { dhcp; } } } fe-0/0/1 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } fe-0/0/2 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } fe-0/0/3 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } fe-0/0/4 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } fe-0/0/5 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } fe-0/0/6 { unit 0 { family inet { address 1.1.1.2/30; } } } fe-0/0/7 { unit 0 { family ethernet-switching { vlan { members management; } } } } st0 { unit 0 { family inet { address 10.10.11.2/30; } } } vlan { unit 0 { family inet { address 172.16.1.1/24; } } unit 100 { family inet { address 10.10.100.1/24; } } } } snmp { trap-group space { targets { 10.10.10.211; } } } routing-options { static { route 10.10.10.0/24 next-hop st0.0; } } protocols { lldp { interface all; } stp; } security { ike { traceoptions { file IKE-LOG; flag all; } proposal Phase1-Proposal { authentication-method pre-shared-keys; dh-group group5; authentication-algorithm sha1; encryption-algorithm aes-128-cbc; lifetime-seconds 86400; } policy UK-IKE-Policy { mode aggressive; proposals Phase1-Proposal; pre-shared-key ascii-text "$9$t/FBp0IreWx-w8LJGUi.m1RhcK8"; ## SECRET-DATA } gateway UK-GW { ike-policy UK-IKE-Policy; address 119.64.101.44; local-identity hostname secure.abc.com; remote-identity hostname secure.abc.com; external-interface fe-0/0/0.0; version v1-only; } } ipsec { proposal Phase2-Proposal { protocol esp; authentication-algorithm hmac-sha1-96; encryption-algorithm aes-128-cbc; lifetime-seconds 3600; } policy UK-IPSEC-Policy { perfect-forward-secrecy { keys group5; } proposals Phase2-Proposal; } vpn UK-to-SG { bind-interface st0.0; ike { gateway UK-GW; ipsec-policy UK-IPSEC-Policy; } establish-tunnels immediately; } } address-book { global { address UKNET 172.16.1.0/24; address SGNET 10.10.10.0/24; address VPNNET 10.10.11.0/24; } } flow { tcp-mss { ipsec-vpn { mss 1350; } } } screen { ids-option untrust-screen { icmp { ping-death; } ip { source-route-option; tear-drop; } tcp { syn-flood { alarm-threshold 1024; attack-threshold 200; source-threshold 1024; destination-threshold 2048; timeout 20; } land; } } } nat { source { rule-set trust-to-untrust { from zone trust; to zone untrust; rule source-nat-rule { match { source-address 0.0.0.0/0; } then { source-nat { interface; } } } } } } policies { from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; log { session-init; session-close; } } } } from-zone trust to-zone vpn { policy UK-TO-SG { match { source-address UKNET; destination-address SGNET; application any; } then { permit; log { session-init; session-close; } } } } from-zone vpn to-zone trust { policy SG-to-UK { match { source-address SGNET; destination-address UKNET; application any; } then { permit; } } } } zones { functional-zone management { interfaces { vlan.100; } host-inbound-traffic { system-services { all; } protocols { all; } } } security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { vlan.0; fe-0/0/1.0; fe-0/0/2.0; fe-0/0/3.0; fe-0/0/4.0; fe-0/0/5.0; fe-0/0/7.0; } } security-zone untrust { screen untrust-screen; host-inbound-traffic { system-services { ike; ping; ssh; } } interfaces { fe-0/0/0.0 { host-inbound-traffic { system-services { dhcp; ike; https; ping; ssh; } } } fe-0/0/6.0 { host-inbound-traffic { system-services { dhcp; ike; ping; https; } } } } } security-zone vpn { host-inbound-traffic { system-services { https; ike; } } interfaces { st0.0 { host-inbound-traffic { system-services { ping; ike; https; ssh; } } } } } } } routing-instances { management { instance-type virtual-router; interface vlan.100; } } vlans { management { vlan-id 100; l3-interface vlan.100; } vlan-trust { vlan-id 3; l3-interface vlan.0; } }