You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opensense-docs/source/troubleshooting/gateways.rst

27 lines
1.1 KiB
ReStructuredText

====================================
Gateways and monitoring
====================================
The address you are trying to monitor should be reachable using the interface the gateway is attached to, either
directly or using a static route (check :menuselection:`System --> Routes --> Status`).
---------------------------------
dpinger:.. sendto error: XXX
---------------------------------
Usually found in :menuselection:`System --> Log Files --> General`, every code has a meaning, usually explained in
`errno.h <https://github.com/opnsense/src/blob/master/sys/sys/errno.h>`__ (:code:`man errno`)
Some common ones are explained in the :ref:`errno` section.
------------------------------------------
arpresolve: can't allocate llinfo for..
------------------------------------------
This message usually means that the configured gateway lies outside the configured subnets for this firewall (for IPv4).
.. Tip::
Double check the subnets of your interface and virtual IP's, you can also use :menuselection:`Interfaces --> Overview`
for a quick list of all configured addresses.