Hello All, We run a WISP in Northwest Missouri. I have an RB1100AH that runs BGP with an upstream provider and all of my customers go though this router. This router is upstairs in my office. We have our own RB433 for our internal network. I have the RB433 set up as a PPPoE client and it gets its pu...
/ip firewall filter add chain=forward src-address=10.10.0.0/24 dst-address=192.168.1.0/24 action=drop place-before=0 /ip firewall filter add chain=forward dst-address=10.10.0.0/24 src-address=192.168.1.0/24 action=drop place-before=0 Are you sure that there were no other filter rules before the one...
Hey guys, I created some firewall rules to block spammers from sending out mass email. It looks like the spammers that are getting added to the address list are IPs outside of my network. I expected to see users inside of my network (private IP's) being logged and blocked from sending email. Why is ...
I have a kind of elementary question. I am using a RB433. It is using RouterOS v5.10. I would like to completely separate traffic on ports 2 and 3, and not allow any connection between the two ports. Port 2 is a 10.10.0.1/24 and port 3 is a 192.168.1.1/24. I tried creating a drop rule and also a rej...
I have setup some mangle rules to mark packets, specifically P2P packets. We plan to implement some more packet marking to mark VoIP packets to give them higher priority. Not sure yet how to do this. Any input on this greatly appreciated. I am attaching a picture of my mangle rules with good descrip...
Hello all. I am fairly new to MikroTik so forgive me if this is an elementary question. I am having an issue copying and pasting rules. Sometimes it adds weird characters, doesnt keep quotes, etc. I can't figure out how or why. http://wiki.mikrotik.com/wiki/How_to_autodetect_infected_or_spammer_user...