From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MqYqL-0007z3-3s for garchives@archives.gentoo.org; Wed, 23 Sep 2009 20:53:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C84A2E0954; Wed, 23 Sep 2009 20:53:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A92ABE0954 for ; Wed, 23 Sep 2009 20:53:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 4F9FD67B75 for ; Wed, 23 Sep 2009 20:53:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -3.22 X-Spam-Level: X-Spam-Status: No, score=-3.22 required=5.5 tests=[AWL=-0.621, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mLQAw36cXVyy for ; Wed, 23 Sep 2009 20:52:57 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5E68B66B57 for ; Wed, 23 Sep 2009 20:52:55 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MqYpW-0005Ju-HS for gentoo-user@gentoo.org; Wed, 23 Sep 2009 22:52:50 +0200 Received: from athedsl-374314.home.otenet.gr ([79.131.14.40]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Sep 2009 22:52:50 +0200 Received: from realnc by athedsl-374314.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Sep 2009 22:52:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: opening port 8000 Date: Wed, 23 Sep 2009 23:52:39 +0300 Organization: Lucas Barks Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-374314.home.otenet.gr User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090923 Thunderbird/3.0b4 In-Reply-To: Sender: news X-Archives-Salt: 291596ad-4539-4395-a837-1e44ff1da418 X-Archives-Hash: 8fabe123887c0e59740f5e8734adbf0f On 09/23/2009 11:38 PM, 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. You mean you have a shoutcast server running on your machine? Are you behind a NAT? To see if you're behind a NAT, type: /sbin/ifconfig and note the "inet addr" of your ethernet device (usually "eth0"). Then, go here: http://www.myipaddress.com/show-my-ip-address and check if the IP address reported there is the same as the "inet addr" reported by ifconfig. If they are not the same, you are behind a NAT. That means you will have to "forward" port 8000 in the device your PC is connected to (a DSL modem/router/gateway, for example).