strange thing after 2 hours of playing batllefield2 port forwarding stops working
linksys wrt 54GL kamikaze with standard settings, qos-script
and
iptables -t nat -A prerouting_wan -p tcp --dport 11074 -j DNAT --to 172.18.18.18:11074
iptables -A forwarding_wan -p tcp --dport 11074 -d 172.18.18.18 -j ACCEPT
iptables -t nat -A prerouting_wan -p udp --dport 11074 -j DNAT --to 172.18.18.18:11074
iptables -A forwarding_wan -p udp --dport 11074 -d 172.18.18.18 -j ACCEPT
added to firewall.user
what is wrong?
/etc/init.d/qos restart no go
same with firewall
when i restart router everything goes back to normal
what can i check to debug this?