SQL Server DBA, Developer, Architect, Author, Presenter
I'm using the Graylog OVA, imported into VirtualBox
I'm setting up a syslog UDP input on Graylog
Need to redirect port 514 to port 1514
sudo iptables -t nat -A PREROUTING -p udp --dport 514 -j REDIRECT --to-port 1514
No comments:
Post a Comment