N
N
Nobody_Admin2017-08-25 12:00:21
Computer networks
Nobody_Admin, 2017-08-25 12:00:21

How to externally monitor the operation of the Internet connection without an external IP?

There is a small company that is connected to the Internet without using a white external address. You need to somehow monitor the availability of the Internet connection from the outside in order to find out about the disconnection immediately, and not by calling the phone. Outside there is a Nagios server, mb, there is a plugin for such a task. Or some other solution.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Saboteur, 2017-08-25
@Nobody_Admin

Ping some monitoring thread from outside, which will raise an alarm if a ping does not come at the right time.
You can set up your monitoring on any VPS or look for ready-made services (a similar question ran through the toaster recently). If you have Nagios outside, then you can write a script yourself that will periodically send him a simple "ok", and on Nagios already set up after how many minutes of no response to raise an alarm.

P
pfg21, 2017-08-25
@pfg21

write a script that, for example, will send certain packets to an external server.
for example send packets
echo 12323123 | netcat 127.0.0.1 15666
and the server to listen
netcat -l 15666
When a packet is received, the listening ends and the received line is displayed.
If there were no packets for a long time, then display a message

S
Saionji, 2021-12-21
@Saionji

There was a similar issue. Zabbix in an organization without an external IP using web verification sent messages that were received by a script running on a free hosting. If messages were not received for a long time, alerts were sent.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question