Maxim Wexler wrote:
> Hi group,
> 
> Shoutcast doesn't connect. nmap reveals all my ports are closed. How
> to open port 8000?
> netstat -a doesn't mention it.
> 
> Maxim Wexler
> 
> ps sorry if another similar post made it to the list; I was typing
> away and it just disappeared, honest
> 
Assuming you are using an iptables based fw:

iptables -A INPUT -p tcp --dport 8000 -j ACCEPT

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to