Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: streamdev-0.3.1 Problem with connecting
lists@Breitenbach-sc.de(Andreas Breitenbach) 23.12.04 00:01
>Gavin Hamill wrote:
>>>I tried it, same result - it didn't work:
>>
>> Poo :/
>>
>> What happens if you go back to basics, telnet to port 3000 and ask
>>
>> GET /1 HTTP/1.0
>> <blank line>
>>
>Good idea!
>~$ telnet vdr 3000
>Trying 172.16.50.100...
>Connected to vdr.homenet.loc.
>Escape character is '^]'.
>Connection closed by foreign host.
>So it seems, that there is no server running, but why do I get:
>netstat -anp | grep vdr
>tcp 0 0 0.0.0.0:2001 0.0.0.0:* LISTEN 13061/vdr
>tcp 0 0 0.0.0.0:3000 0.0.0.0:* LISTEN 13061/vdr
>unix 2 [ ] DGRAM 57815 13061/vdr
>It seems that the port is open. Why does it not work?
Pardon the stupid question:
Do you run a tcpwrapper or firewall on the box?
This is a typical behaviour for a tcpwrapped program/port:
Escape character is '^]'.
Connection closed by foreign host.
Maybe "tcpdump" can deliver a use full hint.
Maybe "tail -f /var/log* /var/log/*/*"
will help too.
What does "telnet localhost 3000" give? (Or telnet 127.0.0.1 3000)
Rainer
Home |
Main Index |
Thread Index