ClientA has IP address 192.168.1.10/32.
ClientB has IP address 192.168.2.10/32.
The Solaris 10 OS ServerA with IP address 10.10.10.10/32 has the packet filter enabled and the
configuration of the firewall is stored in the /etc/ipf/ipf.conf file which contains:
pass in quick from 192.168.1.1.10/32 to any
pass in proto tcp from 192.168.2.10/32 to any port = 23
block in all
With this Solaris IP Filter configuration, which statement is true about Solaris 10 ServerA?
A.
ServerA drops all packets coming from either ClientA or ClientB.
B.
ServerA accepts any packets from ClientA and only telnet packets from ClientB.
C.
ServerA accepts any packets from ClientA and none from ClientB.
D.
ServerA accepts only telnet packets from ClientB and none from ClientA.