Can this be done?

Hello Everyone,

I’m still pretty green, and I thought I would put this question out to the more experienced.
I need to monitor a udp connection between two of our sites, If the connected devices disconnects I want to get an email. and I want to get an email when they reconnect.

Of course I see the connection in the “connections” tab of the firewall in winbox, but I want to monitor the connection.

example:
When source address: 206.xxx.xxx.xxx:5555 disconnects I get an email, when it reconnects i get an email.

is there some way of doing this?

Thanks,
Josh

Hello, I think that is possible with a script! How clients connect? What can monitor, ip, mac, vpn, etc …? Depending on this will be more or less complicated!

greetings,

thanks for your reply,

I have two devices in two separate locations on two different ip’s that are connected via a udp connection on a specific port.
now i have several devices connected at each location, so the ip by itself might not be enough.

example: src address: 12.0.12.2:5555 so when 12.0.12.2:5555 disconeects i get an email, and when it reconnects i get an email. since there are many devices on the same ip, it would help if i could specify the port number or protocol, so i can monitor the specific device that is using the port.

Does this make sense?

Thanks,