Hello valens and akosenko. Thank you for the presentation, I appreciate it. Thank you for the feedback, I agree, akosenko, attending a training session would be the best option but I am not able to do that unfortunately. I will have a look at the parent queue and test your suggestions. Kind regards ...
Hello I have struggled to find enough information regarding the configuration of PCQ and would like some feedback regarding rules when setting up and configuring PCQ. The information I currently have says: - make sure each user has between 10 and 20 packets. Thus pcq limit x users = max limit. So th...
I agree, i have searched the forum and could not find much else on the topic you raise here. I am also very interrested to get the forums suggestions and opinions on this.
Hello Eugene Yes, I figured that the key was prevending me from logging in, used putty to log in and noticed it wanted to first accept the key, then went to the server and logged in via cmd and accepted the key. Now when I log in via cmd it works as expected and i log in successfully. While running ...
Hello I have made (copied and modified) the following script to call the RouterOS pm: #!/usr/bin/perl use RouterOS; my $connection = RouterOS->new( HOST=>'123.123.123.123', USER=>'admin', PASSWD=>'password' ); my $command = '/queue simple set test total-limit-at=512k max-limit=512k/512k' my $result ...
Hello Janisk Thats exactly what I have at this stage, for each rule that creates an address-list entry i added another rule which then adds this entry to a global address list. It would have been much simpler to use either a regex or wildcard to match these address lists. Thank you for your reply th...
I am attempting to set a mangle rule which matches a few address lists. I would like to achieve this by using a wildcard in the matching src address list entry. If the address lists i need to match all starts with incl**** how do i need to set this in the mangle src address list ?
We have a RB600 with the daughterboard added (as the 4 x XR5 cards will not fit on the RB600) and run 4 x XR5 cards (2 x XR5 on the daughterboard and 2 x XR5 cards on the RB600). Be warned though, you would need a powerfull power supply.
We suffered the exact problem, but with upgrading to v2.9.48 from v2.9.46. It took down the whole network, about 170 systems. Boards used were 112, 511, 532, 133. Had to connect to serial, boot of ether1 and do netinstall to repair. I have also checked and found that even systems (not every one thou...
Hello I would also like to know more about the PXE booting of the ROS. Also, say you have a router (ROS) in between the router you would like to PXE boot, [TFTP/PXE Boot server] -->[ROS router] -->[remote ROS router] what should you do? Would you be able to dhcp relay the pxe boot server and tftp se...
I am not 100% sure but believe that it is because ICMP is not connection based thus your rules will not work for it. You will have to add packet mangleing as well to get this working.
a way to test this would be to change your default gateway (the unmarked one that that is now 10.1) to 11.1 and do the traceroute again. You should find that the 11.1 will work and the 10.1 will not.
You will have to post more of your config to solve this.
in winbox open new terminal type in "export file=routerconfig" press enter open "files" in winbox drag and drop the "routerconfig.src" onto your pc desktop or location of your choice open this file with app like notepad2 (or notepad) copy the text (changing your real IP...