Configure a Ubiquiti edgerouter firewall to forward syslogs
- In your Edgerouter user interface, select Config Tree > System > syslog > host. Click the + Add button and enter the internal IP of the VM, click the Update List button
- On the left hand side, navigate to the IP address underneath host and expand the facility section.
Click the + Add button and enter
all
, click the Update List button. - On the left hand side, navigate to the facility/all section and in enter
info
- Click the Preview button.
- In the resulting pop up window, click the Apply button.
- Click OK to save.
Alternative, using the CLI enter the following commands.
- configure
- set system syslog host ip address facility all level info
- commit
Reference Ubiquiti documentation for further detail.
Was this documentation helpful? Please send us your feedback!