=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2013.08.01 11:28:50 =~=~=~=~=~=~=~=~=~=~=~= root@our_firewall> show configuration ## Last commit: 2013-07-31 15:19:56 CDT by root version 11.2R4.3; system { host-name our_firewall; time-zone America/Chicago; root-authentication { encrypted-password "xxxxxxxxxxxxxxxxxxxxxxxx"; ## SECRET-DATA } name-server { 38.45.192.7; 77.45.90.132; 208.67.222.222; 208.67.220.220; } services { ssh; telnet; xnm-clear-text; web-management { http { interface [ vlan.0 fe-0/0/0.0 ]; } https { ---(more)--- system-generated-certificate; interface [ vlan.0 fe-0/0/0.0 ]; } } dhcp { router { 192.168.1.1; } propagate-settings fe-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; } ---(more 17%)--- } max-configurations-on-flash 5; max-configuration-rollbacks 5; license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } interfaces { fe-0/0/0 { speed 100m; link-mode full-duplex; fastether-options { auto-negotiation; } unit 0 { family inet { address 10.1.1.50/28; address 172.90.185.60/29; } } } ---(more 26%)--- fe-0/0/1 { unit 0 { family ethernet-switching { vlan { members vlan-trust; } } } } fe-0/0/2 { speed 100m; link-mode full-duplex; fastether-options { auto-negotiation; } unit 0 { family ethernet-switching { port-mode access; } } } fe-0/0/3 { unit 0 { ---(more 35%)--- 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; } } ---(more 44%)--- } } 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; } } } } vlan { unit 0 { family inet { ---(more 53%)--- address 10.1.1.52/29; } } unit 1 { family inet { address 172.90.185.61/28; } } } } routing-options { static { route 0.0.0.0/0 next-hop 10.1.1.45; route 172.90.185.60/32 next-hop 172.90.185.58; } } protocols { stp; } security { screen { ids-option untrust-screen { icmp { ---(more 62%)--- 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; ---(more 71%)--- rule source-nat-rule { match { source-address 0.0.0.0/0; } 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; ---(more 80%)--- } } } } zones { security-zone trust { host-inbound-traffic { system-services { all; } protocols { all; } } interfaces { vlan.0; } } security-zone untrust { screen untrust-screen; interfaces { fe-0/0/0.0 { host-inbound-traffic { ---(more 89%)--- system-services { dhcp; tftp; all; } protocols { all; } } } } } } } vlans { test { vlan-id 4; interface { fe-0/0/2.0; } l3-interface vlan.1; } vlan-trust { ---(more 98%)--- vlan-id 3; l3-interface vlan.0; } } root@our_firewall>