Re: [gentoo-user] opening port 8000

2009-10-09 Thread Maxim Wexler
sorry guys, must squint harder

On 10/6/09, Andre Parker andrepar...@gmail.com wrote:
 On Tue, Oct 6, 2009 at 11:11 PM, Maxim Wexler maxim.wex...@gmail.com
 wrote:
     b.) If directly connected iptables -A INPUT -p tcp --dport 8000 -j
 ACCEPT

 sorry for the delay answering,  only just got back to mobile mode.

  soupeee # iptables -A INPUT -p tcp -dport 8000 -j ACCEPT
 Bad argument `8000'

 mw



 --dport (two hyphens)

 --
 Best regards,
 Parker Andre.






Re: [gentoo-user] opening port 8000

2009-10-06 Thread Maxim Wexler
 b.) If directly connected iptables -A INPUT -p tcp --dport 8000 -j
 ACCEPT

sorry for the delay answering,  only just got back to mobile mode.

 soupeee # iptables -A INPUT -p tcp -dport 8000 -j ACCEPT
Bad argument `8000'

mw



Re: [gentoo-user] opening port 8000

2009-10-06 Thread Andre Parker
On Tue, Oct 6, 2009 at 11:11 PM, Maxim Wexler maxim.wex...@gmail.com wrote:
     b.) If directly connected iptables -A INPUT -p tcp --dport 8000 -j
 ACCEPT

 sorry for the delay answering,  only just got back to mobile mode.

  soupeee # iptables -A INPUT -p tcp -dport 8000 -j ACCEPT
 Bad argument `8000'

 mw



--dport (two hyphens)

-- 
Best regards,
Parker Andre.



[gentoo-user] opening port 8000

2009-09-23 Thread Maxim Wexler
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



Re: [gentoo-user] opening port 8000

2009-09-23 Thread Justin
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



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] opening port 8000

2009-09-23 Thread Paul Hartman
On Wed, Sep 23, 2009 at 3:38 PM, Maxim Wexler maxim.wex...@gmail.com 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

Well, two questions:

1) sudo netstat -lpn - do you see it listening on port 8000? if so,
2) open it on your firewall/router



Re: [gentoo-user] opening port 8000

2009-09-23 Thread Kyle Adams
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


   
Couple of quick questions though:
1.) Nmap from outside your network, or just the box with shoutcast?
2.) Direct connection to the internet or not.
a.) If not directly connected to internet, open port on router
b.) If directly connected iptables -A INPUT -p tcp --dport 8000 -j
ACCEPT


Cheers

Kad