Setting up a basic Solaris firewall.

Edit ipf.conf and add ip addresses that you want to block:

# vi /etc/ipf/ipf.conf

<add>
block in from 10.10.10.10



Enable ipfilter:

# svcadm enable svc:/network/ipfilter:default


Now the ipaddess will not have access to the solaris box.