## Last changed: 2010-04-04 19:28:28 UTC version 10.0S3.1; system { autoinstallation { delete-upon-commit; traceoptions { level verbose; flag { all; } } interfaces { ge-0/0/0 { bootp; } } } root-authentication { encrypted-password "$1$BnyQOI0s$6pVA76qFkfXQm4k0eucLr/"; } name-server { 208.67.222.222; 208.67.220.220; } services { ssh; telnet; web-management { http { interface [ ge-0/0/1.0 ge-0/0/2.0 ge-0/0/3.0 ]; } https { system-generated-certificate; interface [ ge-0/0/1.0 ge-0/0/2.0 ge-0/0/3.0 ]; } } dhcp { pool 192.168.1.0/24 { address-range low 192.168.1.2 high 192.168.1.254; router { 192.168.1.1; } propagate-settings ge-0/0/0.0; } pool 192.168.2.0/24 { address-range low 192.168.2.2 high 192.168.2.254; router { 192.168.2.1; } propagate-settings ge-0/0/0.0; } pool 192.168.3.0/24 { address-range low 192.168.3.2 high 192.168.3.254; router { 192.168.3.1; } propagate-settings ge-0/0/0.0; } } } syslog { 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 { ge-0/0/0 { unit 0; } ge-0/0/1 { unit 0 { family inet { address 192.168.1.1/24; } } } ge-0/0/2 { unit 0 { family inet { address 192.168.2.1/24; } } } ge-0/0/3 { unit 0 { family inet { address 192.168.3.1/24; } } } } 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 { ge-0/0/1.0; ge-0/0/2.0; ge-0/0/3.0; } } security-zone untrust { screen untrust-screen; interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { dhcp; tftp; } } } } } } 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 trust { policy trust-to-trust { match { source-address any; destination-address any; application any; } then { permit; } } } } }