I can confirm that "/log print" produces wrong timestamps after midnight. For a few hours it swaps the date format of today's and yesterday's log entries. Very serious (script breaking) bug. Here is part of the output of "/log print" on sep/09 01:14:00 sep/07 23:41:02 script,info...
Yes, indeed the Dude is a viable solution. But I would only need SNMP-GET for a few minor things and thus installing something as robust as the Dude would be overkill in my case. I'm still hoping the devs will give this function a fix up.
I can't seem to NAT an incoming wake-on-lan packet from the internet to a specific vlan. I'm using routerOS rb750gr3. As such this NAT rule doesn't work: add action=dst-nat chain=dstnat dst-port=9 in-interface-list=WAN protocol=udp to-addresses=10.0.1.10 to-ports=9 How can I add a vlan tag to this p...
13 years later. Well, I wrote a function that reads and writes persistent variables as layer7-protocols. :global persist do={ :local varName $1 :local varValue $2 :local varID [/ip firewall layer7-protocol find name="$varName"] :if ([:typeof $varValue] = "nothing") do={ :if ($var...
Thanks for all the wonderful suggestions. The RB760iGS arrived, I will start testing in-house with copper first, then a manufactured mikrotik sfp optical cable. AlainCasault: I'm assuming that the /16s are just to summarize local subnets and you don't have such a big network. Otherwise, break the su...
What would be the purpose of ether5 on both routers, in other words what does the connectivity allow..... To provide faster connectivity than ipsec between the two buildings. Forget UTP cable, ethernet over UTP is limited to 100 metres. For anything longer one has to use optical fibre ... I may hav...
Hi Everyone, We have 2 buildings, 2 routers, 2 internet connections Each has is own dhcp and vlans Currently the networks are bridged with an ipsec tunnel, which works well Since the buildings aren't that far apart, I would like to connect the routers on their ETH5 by running a CAT6 cable Preferably...
Since the last 2 month I'm trying to fix our DNS resolving bug. There is a domain and some of its subdomains sometimes resolve fine, sometimes resolve to 0.0.0.0 as unknown type with N flag. I changed the router to a TP-Link one and the problem was gone. While using bitdefender VPN the problem was g...
Hi Guys, I'm struggling with vlan filtering and vlan isolation with the new bridge. My rb750gr3 config: ether1: pppoe wan port ether2-5 are bridged together ether2-5 are trunk ports that can carry VLANS to the managed switch PVID1 is untagged for bridge, ether2-5 all other vlan ids are tagged for br...
I need help mapping a fixed IP address to an external dynamic IP address. I'm trying: - Access Synology NAS from Samsung TV via internet connection - The TV is on a local network and can only connect to a fixed IP address - The NAS is on an external network, that has dynamic IP with dyndns configure...