## Last changed: 2011-05-16 13:49:27 GST version 11.1R1.10; system { host-name JUNIPERSRX; time-zone Atlantic/South_Georgia; root-authentication { encrypted-password "$1$kvw1Va10$4TgbewPtHlgjGracpwCU9/"; } name-server { 208.67.222.222; 208.67.220.220; 4.2.2.1; 4.2.2.2; } services { ssh; telnet; web-management { http { interface vlan.0; } https { system-generated-certificate; interface vlan.0; } } dhcp { router { 172.16.0.200; } propagate-settings ge-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; } } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } interfaces { interface-range interfaces-trust { member ge-0/0/1; member fe-0/0/2; member fe-0/0/3; member fe-0/0/4; member fe-0/0/5; member fe-0/0/6; member fe-0/0/7; unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } ge-0/0/0 { unit 0 { family inet { address 208.71.48.198/29; } } } lo0 { unit 0 { family inet { address 127.0.0.1/32; } } } st0 { unit 0 { family inet { address 10.10.1.5/32; } } } vlan { unit 0 { family inet { address 172.16.0.200/24; } } } } routing-options { static { route 0.0.0.0/0 next-hop 208.71.48.193; route 192.168.100.0/24 next-hop st0.0; } } security { ike { policy ike_pol_BREMEN-AUSTELL { mode aggressive; proposal-set compatible; pre-shared-key ascii-text "$9$IuecSlevWNVYM8UHmPQzylev7VDjH5TFUD39CtOBWLxdVs4aZ"; } gateway gw_BREMEN-AUSTELL { ike-policy ike_pol_BREMEN-AUSTELL; address 72.156.75.193; external-interface ge-0/0/0.0; } } ipsec { policy ipsec_pol_BREMEN-AUSTELL { perfect-forward-secrecy { keys group2; } proposal-set compatible; } vpn BREMEN-AUSTELL { bind-interface st0.0; ike { gateway gw_BREMEN-AUSTELL; ipsec-policy ipsec_pol_BREMEN-AUSTELL; } establish-tunnels immediately; } } 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; } } } from-zone trust to-zone VPN-Austell { policy policy_out_BREMEN-AUSTELL { match { source-address addr_172_16_0_0_24; destination-address addr_192_168_100_0_24; application any; } then { permit; } } } from-zone VPN-Austell to-zone trust { policy policy_in_BREMEN-AUSTELL { match { source-address addr_192_168_100_0_24; destination-address addr_172_16_0_0_24; application any; } then { permit; } } } } zones { security-zone trust { address-book { address addr_172_16_0_0_24 172.16.0.0/24; } host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { vlan.0; } } security-zone untrust { screen untrust-screen; interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { ike; dhcp; tftp; } } } } } security-zone VPN-Austell { address-book { address addr_192_168_100_0_24 192.168.100.0/24; } host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { st0.0; } } } } vlans { vlan-trust { vlan-id 3; l3-interface vlan.0; } }