Good morning, I would like some assistance on how can I approach this issue. I have an NVR with some cameras behind a Mikrotik router and my problem is that the ISP provider is telling me that I’m exceeding the bandwidth plan they assigned to me. Even without me checking the NVR my WAN port does show at capacity and I assume I’m being DDoS’ed. Sadly the ISP does not provide DDoS protection so I am on my own.
I just assumed that whitelisting the public IPs from where I am accessing would be enough and deny any other traffic using the RAW rules so I don’t get my WAN saturated. And it did removed the saturation, but now I can’t see the NVR.
I’m attaching the configuration of my router (censoring some IPs, sorry if that’s a problem). As it is right now, when the drop rule is off, I can check the NVR by inserting the public IP of the router on the browser but with the rule on, I can’t. at least I get to keep access to the winbox, but yeah. config.rsc (3.08 KB)
That is why STEAM exists, and why folks should not attempt to host games at home. Bots will be knocking on the door day and night.
Suggestions
Limit users by source-address-list
a. users must have a static WANIP address
b. users must have a dynamic WANIP address ( and they must create a dydndns URL/name for their connection - many can be had for free )
c. If possible use NON STANDARD game PORTs for entry into the router and then remap them in dst nat rules to the gaming ports on your servers.
d. if limited number of users try using wireguard for them to access your LAN servers and not open up any game ports to the net
Petition Wireguard to add zerotrustcloudflare as an optional package as this bypasses one opening up their ports for such things.
Well, the issue that I have originally was resolved 'cuz on my wisdom I was allowing the incoming traffic from my IPs to the network but I wasn’t allowing the traffic from my network to reach my IPs back.
I will notherless check out those sugguestions as they sound better than just “blocking all incoming traffic except the one from this couple IPs”