Gentoo Archives: gentoo-user

From: Kyle Adams <kaddeh@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] opening port 8000
Date: Wed, 23 Sep 2009 21:10:48
Message-Id: 4ABA8EDF.3060308@gmail.com
In Reply to: [gentoo-user] opening port 8000 by Maxim Wexler
1 Maxim Wexler wrote:
2 > Hi group,
3 >
4 > Shoutcast doesn't connect. nmap reveals all my ports are closed. How
5 > to open port 8000?
6 > netstat -a doesn't mention it.
7 >
8 > Maxim Wexler
9 >
10 > ps sorry if another similar post made it to the list; I was typing
11 > away and it just disappeared, honest
12 >
13 >
14 >
15 Couple of quick questions though:
16 1.) Nmap from outside your network, or just the box with shoutcast?
17 2.) Direct connection to the internet or not.
18 a.) If not directly connected to internet, open port on router
19 b.) If directly connected iptables -A INPUT -p tcp --dport 8000 -j
20 ACCEPT
21
22
23 Cheers
24
25 Kad

Replies

Subject Author
Re: [gentoo-user] opening port 8000 Maxim Wexler <maxim.wexler@×××××.com>