## Last changed: 2015-10-22 18:49:17 UTC version 12.1X44-D35.5; system { host-name firewall; time-zone UTC; root-authentication { encrypted-password "$1$vpml/Dz/$P7zDuj07ScHtu24URIwyy."; } name-server { 208.67.222.222; 208.67.220.220; } services { ssh; telnet; web-management { http { interface vlan.0; } https { system-generated-certificate; interface vlan.0; } session { idle-timeout 60; } } 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 fe-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 169.254.0.5; } } interfaces { fe-0/0/0 { unit 0 { family inet { dhcp; } } } fe-0/0/1 { unit 0 { family ethernet-switching { vlan { members vlan0; } } } } fe-0/0/2 { unit 0 { family ethernet-switching { port-mode access; } } } fe-0/0/3 { unit 0 { family ethernet-switching { port-mode access; } } } fe-0/0/4 { unit 0 { family ethernet-switching { vlan { members vlan0; } } } } fe-0/0/5 { unit 0 { family ethernet-switching { vlan { members vlan0; } } } } fe-0/0/6 { unit 0 { family ethernet-switching { vlan { members vlan0; } } } } fe-0/0/7 { unit 0 { family ethernet-switching { vlan { members vlan0; } } } } vlan { unit 0 { family inet { address 192.168.1.1/24; } } } } protocols { stp; } security { 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 nsw_srcnat { from zone Internal; to zone Internet; rule nsw-src-interface { match { source-address 0.0.0.0/0; destination-address 0.0.0.0/0; } then { source-nat { interface; } } } } } } policies { from-zone Internal to-zone Internet { policy All_Internal_Internet { match { source-address any; destination-address any; application any; } then { deny; } } } from-zone Z5 to-zone Z5 { policy p { match { source-address D201; destination-address D5; application any; } then { deny; log { session-init; } count; } } } } zones { security-zone Internal { interfaces { vlan.0 { host-inbound-traffic { system-services { all; http; https; ssh; telnet; } protocols { all; } } } } } security-zone Internet { screen untrust-screen; interfaces { fe-0/0/0.0 { host-inbound-traffic { system-services { tftp; dhcp; } } } } } security-zone Z5 { address-book { address d 169.254.0.0/16; address D201 169.254.0.201/32; address D5 169.254.0.5/32; } host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { fe-0/0/3.0 { host-inbound-traffic { system-services { all; } protocols { all; } } } fe-0/0/2.0 { host-inbound-traffic { system-services { telnet; ftp; snmp; } } } } } } } vlans { vlan0 { vlan-id 2; l3-interface vlan.0; } }