[SOLVED] solaris ipf
by qrange from LinuxQuestions.org on (#55EY4)
I need to enable firewall on Solaris. If I put only this in /etc/ipf/ipf.conf:
Code:
#
# ipf.conf
#
# IP Filter rules to be loaded during startup
#
# See ipf(4) manpage for more information on
# IP Filter rules syntax.
block in log quick from 1.2.3.0/24 to any
will it only block given subnet and nothing else?
(is the default action allow?)
thanks.


Code:
#
# ipf.conf
#
# IP Filter rules to be loaded during startup
#
# See ipf(4) manpage for more information on
# IP Filter rules syntax.
block in log quick from 1.2.3.0/24 to any
will it only block given subnet and nothing else?
(is the default action allow?)
thanks.