I have public IP address on WAN port and hotspot server on LAN ports (RB2011UiAS) , the problem is that some times I can see the WAN port is passing large amounts of traffic (just upload) even if I disabled all the interfaces (except WAN ) on the RB !!!
anyone have an explanation to this case ?
block all port in input chain except what you want to available at wan side. maybe dns or ntp is causing this or some kind of multicast or broadcast flooding.
my provider’s wan is a citywide /24 and i often face some arp flood near about 8 or 9 mbps for 1 or 2 hour. after some investigation i found that was caused by a ip address duplication by some moron. he was using same ip in 2 different network card.
Make sure that your INPUT chain rule dropping DNS comes AFTER the rule which accepts connection-state=established,related
This way, your router will still get replies for DNS requests that it made for itself (or for the users) but nobody will be allowed to ask it a new question from the WAN side.