## Last commit: 2011-08-10 23:39:39 BST by root version 10.3R2.11; services { ssh; web-management { http; https { system-generated-certificate; } } dhcp { router { 10.0.200.254; } 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; } } ntp { server xx.xx.xx.106 prefer; } } interfaces { ge-0/0/0 { unit 0 { family inet { address xx.xx.xx.98/29; } } } ge-0/0/1 { unit 0 { description "Private LAN"; family inet { address 10.0.200.254/24; } } } 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 ethernet-switching { vlan { members vlan-trust; } } } } fe-0/0/7 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } lo0 { unit 0 { family inet { address 127.0.0.1/32; address xx.xx.xx.99/32; } } } vlan { unit 0 { family inet { address 10.0.200.254/24; } } } } routing-options { static { route 0.0.0.0/0 next-hop xx.xx.xx.97; } } protocols { stp; } security { 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; } } } } } static { rule-set external_crm { from zone untrust; rule crm_server { match { destination-address 10.0.200.6/32; } then { static-nat prefix 10.0.200.6/32; } } } } proxy-arp { interface ge-0/0/0.0 { address { xx.xx.xx.100/32; } } } } 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 Internal_Sharepoint 10.0.200.7/32; address crm_server 10.0.200.6/32; } host-inbound-traffic { system-services { all; http { except; } https { except; } } protocols { all; } } interfaces { vlan.0; ge-0/0/1.0; } } security-zone untrust { address-book { address External_Sharepoint xx.xx.xx.98/32; address external_crm xx.xx.xx.100/32; } screen untrust-screen; host-inbound-traffic { system-services { ping; } } interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { dhcp; tftp; ping; http; https; } } } } } } policies { from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone untrust to-zone trust { policy external_sharepoint { match { source-address any; destination-address Internal_Sharepoint; application [ junos-https junos-http ]; } then { permit; } } policy external_crm { match { source-address any; destination-address crm_server; application [ junos-http junos-https ]; } then { permit; } } } } utm { feature-profile { web-filtering { surf-control-integrated { profile junos-wf-cpa-default { default log-and-permit; } } } } } } ethernet-switching-options { voip; } vlans { vlan-trust { vlan-id 3; l3-interface vlan.0; } }