In Devstack; I have added security group rules for ALL ICMP, ALL TCP & UDP for all ports and I am able to ping Guest VM's (Cirros VM)floating IP from host machine (devstack). From a guest VM running on private network I try to send a packet using python Scrapy but the packets gets dropped. How to disable the anti-ip-spoofing in devstack.
Thanks.