Hi people, I have a log server with iptables, the IP is 10.10.100.1. I have several network devices sending logs to my log server 10.10.100.1 on UDP/514 port. In the log server, I wanna filter incoming traffic only from IP 10.10.100.20 to UDP/514 destination port and change to UDP/9000 destination port. How are the iptables rules to achieve what I said? Special thanks !!!