Transmission not accepting connections
My transmission 1.2.2 is not accepting inbound connections.
I'm using oleg's latest fw on 500gP v2.
I tried telneting (port 65534) from outside, not working.
I tried telneting (port 65534) from LAN, not working
Then I tried telneting (port 65534) from router to itself, still not working:
Code:
[admin@router root]$ telnet localhost 65534
Connection closed by foreign host.
netstat -lnt gives me this:
Code:
[admin@router root]$ netstat -lnt
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:8008 0.0.0.0:* LISTEN
tcp 0 0 192.168.1.1:139 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:5431 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:65534 0.0.0.0:* LISTEN
tcp 0 0 :::22 :::* LISTEN
So it is kind of listening on 65534, but still no luck.
Webinterface is working, download is working @ fine speed, but I'm not connectable, not even from lan :mad:
I have firewall enabled, but both lan to wan and wan to lan filters are disabled. And I guess firewall should not block router from connecting to itself on port 65534.
What am I doing wrong :confused:
By the way, can someone explain precisely how to open port 65534 ? Is it via " virtual server" or "wan to lan" settings in router's webinterface ? Or is it done by using something else ?
EDIT:
I just tried to telnet from router to itself using a port that I know that is not open. Immediately, i get this:
Code:
[admin@router root]$ telnet localhost 12654
telnet: Unable to connect to remote host (127.0.0.1): Connection refused
But when I do try to connect port 65534, the message does not appear instantly, I need to wait a few seconds before I get the error I already mentioned: Connection closed by foreign host.
So my guess is that some sort of communication IS being done, but still, transmission does not accept connections...