![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| disabling NIS | calamine | UNIX for Dummies Questions & Answers | 3 | 04-30-2008 05:46 PM |
| Disabling logrotate | primal | UNIX for Dummies Questions & Answers | 2 | 04-14-2008 10:19 AM |
| Disabling NIS at boot | SeanU | AIX | 24 | 11-29-2007 09:26 AM |
| Ports Disabling | rrivas | UNIX for Dummies Questions & Answers | 1 | 04-01-2002 01:00 PM |
| Disabling Telnet | michieka | UNIX for Dummies Questions & Answers | 2 | 08-07-2001 09:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I want to disabling port no 32777 and 32778 on solaris 9 and 10, any idea? |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
why not ipf
If you want a firewall you can use ipf to disable the ports.
Solaris 10 ipf is always installed. Solaris 9 there are packets on Freeware for Solaris Best regards joerg |
|
#3
|
|||
|
|||
|
#4
|
|||
|
|||
|
Thanks Joerg for your quick response but where I can see that ipf is installed or not installed in solaris 10? what are configuration files? where I can disable the ports for both solaris 9 and 10?
Quote:
|
|
#5
|
||||
|
||||
|
To find out if solaris 10 is installed with ipf:
svcs -l svc:/network/ipfilter:default if it is disabled you have to enable it. svcadm enable svc:/network/ipfilter:default Then you must configure first of all the pfil.ap file. (Dependig on some versions you can not find this file. But if it is not on /etc/ipf/ you can ignore this file) vi /etc/ipf/pfil.ap unhash your responsible network interface! Then configure the ipf.conf file to block communication on several or all ports. I think this side is OK to start with ipf: IPF Firewall Solaris 10 For more please googel, and I am sure that you can find something. In side the my preview post you can find the link to download the ipf software for solaris 9. Best regards joerg |
||||
| Google The UNIX and Linux Forums |