When I run this command :
sudo iptables -I FORWARD '!' -s x.x.x.x,y.y.y.y -d 172.18.0.3 -p tcp --dport 9114 -j DROP
I get the error :
iptables v1.6.1: ! not allowed with multiple source or destination IP addresses
Any ideas what is the correct command for this use case?