View Single Post
  #6  
Old 11-13-2012, 01:38 PM
bmk_cbrxx bmk_cbrxx is offline
Junior Member
 
Join Date: Nov 2012
Posts: 4
bmk_cbrxx is on a distinguished road
Default

Re: RTMP_Connect0, failed to connect socket. 10060 (Unknown error)


Opened ports on router, too:

Code:
Tomato v1.28.9054 MIPSR2-beta K26 USB vpn3.6
root@unknown:/tmp/home/root# iptables -L INPUT -v
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
   16  2324 ACCEPT     all  --  tun11  any     anywhere             anywhere
    0     0 DROP       all  --  br0    any     anywhere             CPE20cf30ce2603-CM0026f3094255.cpe.net.cable.rogers.com
    0     0 logdrop    all  --  any    any     anywhere             anywhere            state INVALID
 6219 4361K ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED
  158 22033 ACCEPT     all  --  br0    any     anywhere             anywhere
    2   139 ACCEPT     all  --  lo     any     anywhere             anywhere
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere            udp spt:bootps dpt:bootpc
    4  1740 logdrop    all  --  any    any     anywhere             anywhere
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere            state NEW udp dpt:1935
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            state NEW tcp dpt:1935
root@unknown:/tmp/home/root#
Still no joy.
Reply With Quote