Hi all I need to run WOL through the Internet so I add to ip firewall: /ip firewall nat add action=src-nat chain=srcnat disabled=no src-address=192.168.100.0/24 to-addresses=\ IPEX add action=dst-nat chain=dstnat disabled=no dst-address=IPEX dst-port=7 protocol=udp \ to-addresses=192.168.100.255 to-...
Find old, unused but working device with ethernet port. Power it from mains supply and connect to RB. You can use Netwatch to ping this device and run scripts on up/down events. Or check RB ethernet port status (is running/link OK) with scheduled script. HTH, I do this in this way right now. The ip...
If you use 2 PSUs, one into the Jack and one into the POE you can feed the RB from 2 different voltages. If you feed 24V from the mains supply, and 12V from the UPS you can then use the voltage monitor to see which one is being used. Nick. Better solution but... After a long while of thinking about...
The solution:
:put [/ip address get value-name=address number=0]
But there is next problem:
Is it possible to add a rule with other type of ip address declaration?
(when I change an ip, the rule will be also changed?)
I need to add few rules to my ip firewall whtch contain: first ip address from wlan1. example: need to do dst-nat for one of the ip add action=dst-nat chain=dstnat disabled=no dst-address=172.16.190.10 dst-port=\ !8291 protocol=tcp to-addresses=192.168.1.50 add action=dst-nat chain=dstnat disabled=n...