LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   IP Filters in Solaris (https://www.linuxquestions.org/questions/linux-newbie-8/ip-filters-in-solaris-928194/)

sol10adm 02-07-2012 06:19 PM

IP Filters in Solaris
 
For some reason outbound SSH is being blocked on my server by IP Filters. I know this because when I disable IP Filters, I can ssh. The only setting I have in the ipf.conf is:

#Allow ssh for internal - Block access from external network
pass in quick proto tcp from pool/300 to any port = 22 keep state

Any ideas of what may be blocking my ssh connection?

Thanks,
sol

chrism01 02-07-2012 08:04 PM

You can try
Code:

ipfw list
but just man ipfw/ipf and see what the options are.
Also, see this page re /etc/rc.conf http://www.freebsd.org/doc/handbook/firewalls-ipf.html & read this nice guide http://techdir.rutgers.edu/sol10.html

sol10adm 02-07-2012 09:33 PM

Thanks for the links and the command. I'll give that a try tomorrow and let you know how it worked.


All times are GMT -5. The time now is 04:21 PM.