Michael,

Success!!!   That did it!!!!!!
I am able to stream my shoutcast.

Thanks!!!!!!

Nestor :-)

On 4/18/07, Michael J McCafferty <[EMAIL PROTECTED]> wrote:

Nestor,


Port 8000 is not open.

Add a line to /etc/sysconfig/iptables that looks like this:

  -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport
8000 -j ACCEPT

The new line should be be between the line that says something like this:
-A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT

and the line that says something like this:
-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited


Then, you need to reload the firewall rules using this script by doign
this:
/etc/init.d/iptables restart


Now do your thing. If it times out now, then it's something else, but
this was definitely one thing that was stopping you.

Good luck,
Mike


At 10:12 AM 4/18/2007, you wrote:
>I do not know much about IP tables but here is the result of the command
># /sbin/iptables -L
>Chain INPUT (policy ACCEPT)
>target     prot opt source               destination
>RH-Firewall-1-INPUT  all  --  anywhere             anywhere
>
>Chain FORWARD (policy ACCEPT)
>target     prot opt source               destination
>RH-Firewall-1-INPUT  all  --  anywhere             anywhere
>
>Chain OUTPUT (policy ACCEPT)
>target     prot opt source               destination
>
>Chain RH-Firewall-1-INPUT (2 references)
>target     prot opt source               destination
>ACCEPT     all  --  anywhere             anywhere
>ACCEPT     icmp --  anywhere             anywhere            icmp any
>ACCEPT     ipv6-crypt--  anywhere             anywhere
>ACCEPT     ipv6-auth--  anywhere             anywhere
>ACCEPT     udp  --  anywhere             224.0.0.251         udp dpt:5353
>ACCEPT     udp  --  anywhere             anywhere            udp dpt:ipp
>ACCEPT     all  --  anywhere             anywhere            state
>RELATED,ESTABLISHED
>ACCEPT     tcp  --  anywhere             anywhere            state NEW
tcp
>dpt:ssh
>ACCEPT     tcp  --  anywhere             anywhere            state NEW
tcp
>dpt:http
>ACCEPT     tcp  --  anywhere             anywhere            state NEW
tcp
>dpt:ftp
>ACCEPT     tcp  --  anywhere             anywhere            state NEW
tcp
>dpt:smtp
>REJECT     all  --  anywhere             anywhere            reject-with
>icmp-host-prohibited
>
>
>On 4/18/07, Michael J McCafferty <[EMAIL PROTECTED]> wrote:
>>
>>
>>Is iptables blocking it ?
>>
>>Can you telnet to it on port 8000 ? (ie: "telnet nestor.sdcwa.org 8000"
>>Do you get connection timed out tehn, or do you get something else ?
>>
>>At 09:53 AM 4/18/2007, you wrote:
>> >Kpluggers,
>> >
>> >I have installed shoutcast on my RHEL 4 machine and I can hear on
>>RealAudio
>> >the stream when I point it to my linux internal static address
>> >http://10.100.1.67:8000 .
>> >When I go to another machine and try to access the linux shoutcast
erver,
>>I
>> >get a 'Timed out'
>> >I do a 'netstat -a | grep 8000' I get:
>> >tcp        0      0 *:8000                      *:*
>> >LISTEN
>> >tcp        0      0 nestor.sdcwa.org:40184      nestor.sdcwa.org:8000
>> >ESTABLISHED
>> >tcp        0      0 nestor.sdcwa.org:8000       nestor.sdcwa.org:40184
>> >ESTABLISHED
>> >
>> >I even set up a mini network with  a laptop, my linux and a switch and
I
>>was
>> >getting 'Timed out'
>> >from the laptop but from the server I was able to hear the shoutcast
>>stream.
>> >
>> >Any ideas that you can give me to test why port 8000 is not visible
from
>>to
>> >other hosts.
>> >
>> >Thanks,
>> >
>> >Nestor :-)
>> >
>> >--
>> >[email protected]
>> >http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
>>
>>
>>--
>>[email protected]
>>http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
>
>--
>[email protected]
>http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to