[Survey] The 2025 Observability Survey - Share your opinion and earn $10.Take the survey

Configure Vyatta Firewalls


Configuring Vyatta FIrewall

  1. Connect CLI in Vyatta firewall.
  2. Execute the below commands
set system syslog host <Firewall_Analyzer_IP> facility all level info
set system syslog host <Firewall_Analyzer_IP> facility mark level info

Example:

set system syslog host 10.10.10.10 facility all level info
set system syslog host 10.10.10.10 facility mark level info
  1. After executing the above commands, connect the Firewall Analyzer web UI.
  2. Navigate to Settings > Firewall Server > Syslog Server > Add new syslog port (514) in Firewall Analyzer.
Note: Default syslog port in Vyatta firewall is 514.

 

Reference:

https://vyos.readthedocs.io/en/latest/system/syslog.html#logging-to-a-remote-host
 

Back to Top