A Solaris system router 192.168.1.55 running Solaris IP Filter is configured with two network
interfaces on different subnets. The system needs to be configured to route all HTTP traffic and
allow SSH login access only from the qfe0 interface.
pass in quick from any to any port = 80 keep state
pass in on qfe0 from any to 192.168.1.55/32 port = 22
block in all
block out all
What are two outcomes of applying this ipf.conf configuration? (Choose two.)
A.
Port 80 traffic to host 192.168.1.55 is blocked.
B.
Inbound SSH traffic on qfe0 is blocked.
C.
Outbound HTTP traffic is blocked.
D.
Access from hosts on 192.168.1.0/24 is allowed.