## Last changed: 2011-07-04 17:28:47 UTC version 10.4R3.4; system { root-authentication { encrypted-password "$1$gPA75GWg$xEqBUIgGKLdjuHyWYt6ek0"; ## SECRET-DATA } services { ssh; telnet; xnm-clear-text; web-management { http { interface [fe-0/0/1.0 ]; } https { system-generated-certificate; } } } 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 { fe-0/0/0 { unit 0 { family inet { address 10.3.170.254/24; } } } fe-0/0/1 { unit 0 { family inet { address 192.168.1.1/24; } } } fe-0/0/2 { unit 0 { family ethernet-switching { } } } fe-0/0/3 { unit 0 { family ethernet-switching { } } } fe-0/0/4 { unit 0 { family ethernet-switching { } } } fe-0/0/5 { unit 0 { family ethernet-switching { } } } fe-0/0/6 { unit 0 { family ethernet-switching { } } } fe-0/0/7 { unit 0 { family ethernet-switching { } } } } protocols { ospf { area 0.0.0.0 { interface fe-0/0/0.0; } } 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; } } } } } } 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 { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { fe-0/0/1.0; } } security-zone untrust { screen untrust-screen; interfaces { fe-0/0/0.0 { host-inbound-traffic { system-services { all; } protocols { all; } } } } } } policies { from-zone trust to-zone untrust { policy trust-to-untrust { match { source-address any; destination-address any; application any; } then { permit; } } } } }