root@HeatFusionPA# show ## Last changed: 2011-06-25 01:18:54 UTC version 10.4R4.5; system { host-name HeatFusionPA; root-authentication { encrypted-password "*****"; ## SECRET-DATA } name-server { 208.67.222.222; 208.67.220.220; } services { ssh; telnet; xnm-clear-text; web-management { http { interface vlan.0; } https { system-generated-certificate; interface vlan.0; } } dhcp { router { 192.168.1.1; } pool 192.168.1.0/24 { address-range low 192.168.1.2 high 192.168.1.254; } 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; } } 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 fe-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; } } } } fe-0/0/0 { unit 0 { family inet { dhcp; } } } lo0 { unit 0 { family inet { address 127.0.0.1/32; } } } st0 { unit 0 { family inet { address 10.2.2.3/24; } } } vlan { unit 0 { family inet { address 192.168.1.1/24; } } } } routing-options { static { route 192.168.2.0/24 next-hop st0.0; } } protocols { stp; } security { ike { policy ike-policy-cfgr { mode main; proposal-set standard; pre-shared-key ascii-text "*****"; ## SECRET-DATA } gateway ike-gate-cfgr { ike-policy ike-policy-cfgr; address ***.***.***.***; external-interface fe-0/0/0.0; } } ipsec { policy ipsec-policy-cfgr { perfect-forward-secrecy { keys group2; } proposal-set standard; } vpn ipsec-vpn-cfgr { bind-interface st0.0; vpn-monitor; ike { gateway ike-gate-cfgr; ipsec-policy ipsec-policy-cfgr; } establish-tunnels immediately; } } 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; } } } } } } 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; } } } zones { security-zone trust { address-book { address net-cfgr_192-168-1-0--24 192.168.1.0/24; } host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { vlan.0; } } security-zone untrust { screen untrust-screen; host-inbound-traffic { system-services { ike; } } interfaces { fe-0/0/0.0 { host-inbound-traffic { system-services { dhcp; tftp; https; } } } } } security-zone vpn { address-book { address net-cfgr_192-168-2-0--24 192.168.2.0/24; } interfaces { st0.0; } } } 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 { policy trust-vpn-cfgr { match { source-address net-cfgr_192-168-1-0--24; destination-address net-cfgr_192-168-2-0--24; application any; } then { permit; log { session-init; session-close; } } } } from-zone vpn to-zone trust { policy vpn-trust-cfgr { match { source-address net-cfgr_192-168-2-0--24; destination-address net-cfgr_192-168-1-0--24; application any; } then { permit; log { session-init; session-close; } } } } } } vlans { vlan-trust { vlan-id 3; l3-interface vlan.0; } } [edit] root@HeatFusionPA#