have the same problem i have WRRC5 and cant foward port for shit HALP ME!!!!
forward:192.168.1.168:8080
forward:192.168.1.168:8899
accept:proto=tcp dport=8899
accept:proto=udp dport=8899
forward:dport=8899:192.168.1.168:8899
iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
DROP all -- anywhere anywhere state INVALID
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
DROP tcp -- anywhere anywhere tcp option=!2 flags:SYN/SYN
input_rule all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere
ACCEPT gre -- anywhere anywhere
REJECT tcp -- anywhere anywhere reject-with tcp-reset
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
Chain FORWARD (policy DROP)
target prot opt source destination
DROP all -- anywhere anywhere state INVALID
TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
forwarding_rule all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
Chain OUTPUT (policy DROP)
target prot opt source destination
DROP all -- anywhere anywhere state INVALID
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
output_rule all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
REJECT tcp -- anywhere anywhere reject-with tcp-reset
REJECT all -- anywhere anywhere reject-with icmp-port-unreachable
Chain forward_vlan1 (1 references)
target prot opt source destination
Chain forwarding_rule (1 references)
target prot opt source destination
forward_vlan1 all -- anywhere anywhere
ACCEPT tcp -- anywhere 192.168.1.2 tcp dpt:80
ACCEPT tcp -- anywhere 192.168.1.2 tcp dpt:8899
ACCEPT tcp -- anywhere 192.168.1.168 tcp dpt:8899
ACCEPT udp -- anywhere 192.168.1.168 udp dpt:8899
Chain input_rule (1 references)
target prot opt source destination
input_vlan1 all -- anywhere anywhere
Chain input_vlan1 (1 references)
target prot opt source destination
Chain output_rule (1 references)
target prot opt source destination