I was looking to set up a forward for RDP 3389
Using the canyouseeme.org to check for 3389 it is showing it could not see it open.
Doing some research today I cam across a forum post where someone had a similar issue on Shibby so I flased Toatsman's tomato-K26USB-1.28.0506.3MIPSR2Toastman-RT-N-Std today but still having the same issue.
Here's the output of iptables -nvL
Chain INPUT (policy DROP 30 packets, 20555 bytes)
pkts bytes target prot opt in out source destination
2 92 DROP all — * * 0.0.0.0/0 0.0.0.0/0 state INVALID
124 16511 ACCEPT all — * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
1 40 shlimit tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22 state NEW
0 0 ACCEPT all — lo * 0.0.0.0/0 0.0.0.0/0
244 20718 ACCEPT all — br0 * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT icmp — * * 0.0.0.0/0 0.0.0.0/0 limit: avg 10/sec burst 5
0 0 ACCEPT udp — * * 0.0.0.0/0 0.0.0.0/0 udp dpts:33434:33534 limit: avg 50/sec burst 5
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
22778 7281K all — * * 0.0.0.0/0 0.0.0.0/0 account: network/netmask: 10.44.0.0/255.255.255.0 name: lan
0 0 ACCEPT all — br0 br0 0.0.0.0/0 0.0.0.0/0
10 484 DROP all — * * 0.0.0.0/0 0.0.0.0/0 state INVALID
292 15772 TCPMSS tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 TCPMSS clamp to PMTU
11711 5139K L7in all — vlan1 * 0.0.0.0/0 0.0.0.0/0
22497 7186K ACCEPT all — * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
7 392 wanin all — vlan1 * 0.0.0.0/0 0.0.0.0/0
264 93348 wanout all — * vlan1 0.0.0.0/0 0.0.0.0/0
264 93348 ACCEPT all — br0 * 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 241 packets, 33791 bytes)
pkts bytes target prot opt in out source destination
Chain L7in (1 references)
pkts bytes target prot opt in out source destination
2 152 RETURN all — * * 0.0.0.0/0 0.0.0.0/0 LAYER7 l7proto skypetoskype
0 0 RETURN all — * * 0.0.0.0/0 0.0.0.0/0 LAYER7 l7proto youtube-2012
0 0 RETURN all — * * 0.0.0.0/0 0.0.0.0/0 LAYER7 l7proto flash
0 0 RETURN all — * * 0.0.0.0/0 0.0.0.0/0 LAYER7 l7proto httpvideo
2051 408K RETURN all — * * 0.0.0.0/0 0.0.0.0/0 LAYER7 l7proto rtp
149 21009 RETURN all — * * 0.0.0.0/0 0.0.0.0/0 LAYER7 l7proto rtmp
0 0 RETURN all — * * 0.0.0.0/0 0.0.0.0/0 LAYER7 l7proto rtmpt
0 0 RETURN all — * * 0.0.0.0/0 0.0.0.0/0 LAYER7 l7proto shoutcast
0 0 RETURN all — * * 0.0.0.0/0 0.0.0.0/0 LAYER7 l7proto irc
Chain shlimit (1 references)
pkts bytes target prot opt in out source destination
1 40 all — * * 0.0.0.0/0 0.0.0.0/0 recent: SET name: shlimit side: source
0 0 DROP all — * * 0.0.0.0/0 0.0.0.0/0 recent: UPDATE seconds: 60 hit_count: 4 name: shlimit side: source
Chain triggers (1 references)
pkts bytes target prot opt in out source destination
0 0 TRIGGER tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpts:8000:9000 TRIGGER type:out tcp match:8000-9000 relate:8000-9000
0 0 TRIGGER tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:990 TRIGGER type:out tcp match:990 relate:990
1 67 TRIGGER udp — * * 0.0.0.0/0 0.0.0.0/0 udp dpts:8000:9000 TRIGGER type:out udp match:8000-9000 relate:8000-9000
0 0 TRIGGER udp — * * 0.0.0.0/0 0.0.0.0/0 udp dpt:990 TRIGGER type:out udp match:990 relate:990
Chain wanin (1 references)
pkts bytes target prot opt in out source destination
7 392 TRIGGER all — * * 0.0.0.0/0 0.0.0.0/0 TRIGGER type:in match:0 relate:0
7 392 ACCEPT tcp — * * 0.0.0.0/0 10.44.0.5 tcp dpt:3389
0 0 ACCEPT udp — * * 0.0.0.0/0 10.44.0.5 udp dpt:3389
Chain wanout (1 references)
pkts bytes target prot opt in out source destination
264 93348 triggers all — * * 0.0.0.0/0 0.0.0.0/0