Juniper SRX240 Hardware Manual page 111

Hide thumbs Also See for SRX240:
Table of Contents

Advertisement

Copyright © 2015, Juniper Networks, Inc.
}
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;
}
}
}
zones {
security-zone trust {
host-inbound-traffic {
system-services {
all;
}
protocols {
all;
}
}
interfaces {
vlan.0;
}
}
security-zone untrust {
interfaces {
ge-0/0/0.0 {
host-inbound-traffic {
system-services {
}
}
}
}
screen untrust-screen;
}
}
policies {
from-zone trust to-zone untrust {
policy trust-to-untrust {
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}
Chapter 15: Performing Initial Configuration
dhcp;
tftp;
93

Advertisement

Table of Contents
loading

Table of Contents