04-12-2012 01:40 PM
The SRX100 comes with the trust zone set up in the following default config:
Security-zone trust {
host-inbound-traffic {
system-services {
all;
}
protocols {
all;
}
}
interfaces {
vlan.0;
fe-0/0/0.2
}
}
For the system services and protocols, am I choosing what services and protocols to allow through this zone? Isn't that what policies are for? Or is this what I am allowing the SRX to see?
JamesNT
Solved! Go to Solution.
04-12-2012 02:20 PM - edited 04-12-2012 02:22 PM
04-12-2012 08:20 PM
Hello,
Thank you for your response. Based on what you are saying, I would think it prudent to allow only telnet and http to access the machine instead of all services and all protocols since those are the two I use to manage the device.
Opinion?
JamesNT
04-13-2012 01:30 AM
Yes, if you don't need to enable any protocol or service (I'm not sure if the dhcp service is configured in the factory default configuration) on the interfaces of that zone, but only the management, it seems a good option; you may also configure a firewall filter to apply more restrictive policies to telnet and http traffic (here it is the related KB).
04-17-2012 09:08 AM
on a related question, if you set to allow only ssh/telnet to reach the device, would it be able to pass through normal http/ftp traffics on port 80/21 even if you set trust to untrust to permit all? or host-inbound-traffic is specifically for traffics going to the SRX and not the traffic passing through?
04-18-2012 04:09 AM
Yes. Allowing host-inbound-traffic for services/protocols on the zone only affects the access to the device it self.
If you want to limit the traffic going between zones (i.e. passing through) you apply this as security policies.
regards
Karl