How to Send Syslog Messages to a Different IPV4 or IPV6 Socket Port

How to Send Syslog Messages to a Different IPV4 or IPV6 Socket Port

If you need to send syslog messages to a remote server that is not listening on the standard ports, you can specify the port on the input string for syslog server in the CLI or GUI.

From the GUI, navigate to Auditing-->Destinations-->Syslog, then enter IPV4 address followed by a colon ':', for IPV6, enter the IPV6 address with surrounding brackets, then followed by a colon ':', then the custom port number after the colon ':'.

Example from the GUI:




Example from the CLI:

cd /settings/auditing/destinations/syslog
set ipv4_remote_server=yes ipv4_address=192.168.10.50:3491
set ipv6_remote_server=yes ipv6_address=[1fff:0:a88:85a3::ac1f]:3491
commit

    • Related Articles

    • How to Send Syslog Messages to a Different Socket Port?

      If your Remote Syslog Server has its socket port set with a different port e.g. 5514 (default is 514), you can modify the NodeGrid syslog-ng configuration to accommodate this situation. Here's how: Log in as admin to NodeGrid WebUI Go to Auditing :: ...
    • Rename an attached serial port

      Prior to 5.10.x, to rename an attached serial port, you need to go to Managed Devices :: Devices, tick the serial port that you want to rename and click on "Rename": Then change the name and "Save": From 5.10.x you can now rename the serial port from ...
    • How to build the set-up for Virtual Serial Ports communicating to an end device, via the Nodegrid OS

      Abstract: In the industry, some legacy applications impose to use serial ports (COM) to interface with the industrial automates. In this article, we will study a set-up in which a desktop emulates a virtual serial COM, and conveys the connection via ...
    • Event Notifications are displayed on the CLI session

      Problem: When a user connects to the CLI session, event notifications are displayed as part of the CLI session like: 2021 Jan 01 00:00:00 nodegrid Event Notification from nodegrid. Reported on 2020-01-01T00:00:00Z. Event ID 200: A user logged into ...
    • Initial Configuration of a Nodegrid Appliance via the Console Port

      Configuring a Nodegrid Appliance through the console port lets you perform the initial configuration easily via CLI. Once the Nodegrid platform is turned on we can see the startup process of Nodegrid device via console port connected to the Nodegrid. ...