Hello!
I installed TheDude server on HEX-S router, could it display information from this router itself (because it serving as CAPsMAN server) or i need separate installation of TheDude for this task?
Thanks for Help!
Hello!
I installed TheDude server on HEX-S router, could it display information from this router itself (because it serving as CAPsMAN server) or i need separate installation of TheDude for this task?
Thanks for Help!
Dude can monitor its hosting routeros like any other routeros. No need for secondary installation.
Hope you pointed the installation to external storage otherwise you permanently damage your router soon. If you would like to use dude seriously, run it in virtualized CHR.
Thank you for reply!
Actually, host router discovered by Dude. At Dude, in router’s “Device Settings” menu i set “RouterOS” checkbox (and provided Login/Password, of course), selected “Mikrotik device” at “Type” listbox - but Dude always reports “Connection timeout” at “RouterOS status” bar. Maybe I did something wrong?
Add this rule to your firewall and move it upper than the default drop rule in input chain:
/ip firewall filter add action=accept chain=input comment="allow dude to self" dst-address-type=local dst-port=8291 protocol=tcp src-address-type=local
Thank you!
This solved my problem.