Firmware: 384.6
Router:
RT-AC66U_B1
I have strange problem with port forwarding, i set up port forwarding to my local server ( ubuntu ) ( ports 80, 2222 ssh, and some others ) and some times in a day portforwarding stop working and start working after a 15 minutes or one houer, i can't access those ports thru public IP ( over lan everything is working ). Public IP is working too i can connect VPN server that is set up on Asus Router, i can connect router SSH, after i connect to VPN i see that everything over lan on ubuntu Server is working good.
When problem exists ( right now ) i checked iptables ( iptables -t nat -L -n ) on asus router and it's look ok :
i checked log's and in logs i dont see any strange informations that something is changed with firewall or port forwarding.
( on ubuntu server i dont use any firewall, all ports are exposed, over lan everything is working on ubuntu server, ip is static, and is static assigned on router too, no other hardware over lan use that IP or MAC, ubuntu server is connected to router by 5e patchcord )
After router reboot it's starting working in about 3 - 5 minutes. Without restart it's about 15 minutes to 60 minutes. I tried re apply port forward rules but it dosent help.
Any one else have those problems too and maybe have a solution?
I dont remember if this problem started on current firmware or previous. ( i think on current )
Router:
RT-AC66U_B1
I have strange problem with port forwarding, i set up port forwarding to my local server ( ubuntu ) ( ports 80, 2222 ssh, and some others ) and some times in a day portforwarding stop working and start working after a 15 minutes or one houer, i can't access those ports thru public IP ( over lan everything is working ). Public IP is working too i can connect VPN server that is set up on Asus Router, i can connect router SSH, after i connect to VPN i see that everything over lan on ubuntu Server is working good.
When problem exists ( right now ) i checked iptables ( iptables -t nat -L -n ) on asus router and it's look ok :
Code:
Chain VSERVER (2 references)
target prot opt source destination
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:443 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:80 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:2222 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:22000 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:4190 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:587 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:465 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:25 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:143 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:993 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:28960 to:192.168.10.50
DNAT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:28960 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:9443 to:192.168.10.50
DNAT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:30080 to:192.168.10.50
i checked log's and in logs i dont see any strange informations that something is changed with firewall or port forwarding.
( on ubuntu server i dont use any firewall, all ports are exposed, over lan everything is working on ubuntu server, ip is static, and is static assigned on router too, no other hardware over lan use that IP or MAC, ubuntu server is connected to router by 5e patchcord )
After router reboot it's starting working in about 3 - 5 minutes. Without restart it's about 15 minutes to 60 minutes. I tried re apply port forward rules but it dosent help.
Any one else have those problems too and maybe have a solution?
I dont remember if this problem started on current firmware or previous. ( i think on current )