I am using the RB951 and my home router. It's connected directly to the ISP, so no modems in front of it. I used the Quick Set to set it up as a Home AP with PPPoE, enabled "Firewall Router", "NAT" and UPnP.
I have a symmetric 40Mbps connection and with the old router I was easily getting 45Mbps Down and 70Mbps Up. With the RB I am getting 39Mbps Down (which is fine) but the upload is 20Mbps and it struggles to get to that. I know the ISP is not throttling me.
I did some research and found that Queues might be causing the issue, so I changed the Interface Queues to multi-queue-ethernet-default and the upload speed did increase but now it's 30 Mbps.
The second issue I'm having is I can't seem to open the ports I need for my web server and other devices. I've searched for tutorials but none of them worked. I disabled the web interface and created the rule on NAT tab in the Firewall window.
Here are my firewall rules:
Code: Select all
[admin@mtik-gw] > /ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=srcnat action=masquerade out-interface=beogrid log=no log-prefix=""
1 chain=dstnat action=dst-nat to-addresses=192.168.1.10 to-ports=65432 protocol=tcp in-interface=eth1-wan dst-port=65432 log=no
log-prefix="Auto-Update (dzoni-nt)"
2 chain=dstnat action=dst-nat to-addresses=192.168.1.5 to-ports=80 protocol=tcp in-interface=eth1-wan dst-port=80 log=yes
log-prefix="Normandy - HTTP"
[admin@mtik-gw] > /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; default configuration
chain=forward action=fasttrack-connection connection-state=established,related log=no log-prefix=""
1 ;;; default configuration
chain=forward action=accept connection-state=established,related log=no log-prefix=""
2 ;;; default configuration
chain=forward action=drop connection-state=invalid log=no log-prefix=""
3 ;;; default configuration
chain=forward action=drop connection-state=new connection-nat-state=!dstnat in-interface=eth1-wan log=no log-prefix=""
4 chain=input action=accept protocol=icmp log=no log-prefix=""
5 chain=input action=accept connection-state=established log=no log-prefix=""
6 chain=input action=accept connection-state=related log=no log-prefix=""
7 chain=input action=drop in-interface=eth1-wan log=no log-prefix=""
NOTE: With the old router all ports were working perfectly. So nothing changed except the router.