root@VSRX.GD> show configuration ## Last commit: 2018-12-28 00:40:37 UTC by root version 18.3R1.9; system { root-authentication { encrypted-password "$6$1EMImTE9$tHyx.DdKhsX/TglgcGz2vFsb/UPHiJEwAyH1V8cGPwzH7sfjZII7/PD4D4zvZpxL24BOguSbX4q6YWlSUDBWf."; ## SECRET-DATA } host-name VSRX.GD; time-zone UTC; services { ssh { root-login allow; } web-management { management-url root; http { interface fxp0.0; } https { system-generated-certificate; } } } 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; } } phone-home { server https://redirect.juniper.net; } } security { log { mode stream; report; } 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; } } } } zones { security-zone trust { tcp-rst; } security-zone untrust { screen untrust-screen; } } } interfaces { ge-0/0/0 { unit 0 { family inet { address 10.101.210.225/22; } } } fxp0 { unit 0 { family inet { address 192.168.104.225/24; } } } } root@VSRX.GD>