arjuneu
December 28, 2015, 10:29am
1
Hello Forum Members,
I have noticed that after installing RB1100AHx2, it us uploading something up and consuming my whole upload bandwidth. Can anyone suggest me something.
The below pics are of two 1100AHx2.
The torch report is of 2nd rb.
Regards,
Arjun Neupane
pukkita
December 28, 2015, 10:46am
2
Check your DNS cache, and web-proxy aren’t open to Internet.
A torch that includes ports will be more helpful.
arjuneu
December 28, 2015, 10:57am
3
Thanks,
It was DNS, I had set “allow-remote-requests” to yes.
jarda
December 28, 2015, 2:53pm
4
It wouldn’t be so big problem if you had blocked new incoming connections from wan side.
Make sure to uncheck " allow dns remote request" ..
Also do this
/ip firewall filter
add action=drop chain=input dst-port=53 in-interface=“ether1 - WAN” protocol=
tcp
add action=drop chain=input dst-port=53 in-interface=“ether1 - WAN” protocol=
udp
This is the best way to block any unwanted traffic..