Do you mean open as in having services running on those ports? In that case,
# netstat -af inet
How you open or close them is dependent on the service; some of them are
initiated by inetd, in which case, edit the file /etc/inetd.conf, comment
out services you don't want running, and 'killall -HUP inetd' to restart
inetd. Other services you will have to look up individually.



----- Original Message ----- 
From: "Ian Todd" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 22, 2003 10:13 AM
Subject: ports


> How do u check what ports r open on my freebsd box? how do i close and
> open them?
>
> regards
> _______________________________________________________________________
> LOOK GOOD, FEEL GOOD - WWW.HEALTHIEST.CO.ZA
>
> Cool Connection, Cool Price, Internet Access for R59 monthly @ WebMail
> http://www.webmail.co.za/dialup/
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to