## Last changed: 2013-02-24 11:14:16 UTC version 12.1R1.9; groups { wiz_PPPoE_0 { system { services { dhcp { propagate-ppp-settings pp0.0; } } } interfaces { pp0 { unit 0 { description GETFZEConnection; ppp-options { chap { default-chap-secret "$9$wvgoGkqfF6ADiCtuBEhVwsYaZ"; local-name ****; no-rfc2486; passive; } pap { local-name ****; no-rfc2486; local-password "$9$ugn51RSvMXdwgre24aGiHtu0OEc"; passive; } } pppoe-options { underlying-interface ge-0/0/0.0; } family inet { negotiate-address; } } } ge-0/0/0 { unit 0 { encapsulation ppp-over-ether; } } } routing-options { static { route 0.0.0.0/0 { qualified-next-hop pp0.0 { metric 1; } } } } security { zones { security-zone untrust { interfaces { pp0.0; } } } } } } apply-groups wiz_PPPoE_0; system { host-name GETFZEFirewall; authentication-order password; root-authentication { encrypted-password "$1$Cc/r1X..$RE.8i15cNH.nxzd3HnDHe0"; } login { user arahuman { full-name "Abdul Rahuman"; uid 2001; class super-user; authentication { encrypted-password "$1$/Q0FbB9N$BgBky12FrJ9dBlM9r3f2D1"; } } } services { ssh; telnet; xnm-clear-text; web-management { http { interface [ fe-0/0/2.0 ge-0/0/1.0 ]; } https { system-generated-certificate; interface fe-0/0/2.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 { ge-0/0/1 { unit 0 { description "Inside Interface"; family inet { address 172.16.0.1/24; } } } fe-0/0/2 { unit 0 { description "Inside Interface"; family inet { address 10.0.0.2/16; } } } } protocols { stp; } security { log { disable; } alg { dns disable; ike-esp-nat { enable; } } application-tracking { disable; } utm { feature-profile { anti-virus { kaspersky-lab-engine { profile junos-av-defaults { scan-options { no-intelligent-prescreening; } } } juniper-express-engine { profile junos-eav-defaults { scan-options { no-intelligent-prescreening; } } } sophos-engine { profile junos-sophos-av-defaults { scan-options { no-uri-check; } } } } anti-spam { sbl { profile junos-as-defaults { no-sbl-default-server; } } } } } 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 [ 10.0.0.0/16 172.16.0.0/24 ]; } 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; } } } } zones { security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { fe-0/0/2.0; ge-0/0/1.0; } } security-zone untrust { interfaces { pp0.0 { host-inbound-traffic { system-services { ike; } } } } } security-zone junos-host; } }