root# run show configuration ## Last commit: 2016-05-25 02:14:16 UTC by root version 12.1X47-D20.7; system { root-authentication { encrypted-password "$1$d58LGzo7$CvqHK1iMql2uYAu5qxIL7/"; ## SECRET-DATA } services { ssh; web-management { http { interface ge-0/0/0.0; } } } syslog { user * { any emergency; } file messages { any any; authorization info; } file interactive-commands { interactive-commands any; } } license { autoupdate { url https://ae1.juniper.net/junos/key_retrieval; } } } interfaces { ge-0/0/0 { unit 0 { family inet { address 1.1.1.2/30; } } } ge-0/0/1 { unit 0 { family inet { address 200.200.200.1/24; } } } st0 { unit 0 { family inet { address 192.168.220.2/24; } } } } routing-options { static { route 10.10.10.0/24 next-hop st0.0; route 30.30.30.0/24 next-hop 200.200.200.200; } } 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; queue-size 2000; ## Warning: 'queue-size' is deprecated timeout 20; } land; } } } policies { from-zone trust to-zone trust { policy default-permit { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone trust to-zone untrust { policy default-permit { match { source-address any; destination-address any; application any; } then { permit; } } } from-zone untrust to-zone trust { policy default-deny { match { source-address any; destination-address any; application any; } then { deny; } } } } zones { security-zone trust { tcp-rst; interfaces { ge-0/0/1.0 { host-inbound-traffic { system-services { all; } } } st0.0; } } security-zone untrust { screen untrust-screen; interfaces { ge-0/0/0.0 { host-inbound-traffic { system-services { http; https; ssh; telnet; dhcp; ike; ping; } } } } } } } [edit] root#