A new system is being installed with multiple interfaces configured and IP Forwarding enabled.
One interface, ge0, connects to the primary company LAN. Another interface, ge1, connects to a
LAN dedicated to administration of the company’s servers.
Given:
ge0 IP Address = 10.0.0.25/32
ge1 IP Address = 192.168.1.25/32
Admin network = 192.168.1.0/24
Primary network = 10.0.0.0/24
Solaris IP Filter firewall must be configured in a way that:
1- Systems on the admin network can reach the primary network.
2- The system itself has to be reached using ssh from all systems on the admin network.
3- Systems on the primary network cannot reach any systems on the admin network.
Which three rules should be included in the Solaris IP Filter configuration? (Choose three.)
A.
pass out quick log from 192.168.1.0/24 to any keep state
B.
block out quick log on ge0 from 192.168.1.0/24 to any
C.
pass out quick on ge0 from 10.0.0.25 to 10.0.0.0/24 flags keep state
D.
block out all
E.
pass in quick proto tcp on ge1 from 192.168.1.0/24 to 192.168.1.25/32 port = 22 flags keep
state
F.
pass in quick from 192.168.1.0/24 to 10.0.0.0/24 flags keep state
G.
block in all