Problem with ports

Hi,
Can you tell me how to open ports in FreeBSD 7.1?
i wont open ports 7240 can you tell me the commands?

I have a dedicated server OVH. and a basic FreeBSD Firewall
Sorry For My English!
 
You don't open ports, applications do. And when applications have opened a port, you tell your firewall (in its ruleset) to allow incoming connections to it. BTW, what is 'a basic FreeBSD firewall'? There are three firewalls in the base system, none is enabled by default.
 
Without knowing what the program is, we don't have enough information.
 
To help troubleshoot (and/or illustrate the problem with the question), what does this show:
# sockstat -4l | egrep -i 'proto|udp'
?
 
Back
Top